body {
background:url(background.jpg);
 SCROLLBAR-FACE-COLOR:#586949;
 SCROLLBAR-HIGHLIGHT-COLOR:#2D4517;
 SCROLLBAR-SHADOW-COLOR:#2D4517;
 SCROLLBAR-3DLIGHT-COLOR:#2D4517;
 SCROLLBAR-ARROW-COLOR:#FFFFFF;
 SCROLLBAR-TRACK-COLOR:#DED2C0;
 SCROLLBAR-DARKSHADOW-COLOR:#2D4517;
}

H1  {
        font-family: verdana, arial, helvetica, sans-serif; 
	font-size:10pt;
	line-height: 10pt;
	font-weight: 100; 
	margin: 0px; 
}
H3  {
        font-family: verdana, arial, helvetica, sans-serif; 
	font-size:10pt;
	line-height: 10pt;
	font-weight: 100; 
	margin: 0px; 
}

.header {
background-color: #E4EFDB;
color: #000000;
border: 1px solid #000000;
font-weight: bold;
}

.main {
	font-family: verdana;
	font-size:10pt;
	background-color: #E4EFDB;
	color: #000000;
	text-align: justify;
	line-height: 20px;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
	font-weight: bold;
}

.newsbox {
padding: 10px;
line-height: 1.5;
float: right;
width: 175px;
margin-left: 10px;
margin-bottom: 10px;
border: 1px dotted #000000;
background-color: #EDE1CD;
font-size:10pt;
font-weight: normal;
font-family: verdana;
}

.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #172872;
	text-decoration: none;
}
.navlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #E1E6F7
	border-left: 10px solid #1c64d1; 
	text-decoration: underline;
	padding: 2px 2px 2px 0.2em;
	width: 100%;
}
.subnavlink {
	font-weight: bold;
	font-size:10pt;
	text-decoration: none;
	color: #2D4517;
	
}
.subnavlink:hover {
	font-weight: bold;
	font-size:10pt;
	text-decoration: underline;
	color: #5F420F;
	background: #F5E9DD;
}
 #navcontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 100px;
height: 18px;
border-top: 1px solid #CCA868;
border-left: 1px solid #CCA868;
border-bottom: 1px solid #CCA868;
border-right: 1px solid #CCA868;
padding: 0;
margin: 0 0 10px 0;
color: #2D4517;
text-decoration: none;
display: block;
text-align: center;
font: bold 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #F1E0C5;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

