body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	color: #000000;
	background-color: #528A08;
	background-image: url(images/header_gradient.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 183px;
	text-align:center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menu{

}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	}
.oneColFixCtrHdr #mainContent_fp {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	height: 980px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #897869;
	font-size:10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#Layer6 {
	float:left;
	width:445px;
	height:695px;
	z-index:1;
	margin:10px 0;
	font-size:11px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
}
#Layer7 {
	float:right;
	width:445px;
	height:695px;
	z-index:2;
	margin:10px 0;
	font-size:11px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
}
#menuWrapper {
	margin-top:19px;
	height: 39px;
	padding-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #FFFFFF;
	text-align: left;
}
.white-link {
	color: #E6E6E6;
}

