/* CSS Document */

#footer {
	float: left;
	height: 95px;
	width: 907px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 24px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 8px;
	margin-left: 12px;
	color: #FFFFFF;
	line-height: 150%;
	margin-bottom: 10px;
}
#footer a:link {
	color: #FFFFFF;
}
#footer img {
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #0C2576;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
