body {
	background-color: #B9B9B2;
}

.alignright {
border: 3px solid #fff;
margin-left: 4px;
margin-bottom: 4px;
}
.alignleft {
border: 3px solid #fff;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
}
.search {
  float: right;
margin-right: 14px;
  }
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.subheads {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.greenlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C832F;
}
.whitelinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.whitelinks a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.whitelinks a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.whitelinks a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

a:link {
	color: #325705;
   font-weight: bold;
}

a:visited {
   color: #363942;
   font-weight: bold;
}

a:hover {
   color: #5C832F;
   font-weight: bold;
} 

small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

h1 {
   font-size: 20px;
   color: #363942;
   font-family: "Times New Roman", Times, serif;
}

h2 {
   font-size: 20px;
   color: #363942;
   font-family: "Times New Roman", Times, serif;
}

h3 {
   font-size: 18px;
   color: #363942;
   font-family: "Times New Roman", Times, serif;
}

strong {
   font-size: 16px;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
   color: #325705;
}

#dropmenudiv{
position:absolute;
background-color: #5C832F;
border:1px solid #325705;
border-bottom-width: 0;
font-size: .85em;
z-index:100;
text-transform: none;
}

#dropmenudiv a{
display: block;
color: #fff;
background-color: #325705;
text-indent: 3px;
border-bottom: 1px solid #325705;
padding: 1px;
margin-left: 0px;
text-decoration: none;
font-weight: none;
text-transform: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5C832F;
color: #fff;
text-transform: none;
}