/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer {
	padding-top: 12px;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
	font-weight: bold;
}
#navlist
{
background: #CBEDA5;
padding: 0 1px;
margin-left: 0;
width: 160px;
font: normal 0.8em Arial, Helvetica, sans-serif;
}
#navlist li
{
	list-style: none;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #000000;
	background: #CBEDA5;
	border-left: 1px solid;
	padding: 0.25em 0.5em 0.4em 0.60em;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBEDA5;
	border-right-color: #CBEDA5;
}

#navlist a
{
width: 160px;
/* only necessary for Internet Explorer */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
	background: #66CC00;
	padding: 0.4em 0.35em 0.25em 0.6em;
	border-left-color: #5495B3;
	color: #FFFFFF;
	border-right-color: #5495B3;
	border-bottom-color: #F5FCFF;
}

#navlist a:active, #navlist a#current:active
{
	padding:  0.4em 0.35em 0.25em 0.6em;
	border-bottom-color: #333333;

