body
{
 	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
p, td, div, span, body
{
   	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: small;
}
a:link, a:visited
{
 	color: #537D00;
    background-color: transparent;
	text-decoration: none;
}
a:active, a:hover
{
 	color: #003100;
    background-color: transparent;
	text-decoration: underline;
}
ul
{ 
    list-style-image: url('site-images/star.gif'); 
}
hr
{
    border: 1px solid #003100;
}
h1
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: xx-large;
	color: #003100;
	background-color: #FFFFFF;
}
h2
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: x-large;
	color: #003100;
	background-color: #FFFFFF;
}
h3
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: large;
	color: #003100;
	background-color: #FFFFFF;
}
h4
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: medium;
	color: #003100;
	background-color: #FFFFFF;
}
h5
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #003100;
	background-color: #FFFFFF;
}
h6
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: #003100;
	background-color: #FFFFFF;
}
#logoHolder
{
    position: absolute;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
	background-image: url('site-images/navbg.gif');
	border: none;
}
#menuHolder
{
    position: absolute;
	left: 0px;
	top: 90px;
	width: 150px;
	border: none;
	padding: 5px;
}
#contentHolder
{
    position: absolute;
	left: 165px;
	top: 90px;
	width: 80%;
	border: none;
}
#footer
{
 	font-size: xx-small;
}
.menuHeader
{
    font-weight: bold;
	font-size: medium;
	color: #003100;
	background-color: #FFFFFF
}