td#navcontainer
	{
		background-color:#003300; border-top:#006699 1px solid;
	}
td#navcontainer ul
	{
		color: white;
		text-align: center;
		margin: 0;
		padding-bottom: 3px;
		padding-top: 3px;
	}
td#navcontainer ul li
	{
		display: inline;
		margin-left: -4px;
	}
td#navcontainer ul li a
	{
		padding: 4px 10px 4px 10px;
		color: white;
		text-decoration: none;
		border-right: 1px solid #006699;
	}
td#navcontainer ul li a:hover
	{
		background-color:#006699;
		color: white;
	}
td#navcontainer ul li#active a { background-color:#006699; }
td#navcontainer li a.first { 
	border-left:1px solid #006699;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFCC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 12px}
.style5 {color: #000000; font-weight: bold; }
#header { position: absolute; top: 0px; left: 0px; }

#menu { position: absolute; top: 73px; left: 0px;
  width: 800px; height: 10px;
  background-color: #9003300; color: #FFFFCC}

#leftmenu { position: absolute; top: 93px; left: 0px;
  width: 200px; background-color: #FFFFFF; 
  color: #000000}
  
.leftnav a:link {
	color: #FFFFCC;
	text-decoration: none;
}
.leftnav a:visited {
	text-decoration: none;
	color: #CCFFFF;
}
.leftnav a:hover {
	text-decoration: underline;
	background-color:#006699;
}
.leftnav a:active {
	text-decoration: none;
	color: #FFFFCC;
	background-color:#006699;
}
