a {
	color: #006699;
	text-decoration:underline;
}
a:hover{ 
    color: #003366;
	text-decoration:underline;
}


.small_copy {
	font-size: 12px;
	color: #333333;
}

.pop {
    background-color:#000000;
}



/* drop down menu styles */
#dropmenudiv{
	position:absolute;
	border:1px solid #346633;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #D86736;	
	background-color: #F4F4F4;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #D86736;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D9D9D9;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.content_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #32869E;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #32869E;
}
.list_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #32869E;
	margin: 4px 4px 4px 4px;
}
.list_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.heading  {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}