@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.5em;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height:inherit;
}

.oneColFixCtrHdr #header h1 {

}
.oneColFixCtrHdr #mainContent {
	height: 100%;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 100%;
}

#navcontainer
{
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color: #666666;
	height: 25px;
	line-height: normal;
}
.frame {
	border: 1px solid #999999;
}


#navcontainer ul {

}
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1.5px;
	font-weight: bold;
}

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333333;
	width: 145px;
	padding-top: 0.8em;
	padding-right: 5px;
	padding-bottom: 0.8em;
	padding-left: 5px;
	text-align:center;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003300;
	background-image: none;
}
.float {
	float: right;
	width: 200px;
	padding: 5px;
	text-align: justify;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 1.25em;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.item {
	background-color: #3c2f22;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8c886c;
	border-bottom-color: #8c886c;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
}
.fade {
	background-image: url(images/fade2.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C6953;
}
.black {
	color: #000000;
}
.backdrop {
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 10px;
}
.subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	font-weight: bold;
}
.fade2 {
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.5em;
}

