.MainNavBg a:hover {color:#F0AB00;}

.BottomRightBg {background:black; color:white; }


.HomeBg {background:#F0AB00;  /* green */ }
.HomeNavBg {background:#FADD80;border:0;border-right:1px solid #F0AB00; /* light green */ }
.LightText {color:white;}
.LightText a{color:white;  	margin:0;  	padding:0;	text-decoration:none;}
.LightText a:hover{color:#F0AB00;}
.DarkText a{color:black; margin:0;  	padding:0; 	text-decoration:none;}
.DarkText a:hover{color:white;}
.selected {color:#F0AB00;}
.selected a  {color:#F0AB00;}

/* Fonts to use */
.HeadingFont {font-family:Verdana,Helvetica,sans-serif;
	          font-variant:small-caps;
			  font-weight:bold;
			  font-size:20pt;
			  letter-spacing:5px;}

.LeftNavFont {font-family:Georgia, "Times New Roman",Times,serif;font-size:10pt;}

.BottomFont {font-family:Verdana,Helvetica,sans-serif;font-size:10pt; }

.AddressFont {font-Family:Verdana,Helvetica,sans-serif;
color: white; font-size:9pt; font-weight:bold;}
.AddressFont a{color:white;}



body {
	margin:0px;
	background:#666666;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

p {
   text-align: left;
   margin-top: 10px;
   margin-left: 10px;
   margin-right:10px;
}

h3 {
   text-align: left;
   margin-top: 10px;
   margin-left: 10px;
   margin-right:10px;
}

ol,ul {
   padding-right:10px;
}

fieldset {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}


a {
   color:#0000CC;
}

a:hover {
   color:#990000;
}

a:active {
   color:#0000CC;
}

a:visited {
   color:#0000CC;
}

a:visited:hover {
   color:#990000;
}


#Content {
	background:#FFFFFF;
}


.AddressFont a {
   color:#FFFFFF;}

.AddressFont a:active {
   color:#FFFFFF;}

.AddressFont  a:hover {
   color:#FFFFFF;}

.AddressFont a:visited {
   color:#FFFFFF;
}

.AddressFont a:visited:hover {
   color:#FFFFFF;
}



#BottomRight {
	float:left;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	border:0;
	}

#BottomNav {
	float:left;
	width:100%;
	height:20px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	list-style-position:inside;
	list-style-type:none;
	border-left:none;
    border:0;
}

#BottomNav a {
   color:#FFFFFF;}

#BottomNav a:active {
   color:#000000;}

#BottomNav  a:hover {
   color:#000000;}

#BottomNav a:visited {
   color:#FFFFFF;
}

#BottomNav a:visited:hover {
   color:#000000;
}