/* CSS Document */

body
{
font-family:Tahoma;
font-size:11px;
color:#333333;
margin-top:0px;
}
.topBg
{
	background-image:url(images/topBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.padding
{
padding:5px;
}
.textfield
{
font-family:Tahoma;
font-size:11px;
border:1px solid #999999;
}
textarea
{
font-family:Tahoma;
font-size:11px;
border:1px solid #999999;
}
.heading
{
	font-size:24px;
	color:#028CD5;
}
.mainlinks a
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
}
.mainlinks a:hover
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#83C000;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	background-color:#EFFFCE;
}
.topthickBdr
{
border-top:3px solid #83C000;
}
.footer
{
background-image:url(images/footerBg.jpg);
background-position:top;
background-repeat:repeat-x;

}
.whiteText
{
color:#FFFFFF;
}

.submenu a{
text-indent: 10px;
background: #EAEAEA;
height:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-decoration:none;
}
.submenu a:hover
{
text-indent: 10px;
background: #EAEAEA;
height:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ff0000;
}
.sdmenu .titlehidden {
    border-bottom: none;
}


.sdmenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #EAEAEA;
    display: block;
	border-bottom: 1px solid #cccccc;
    color: #4A5D64;
    text-decoration: none;
} 

.sdmenu a:hover {
    background : #84BF01;
        color: #ffffff;
}