/* CSS Document */

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #647F40;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: 0px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 10;
}

#navcontainer li a
{
padding: 10px;
color: #647F40;
background-color: #000000;
border: 1px solid #647F40;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #647F40;
border-top: 2px solid #647F40;
border-bottom: 2px solid #647F40;
}

#navcontainer li a#current
{
color: #647F40;
border: 1px solid #647F40;
border-top: 2px solid #647F40;
border-bottom: 2px solid #647F40;
}


.textA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding: 12px 20px 0px 5px;
	text-align: left;
	vertical-align: top;a
}
.HeadsA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: left;
}

.linker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
}


.linker a {
color: #FFFFFF;

}


a {
color: #d9eebd;

}


a:hover {
color: #d9eebd;
font-weight:bold;
text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	color: #505050;

}

.footer a {
	color: #505050;

}

.footer a :hover{
	color: #333333;
	text-decoration:overline;

}