/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
}
body {
	background-color: #8C8C8C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li{margin-left: -25px;}
a:link {
	color: #778E46;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #778E46;
}
a:hover {
	text-decoration: none;
	color: #67246d;
}
a:active {
	text-decoration: underline;
	color: #778E46;
}


.box 
{
float:left;

}

.sidelinks a 
{
color: #919191;
padding: 9px 15px 9px 5px;
width: 240px;
float: left;
text-decoration: none;
border-bottom:dotted 1px #778e46;
font-size:14px;
font-weight:bold;
}

.sidelinks a:hover 
{
color: #fff;
background-color: #778e46;
text-decoration: none;
}
.sidelinks ul{ }
.sidelinks li{list-style-type: none;margin-left:-40px}


#EmailForm fieldset{
border:none;
}
.errors{color:#FF0000;}


#footer  {
	font-size: 9pt;
	color: #ffffff;
}


#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:active {
	text-decoration: none;
	color: #ffffff;
}
hr {
	border: thin dotted #cecece;
	width: 90%;
}
