/* CSS Document */

ul#navlist
{
margin: 10px;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 

padding: 0px 25px 0px 25px;
margin: 10px 0px 0px 0px;

}

#navlist a:link, #navlist a:visited
{
	color: #4CAB27;
	background-color: #DEF0DB;
	text-decoration: none;
	font-family: helvetica;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #4CAB27;
}

#navlist a:hover
{
color: #4CAB27;
background-color: #ffffff;
text-decoration: none;
}
#footer2 {
	clear: both;
	margin:20px 0 0px 0;
	padding:0 0 10px 0;
	text-align:center;
	color: #999999;
	font-weight: normal;
	font-family: Verdana;
	font-size: 9px;
}
#footer2 a {
	text-decoration:underline;
	color: #999999;
}
#footer2 a:hover {
	text-decoration:none;
}