/* *************************************************************************** */
/* These are the styles for the footer links */
#footer_links {
	
	position:relative;
	text-align:left; /** Alignment **/
	padding-top:10px; /** Padding **/
	background-color:; /** Background Color **/
	font-family:Arial, Helvetica, sans-serif; /** Default Font **/
	font-size:11px; /** Default Font Size **/
	color:#002f65; /** Default Font Color **/
	text-decoration:none;

}
#footer_links a:link,
#footer_links a:visited,
#footer_links a:active {
	font-family:Arial, Helvetica, sans-serif; /** Link Font **/
	font-size:11px; /** Link Font Size **/
	color:#1fb6ee; /** Link Font Color **/
	text-decoration:none;
	padding-right:4px;
	padding-left:4px;


}
#footer_links a:hover{color:#002F65;}