@import url(misty.css);
#container
{
	min-width: 665px;
	width:expression(document.body.clientWidth <700? "665px": "auto" );
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(content-images/back.jpg);
	background-repeat: repeat-y;
background-position-x: left;
} 
#masthead{
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	background-color: #ffffff;
	
}
#masthead1{
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	background-color: #468547;
	
}
#masthead2{
	/*padding: 0px 0px 0px 0px;*/
	width: 100%;
	background-color: #00608d;	
}
#masthead3{
	/*padding: 0px 0px 0px 0px;*/
	width: 100%;
	background-color: #ffffff;	
}
#left1{
	float: left;
	width: 13px;
	background-color: #ffffff;
	height: auto;
				/*min-height: 100%;	*/	
				
	}
	#left2{
	float: left;
	width: 81px;
	background-color: #468547;
	height: 100%;
								
	}
#left{
	float: left;
	width: 450px;
	background-color: #ffffff;
	
				overflow: hidden;
	}
	#left75pct{
	float: left;
	width: 75%;
	background-color: #ffffff;
	overflow: hidden;
	}
	#footer {
	float: left;
	border-top: 2px solid #cccccc;
	background-color: #ffffff;
	width: 100%;
		}
		.content{
	padding: 0px 0px 10px 14px;
	font-size: 10px;
	padding-right: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #00608D;
}
#right {

	float: right;
	width: 500px;
	background-color: #ffffff;
	
}
