@charset "UTF-8";
/* CSS Document */

#outerWrapper #footer {
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
	font-style: normal;
	background-color: #461D7C;
	color: #FFFFFF;
}
#footer h5 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer img {
	padding-right: 5px;
}
#footer a {
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
	font-style: normal;
	color: #FDD023;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;

}
#outerWrapper #footer #logo {
	width: 180px;
	float:left;
}
#outerWrapper #footer #boiler {
	padding-bottom: 10px;
	margin-left: 180px;
	text-align: right;
}