.menu

	{

	display: block;

	background: #81A7CF;

	border: none;

	padding: 2px;

	}

.menu a

	{

	color: #000000;

	width: 100%;

	font-family: arial;

	font-size: 11px;

	padding: 2px;

	}

.menu a:hover

	{

	background: #B6CEE9;

	}

body

	{

	background: #0033cc;

	margin: 0px;

	font-family: arial;

	font-size: 14px;

	color: #000000;

	}
	
	
	.copyright {font-size: 12px;
}

H1	{	

	font-weight: bold;

	font-size: 20pt;
	color: #ff9900;


}

H2 {
	

	font-size: 14pt; 

	font-weight: bold;
	

}

H3 {	
	font-size: 10pt; 
	font-weight: bold;
	color: #0033FF;

}


.MainTable

	{	
	border: 1px black solid;	

	}
	
	
	/* NAV BAR */
.navcontainer { width: 100%;   }

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; font: 14px; font-weight: bold;
}

.navcontainer a
{
display: block;
padding: 6px;
width: 144px;
background-color: #0000cc;
border-bottom: 1px solid #00FF00;
}

.navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #00FF00;
color: #000;
}

#active a:link, #active a:visited, #active a:hover
{
display: block;
padding: 3px;
width: 144px;
background-color: #DDD1AB;color: #000;
border-bottom: 1px solid #00FF00; font-weight: bold;

}
