/* CSS Document */

	BODY {
		background: #FFF;
		margin: 0;
		text-align: center;
		color: #111;
		font-family: Verdana,Arial,Helvetica,sans-serif;
	}

	#Container {
		width: 870px;
		margin: 0 auto;
		text-align: left;
		background: #FFFFFF;
		line-height: 125%;
	}


	#popContainer {
		width: 770px;
		margin: 0 auto;
		text-align: left;
		background: #FFFFFF;
		line-height: 125%;
	}
	
	#leftcolLogo {
		margin: 0px;
		padding: 0px;
		height:161px;
	}
	
	
	#leftcol {
		float:left;
		width: 160px;
		margin: 0px;
		padding: 0px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size:0.7em;
		text-align:left;
	}
	
	#leftcol ul {
		margin-left:5px;
		padding: 0px;
		line-height:120%;
		list-style-type:none;
	}

	#leftcol ul.indent1 {
		margin:0px 0px 0px 20px;
		padding:0px;	
		line-height:120%;
		list-style-type:none;
	}
	
	.leftText {
		width: 150px;
		line-height:140%;
		padding: 2px 0 0 2px;
		color:#666;
	}

	.leftText2 {
		width: 150px;
		line-height:100%;
		padding: 2px 0 0 4px;
		color:#666;
	}

	.leftText3 {
		width: 150px;
		font-size: 0.8em;
		margin: 2px 0 15px 0;
		padding: 0;
		line-height:100%;
	}

	
	li.indent1 {
		margin-bottom: 5px;
	}


	
	.colUnderline {
		margin: 10px 0px 0px 0px;
		padding:0px 0px 2px 2px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color:#666;
		text-transform:uppercase;
		font-size:1em;
		font-weight:bold;
		text-align:left;		
		background: url(images/leftcol_underline.gif) no-repeat bottom right;
	}
	
	

	.popHeading {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:1.2em;
		letter-spacing:1px;
		line-height: 1.35em;
	}

	
	.imgBottom {
		vertical-align:bottom;
	}
	

#no_underline a {
	border-bottom: 0px;
}

#no_underline a:hover {
	text-decoration: none;
	border-bottom: 0px;
}


