/*
The code below is for the placement and formatting of the footer links
*/ 
#footerwrap {
	margin-left: 190px;
	width: 480px;
	padding: 10px;
	border-top: 0px solid #7C97AE;
	border-left: 0px solid #7C97AE;
	border-right: 0px solid #7C97AE;
	border-bottom: 0px solid #7C97AE;
}	
a.footer:link, a.footer:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
}
a.footer:hover {
	font-weight: normal;
	font-size: 11px;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
}
.footertext {
	font-weight: normal;
	font-size: 14px;
	color: #7C97AE;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
.footertextsmall {
	font-weight: normal;
	font-size: 11px;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
/*---end of footer links---*/
