body {
padding:0px;;
margin:0px;
font-family:verdana, Arial, sans-serif;
background-color:#FFFFFF;
font-size:12px;
background: #f4f4f4 url(images/bgwhite.gif) top center repeat-y;
}	

a,a:visited{color:#FFFFFF;
text-decoration: none;
font-size:12px;
}

a:hover{color:#FFFF00;
text-decoration:underline;	
font-size:12px;
 }


a.menu, a.menu:link, a.menu:link:visited {
font-family: Verdana, Arial;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
text-decoration:none
}

a.menu:hover { color:#FFFF00; }

a.dropdown {
font-family: Verdana, Arial;
font-size: 10px;
color: #FFFFFF;
font-weight:normal;
text-decoration:none
}

a.dropdown:hover { color:#FFFF00;text-decoration:underline;	
 }


H1 { font-size: 11pt; font-weight: bold; color:#FFFFFF; background-color:#566931; padding:5px 5px 5px 5px; border:1px solid #31430d; }
P { font-size: 10pt; color:#3E3E3E;line-height:18px}
B { font-size: 10pt; }
Li { font-size: 10pt; color:#3E3E3E;line-height:18px}

.leftmenu{
width: 180px; /*width of menu*/
padding:0;
}

.leftmenu .headerbar{
font: 12px Arial;
color: white;
background-color: #90a71a;
margin:0px;
text-transform: uppercase;
padding: 10px 2px 6px 10px; /*header text is indented 10px*/
font-weight:bold;
border:1px solid #667907;
}

.leftmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.leftmenu ul li a,leftmenu ul li a:visited{
color:#687b08;
background: url(arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px dotted #bcc978;
font-size:12px;
}


.leftmenu ul li a:hover{ /*hover state CSS*/
color: #68790f;
background-color:#EFEFEF;
}


#searchbox  input{width:150px;border:1px solid grey}
#searchbox .submit{border:0px solid red;width:75px}


.label {
	width: 100px;
	display: block;
	float:left;
	padding:0 1em;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right
}

