@charset "utf-8";
body {
	background: #A8B565;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.oneColLiqCtrHdr #container {
	width: 968px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
	background-color: #A8B565;
}
.oneColLiqCtrHdr #top_menu_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #030;
	width: 250px;
	height: 15px;
	/*
	position: absolute;
	left: 717px;
	*/
	float:right;
	padding-right:20px;
}
.oneColLiqCtrHdr #header {
	height: 34px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(images/banner.gif);
	padding-top: 110px;
	float: none;
	width: 808px;
	padding-left: 80px;
	padding-right: 80px;
	margin: auto;
	
	
}

.oneColLiqCtrHdr #mainContent {
	background-image: url(images/main-graphic-2.jpg);
	height: 89px;
	width: 198px;
	background-color: #A8B565;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 175px;
	padding-left: 770px;
	overflow: visible;
	margin: auto;
	
}
.oneColLiqCtrHdr #newsletter_box {
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	overflow: hidden;
	margin-left: 22px;
}
.oneColLiqCtrHdr #newsletter_box h3 {
	font-size: 16px;
	color: #000;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif
}
.oneColLiqCtrHdr #newsletter_box p {
	font-size: 12px;
	color: #333300;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #footer {
	background:#A8B565;
	float: left;
	width: 620px;
	/* height: 152px; */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;;
	line-height: 120%;
	/* 
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 396px;
	top: 411px;
	*/

} 
.oneColLiqCtrHdr #top_news_box {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 290px;
	margin-left: 15px;
	overflow: visible;
}
.oneColLiqCtrHdr #top_news_box h3 {
	font-size: 16px;
	color: #000;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #top_news_box p {
	font-size: 12px;
	color: #333300;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #feature_co-op_box {
	float: right;
	width: 290px;
	height: 150px;
	margin-left: 15px;
	padding-top: 5px;
	overflow: visible;
}
.oneColLiqCtrHdr #feature_co-op_box h3 {
	font-size: 16px;
	color: #000;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #feature_co-op_box p {
	font-size: 12px;
	color: #333300;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #copyright_logo {
	clear:both;
	float: right;
	padding-right:20px;
	/*
	overflow: visible;
	position: absolute;
	left: 727px;
	top: 563px;
	*/
}
