body{background-color:#444444;margin:0px}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5BE20;
}
input,select,textarea,submit{padding: 2px;color: #000000;font-size: 10px;font-family: Verdana, Helvetica, Arial, sans-serif}
/* classes for validator */
.tfvHighlight{font-weight: bold; color: white;}
.tfvNormal{font-weight: normal;	color: black;}
.underline { font-weight:bold;color: #fff;padding-top: 3px; padding-bottom: 3px;	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff}
.maincontent {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color:#006C38;
	vertical-align:top
}
.maincontent h2 {
	font:normal 12px "Arial Black";
	text-align:center;
	padding:8px 2px;
	border: 1px solid #D5BE20;
	background-color:#003300;
	margin-bottom: 5px;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
}
A:link{
	color: #FFFFFF;
	text-decoration: none;
}
A:hover{color: #416A76;	text-decoration: none;}
A:visited{	color: #FFFFFF;	text-decoration: none}
.maincontent a:link{color:#fff;text-decoration:underline;font-weight:bold}
.maincontent a:hover{
	text-decoration:none;
	font-weight: bold;
}
.maincontent a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D5BE20;
	border-right-color: #D5BE20;
	border-bottom-color: #D5BE20;
	border-left-color: #D5BE20;
}
.leftnav{
	width:180px;
	background-color:#134826;
	vertical-align:top;
}
#footer {
	margin:0px;
	background-color:#000;
	float:left;
	width:960px;
	padding: 0px 0px 10px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5BE20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5BE20;
	text-align:right
}
#footer ul {
	margin:7px 0px 0px 7px;
	list-style:none;
	float:left;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
#footer li {
	float:left;
	margin: 0px;
	padding: 0px 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
#footer li a {
	display:block;
	color:#fff;
	text-decoration:none;
}
#footer li a:hover,#footer li.active a,#footer .active {
	color:#ffff;
	text-decoration:underline;
}
#footer li a:visited{color:#fff}
#footer li a span {
	padding:4px 10px 3px 11px;
	display:block;
}

#navigation{
	padding:0px;margin:0px;display:inline
	}
#navigation ul
{
	float:right;
	padding:0px;
	margin: 0px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: D5BE20;

}
#navigation a{
	float:left;
	background-color:#134826;
	width:180px;
	color:#ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration:none;
	}
#navigation a:hover {
	background-color:#D5BE20;
	color:#000;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}
#navigation .active {
	background-color:#D5BE20;
	color:#000;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
}
#navigation li {
	font-family: Arial Black;
	font-size: 10px;
	display:block;
	padding:0;
	text-transform: uppercase;
}
.smallheaders {
	font-weight: bold;
	color: #FFFFFF;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00B961;
}
