body {
	font-family: "Trebuchet MS", arial, helvetica;
	font-size: 11px;
	color: #102007;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
	line-height: 18px;
}
.subheader {
	font-size: 12px;
	font-weight:bold;
	color: #2D441F;
}
.maillist {
background-color: #646464;
color: #f1f1f1;
font-family: "Trebuchet MS", arial, helvetica;
font-size: 11px;
border: solid 1px #929292;
padding: 2px;
width:133px;
}
INPUT, SELECT, TEXTAREA {
	background-color: #f9f9f9;
	color: #334927;
	font-family: arial, helvetica;
	font-size: 9px;
	/*border: inset 1px gray;*/
	padding: 2px;
}
.norepeatx {
	background-repeat: repeat-x;
	background-position: left top;
}
.norepeaty {
	background-repeat: repeat-y;
	background-position: left top;
}
.norepeatright {
	background-repeat: no-repeat;
	background-position: right top;
}
.norepeatleft {
	background-repeat: no-repeat;
	background-position: left top;
}
.hdot {
	background-image: url(../images/body/hdot.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #334927;
	text-decoration: underline;
}
a:visited {
	color: #334927;
	text-decoration: underline;
}
a:active {
	color: #334927;
	text-decoration: underline;
}
a:hover {
	color: #3F7024;
	text-decoration: none;
}
.leftnav  a:link {
	color: #102007;
	text-decoration: none;
}
.leftnav  a:visited {
	color: #102007;
	text-decoration: none;
}
.leftnav  a:active {
	color: #102007;
	text-decoration: none;
}
.leftnav  a:hover {
	color: #3F7024;
	text-decoration: none;
}

.arrow li {
	list-style-image: url(../images/navigation/arrow.gif);
}
/* BEGIN style2 */
#navcontainer { width: 130px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}

#navcontainer a
{
display: block;
padding: 5px 0 5px 0;
width: 130px;
background-color: #E5E5E5;
border-bottom: 1px solid #fff;
background-image: url(../images/navigation/horseicon.gif);
background-repeat: no-repeat;
background-position: right center;
}

#navcontainer a:link, #navlist a:visited
{
color:#102007;
text-decoration: none;
text-align:left;
text-indent:1px;

}

#navcontainer a:hover
{
background-color: #F4F4F4;
color: #3F7024;
}

#navcontainer li .current
{
background-color: #F4F4F4;
color: #3F7024;
list-style-type: none;
}
/* END style2 */
/* BEGIN style2 */


#navbar ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navbar a:link, #navbar a:visited
{
color:#102007;
text-decoration: none;
text-align:left;
background-color: #fff;

}

#navbar a:hover
{
background-color: #F4F4F4;
color: #3F7024;

}
.white {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2D441F;
}
.border {
	border: 1px solid #999999;
}
