@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8FA97B;
	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 */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFF4;
}
#nav {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
	background-color: #628F54;
	height: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FDFEE7;
	border-left-color: #FDFEE7;
	border-bottom-width: 5px;
	border-bottom-color: #43633A;
}
#header img {
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #43633A;
	padding: 0px;
	margin: 0px;
}


.oneColFixCtrHdr #header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FDFEE7;
	border-right-color: #FDFEE7;
	border-left-color: #FDFEE7;
	background-color: #43633A;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 12px;
	background-color: #FFFFF4;
}
.oneColFixCtrHdr #footer {
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #43633A;
	margin: 0px;
	height: 25px;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	font-size: 12px;
	color: #FFFA95;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 670px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
}
#siteMap {
	font-size: 10px;
	color: #FFFA95;
	margin-left: 710px;
	padding-top: 3px;
}
#siteMap a {
	color: #FFFA95;
	font-weight: normal;
}

