.footer {
	clear: both;
	width: 100%;
	float: left;
	overflow: visible;
	margin-top: 0px;
	background-color: #FF0000;
}
.footer-outer {
	clear: both;
	width: 100%;
	float: left;
	overflow: visible;
	margin-top: 0px;
	background: Gray;
}
.footer-inner {
	clear: both;
	width: 100%;
	float: left;
	overflow: visible;
	margin-top: 0px;
	background-color: #FF0000;
}

.footer-alpha-outer { clear: both; background: Gray; background: Gray}
.footer-alpha-outer { clear: both; background: Gray; background: Gray}
.footer-alpha-inner { width: 100%; overflow: hidden; background: Gray; }

.footer-beta-outer {
	clear: both;
	padding-top: 10px;
	background-color: #ef3e30;
}
.footer-beta-inner {
	background-color: #ef3e30;
}

.copyright {
	color: #ffffff;
	font-size: 0.96em;
	float: left;
	width: 97.4%;
	padding: 10px;
	background-color: #ef3e30;
}

.footer-alpha-sep { color: Gray; background: Gray;}
.footer-alpha-link:link, .footer-alpha-link:visited { color: #fffff; text-decoration: none !important; }
.footer-alpha-link:hover, .footer-alpha-link:active { color: #dedede; background: transparent; text-decoration: underline !important; }