body
{
    background-color: #FFFFFF;
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 800px;
}
P {margin:0px;}
table
{
	margin-top: .7em;
	border-width: 1px;
	width: 80%;
}
H1 {font-size=28px; font-weight: 900; color: #000066; margin:4px; border-bottom-width: 0px; text-align:center}
H2 {font-size=20px; font-weight: 600; color: #990000; margin:4px; margin-top: .5em;}
H3 {font-size=16px; font-weight: 600; margin:4px; margin-top: .5em; color:gray}
H4 {font-size=16px; font-weight: 600; margin:4px; color: #888888}
H1, H2, H3, H4, p {margin-left: 8px; margin-right:8px; Margin-Bottom:0px}
H6 {font-size: 14px; font-weight: 900; color: #000066; margin:4px; margin-top: .7em; margin-bottom: 0; border-bottom-width: 0px}

UL LI {font-size: 12px}

#container
{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #eeeeee;		/* very light gray */
	
}
#container img
{
	border 0;
	border-color: #eeeeee;
}
a
{
	color:blue;
	text-decoration: none;
	line-height: 1.3em;

}
a:hover
{
	color:orange
}
#siteBanner
{
    width: 800px;
}

#navLeft
{
    width:130px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	font-weight: bold;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #336699;
}
#navLeft p
{
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}
#navLeft a
{
	position: relative;
	left: 0px;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	padding-left: .3em;
	text-decoration: none;
	color: #990000;
}
#navLeft a:hover
{
	position: relative; right: 0px;
	text-decoration: none;
    color: #666666;
}

#content
{
	background: #ffffff;
	border-style: inset;
	border-width: 1px;
	color: #000000;
}
#footer
{
	clear: both; 
	font-size: 80%;
	color: #777777;			/* dark gray */
	padding-bottom: 2em;
	text-align: center;
}
.faded {
	color: #777777;
	font-size: x-small;
}
#reports
{
    position: relative; top: 0px; left: 0px; right: 0px;
    width: 30px;
    font-size: small;
}
#reports a
{
	width: 100%;
	display: block;
	height: 1em;
	text-decoration: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	background-color:#cccccc;
	border-top: #ffffff 1px solid;
	border-bottom: #666666 1px solid;
	border-left: #fffffff 1px solid;
	border-right: #666666 1px solid;
	line-height: 1.8em;
    
}
#reports a:visited, active
{
	border-top:#666666 1px solid;
	border-bottom:#ffffff 1px solid;
	border-left:#666666 1px solid;
	border-right:#ffffff 1px solid;
	text-decoration:none;
	background-color:#999999;
}
#reports a:hover
{
	border-top:#666666 1px solid;
	border-bottom:#ffffff 1px solid;
	border-left:#666666 1px solid;
	border-right:#ffffff 1px solid;
	text-decoration:none;
	background-color:#339900;
}