@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/Banner3.gif);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	width: 1000px;
	font-size: 90%;
	background-color: #FFFFFF;
	float: none;
	clear: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent p{


}
.leftimage{
	float: left;
	margin-right: 10px;
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
	border: thin solid #FFFFFF;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	position: relative;
	margin-top: -75px;
}
.rightimage2{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	position: relative;

}
.oneColFixCtrHdr #nav{
	border-top: 1px solid #000000;
	color: #FFFFFF;
	height: 30px;
	background: #246844;
	border-bottom: 1px solid #000000;
	text-align: center;
}
.oneColFixCtrHdr #navbar {
	height: 15px;
	width: 1000px;
	font-size: 80%;
	border-top: #000000;
	border-bottom: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: center;
	padding-top: 5px;
}
.oneColFixCtrHdr #navbar a:link, #navbar a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;

}
.oneColFixCtrHdr #navbar a:hover {
	color: #000000;
	background: #8AD7AE;
}
.oneColFixCtrHdr #leftcol{
	margin-top: 0px;
	width: 250px;
	background-color: #77D0A2;
	height: auto;
	clear: both;
	float: left;
}
.oneColFixCtrHdr #feature{
	background-color: #FFFFFF;
	float: none;
	text-align: left;
	left: 20px;
	position: relative;
	margin-left: 250px;
	width: 710px;
	margin-right: 20px;
	padding-right: 20px;

}
.oneColFixCtrHdr #footer{
	border-top: 1px solid #000000;
	color: #FFFFFF;
	background: #236743;
	width: 1000px;
	font-size: 80%;
	height: 40px;
}
.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 */
	font-size: small;
}
