body {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	background-color: #669966;
	color: black;
	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;
}

td {
	font-family: verdana, sans-serif;
	font-size: 9pt;
}

a {
	text-decoration: none; 
	font-size: 9pt;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: green; 
	text-decoration: underline;
}

.input_home{
margin: 0;
width: 160px;
height: 18px;
border: 0;
padding-top: 3px;
font-size: 0.9em;
color: #333;
background: none;
}
.centerbox {
	background: #b7af8b url("/images/background_harp.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

div.whitebox {
	margin: 2px 2px;
	background-color: #ffffff;
	border: 1px solid #669966;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}

div.whitebox p {
	margin: 2px 2px;
	font-weight: normal;
	color: #000000;
}

div.whitebox:hover {
	text-decoration: none;
	background-color: white;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

div.boxheader {
	margin: 0px 0px;
	color: white;
	background-color: #669966;
	border: 0;
}

.menunav {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        font-size: 14px;
}       
a.menunav {
        text-decoration: none;
        color: white;
        font-size: 14px;
}       
a.menunav:link {
        color: white;
}
a.menunav:visited {
        color: white;
}
a.menunav:hover {
        color: white;
        text-decoration: underline;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
}
a.topnav {
	text-decoration: none; 
	color: black;
	font-size: 14px;
}
a.topnav:link {
	color: black;
}
a.topnav:visited {
	color: black;
}
a.topnav:hover {
	color: white; 
	text-decoration: underline;
	background-color: black;
}

.accessibility {
	font-family: verdana, sans-serif;
	font-size: 7pt;
	color:#666666;
}
a.accessibility:link {
	color:#666666;
}
a.accessibility:visited {
	color:#666666;
}
a.accessibility:hover {
	color:#666666;
	text-decoration: underline;
}
a.accessibility:active {
	color:#666666;
}
#acceskeys {
	position:relative;
	padding:0px;
	margin:0px;
	margin:auto;
	text-align:left;
	width:290px;
}
#skiplinks {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;
	width:100%;
	height:20px;
	clip:rect(0px, 290px, 20px, 0px);
}
#skiplinks UL {
	padding:0;
	margin:0;
	list-style:none;
}
#skiplinks LI {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	}
#skiplinks A {
	color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	width:0;
	height:0;
	font-size:1em !important;z-index:1000;
}
#skiplinks A:active, #skiplinks A:focus {
	position:absolute;
	overflow:visible;
	width:auto;height:auto;margin:auto;padding:3px;
	background-color:#E7FF44;
}
