#navcontainer { width: 120px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent:5px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
margin-top:4px;
}

#navcontainer a:link, #navlist a:visited
{
color: #000; text-decoration: none; background-color:#ddb34a;
}

#navcontainer a:hover
{
background-color: #719a3d;
color: #ffffff;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #000000;
	text-align:justify;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}
a, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.copyright {color:#FFFFFF;}

