
/*
The code below is for the placement and formatting of the footer links
*/ 
#footerwrap {
margin-left: auto;
margin-right: auto;
	margin-top: 20px;
	width: 768px;
	padding: 10px;
}	
a.footer:link, a.footer:visited {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	color: #5B8376;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
}
a.footer:hover {
	font-weight: normal;
	font-size: 10px;
	color: #D9B473;
	font-family: Arial, Helvetica, sans-serif;
}

.onfooter {
	font-weight: normal;
	font-size: 10px;
	color: #D9B473;
	font-family: Arial, Helvetica, sans-serif;
}

.footerdevide {
	font-weight: bold;
	font-size: 14px;
	color: #5B8376;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
}
/*---end of footer links---*/
