.leftmenuitem {
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.footerfont {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}


.style1 {
	color: #006600;
	font-weight: bold;
	font-style: italic;
}
.greensubhead {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
}
.greenhead {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
}
.whitehead {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.maintextbold {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {font-size: 18px}
body {
	background-image: url(images/background.jpg);
}
.SkipToContent { display: none; }

.newsitem 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.menuitem {
	color: #0000FF;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFFF;
}
.link {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.whitemaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.mainlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}