/* FOOTER */
div#footerBar{
	position:relative;
	width:896px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/layout/btm_single_horizLine.gif);
	background-repeat:repeat-x;
}
div#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	color:#535353;
	text-align:center;
	width: 895px;
	height:50px;
	margin-top:12px;
	margin-bottom:12px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#footer_interior {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	color:#535353;
	text-align:center;
	width: 895px;
	height:50px;
	margin-top:12px;
	margin-bottom:12px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#footer a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#535353;
}
div#footer a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#535353;
}
div#footer a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#1d3d4a;
}

