@charset "utf-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Construction/Background/B6.jpg);
	background-repeat: repeat-x;
	background-color: #FEEDB9;
}
.oneColFixCtrHdr #container {
	width: 900px;
	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. */
}
.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 250px;
	background-image: url(Construction/Header/Header4.jpg);
}
.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 #mainContent {
	padding: 0 20px;
	background-color: #FEEDB9;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #D7E0A5;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.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;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #336600;
	line-height: 26px;
}
a:link {
	color: #336600;
}
a:hover {
	color: #336600;
}
a:visited {
	color: #336600;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #FEEDB9;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #4B6F03;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F6C82C;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #4B6F03;
}

label
{
width: 4em;
float: left;
text-align: left;
margin-right: 15px
}


input
{
	color: #000000;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}


a.nav:link {color: #663300;}
a.nav:visited {color: #663300;}
a.nav:hover {color: #663300;}