.bodytext{
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #767b7b;
}

.bodytext a:link {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0e9ca6;	
	text-decoration: underline;
}


.bodytext a:visited {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0e9ca6;	
	text-decoration: underline;
}

.bodytext a:hover {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #54a90b;	 
   text-decoration: underline;
}


.bodytext-home {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #767b7b;

}

.bodytext-home a:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #d1b439;
	font-weight:bold;	
	text-decoration: underline;
}


.bodytext-home a:visited {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #d1b439;
	font-weight:bold;		
	text-decoration: underline;
}

.bodytext-home a:hover {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #e47e4f;
	font-weight:bold;	 
   text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 17px;	
	color: #a7acac;
}

.copyright a:link  {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #a7acac;
	text-decoration: underline;
}

.copyright a:visited  {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #a7acac;
	text-decoration: underline;
}


.copyright a:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #64bc18;

   text-decoration: underline;
}

.date {
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 22px;	
	color: #909393;
}


ul {
	margin-top:0px;	
	margin-left: 20px;
	padding: 0;
}

li {
	list-style-type: disc;
	margin-top:10px;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
	line-height: 16px;
}




/*----------------------*/
/*	Top Nav	*/
/*----------------------*/



#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font-size:11px;
font-family: Arial, Helvetica;
font-weight:normal;
line-height:15px;
z-index:100;
margin-top:0px;
margin-left:0px;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
padding: 3px 5px 3px 5px;
text-decoration: none;
font-weight: normal;
font-size:11px;
font-family: Arial, Helvetica;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #64cb0a;
color: #ffffff;
}