body
{
	background-color: #999999;
}
#pageFrame, #masthead, #footer
{	
	background-color: #fff;	/* major background color */
}
#pageFrame
{
	background-color: #FFFFFF;
}
#masthead, #footer
{
	background-color: #005100;
	color: #fff;
}
#footer
{
	border-bottom: solid 1px #997; /* IE 6 has the footer flow over the pageFrame's 
									  bottom border. if this border is added, IE draws
									  the pageFrame border as exptected */
}
.hnav, .hnav ul li a
{
	background-color: #e7e89b;
	color: #336;
}
.hnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
.vnav ul li a
{
	color: #336;
	background-color: #e7e89b;
}
.vnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
#tools {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	float: right;
	top: 25px;
	width: 238px;
	overflow: auto;
	right: 25px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

#tools a{
	color: #FFFFFF;
	text-decoration:none
}


#tools a:hover{
	text-decoration: underline;
}

#tools a:link{
	text-decoration: none
	}
	
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}	
	
h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
}

