 
.navcontainer { width:inherit }

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 0px 0px;
width: 170px;
background-color: #357902;
border-bottom: 1px dotted #999;
}

.navcontainer a:link, .navlist a:visited
{
color: #FFF;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.navcontainer a:hover
{
background-color: #3FA621;
color: #fff;
padding-left:3px;
}

A:link {
	color: #000066;
	text-decoration: none;
}

A:visited {
	color: #000066;
	text-decoration: none;
}

A:active {
	color: #000066;
	text-decoration: none;
}

A:hover {
	color: 000000;
	text-decoration: underline;
}

 h3{
	color: #357902;
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
}

p{
	margin:1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
}
