.Intro text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;
	color: #094604;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;
	color: #107A07;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;
	color: #094604;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;	
	color: #094604;
}
#navcontainer
{
background: #094604;
width: 30%;
margin: 0 auto;
padding: 1em 0;
font-family: verdana, san-serif;
font-size: x-small;
text-align: left;
text-transform: uppercase;
position: fixed
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
color: #EEE;
text-decoration: none;
background: #094604;
}

#navcontainer>ul#navlist li a { width: 100; }

ul#navlist li#active a
{
background: #0b6004;
color: #EEE;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #EEE;
background: #051B03;
border-color: #aaab9c #fff #fff #ccc;
}