body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #5F8C40;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: normal;
}
a {
color:#FFFF66;
font-weight:700;
}
.style1 {	font-size: 16px;
	font-weight: bold;
}
.style2 {	font-size: 16px;
}

#navcontainer ul
{
padding-left: 55;
margin-left: 0;
background-color: #679b46;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 0.5em;
background-color: #679b46;
color: #FFFFCC;
text-decoration: none;
font-weight:600;
float: left;
border: 1px ridge #fff;

}

#navcontainer ul li a:hover
{
background-color: #cc3333;
color: #fff;
}
#active a
{
background-color:#CC3333;
}


