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

#footer {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 22px;
	background-color: #97221C;
}
#footerCopy {
	float: left;
	padding: 5px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#footerPrivacy, #footerDisclaimer {
	float: right;
	padding: 1px 10px;
	margin: 4px 0;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#footerPrivacy {
	border-left: 1px solid #FFFFFF;
}
#footerCopy a, #footerDisclaimer a, #footerPrivacy a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerCopy a:hover, #footerDisclaimer a:hover, #footerPrivacy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
