@charset "UTF-8";
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color: #FFFFFF;
	background-color: #8faece;
	height: 29px;
	padding: 5px;
}
A.header:link {
    color:#FFFFFF;
	text-decoration:none;
}
A.header:visited {
    color:#FFFFFF;
	text-decoration:none;
}
A.header:active {
    color:#5077a0;
	text-decoration:underline;
}
A.header:hover {
    color:#5077a0;
	text-decoration:underline;
}
.contentWell {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #dfe8f7;
}
.footerAds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	color: #FFFFFF;
	background-color: #19120a;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat;
	background-position: top;
	height: 244px;
}
A.footerAdsLink:link {
    color:#FFFFFF;
	text-decoration:none;
}
A.footerAdsLink:visited {
    color:#FFFFFF;
	text-decoration:none;
}
A.footerAdsLink:active {
    color:#93d0aa;
	text-decoration:underline;
}
A.footerAdsLink:hover {
    color:#93d0aa;
	text-decoration:underline;
}
.footerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align:left;
	color: #FFFFFF;
}
.footerGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #93d0aa;
}
.footerDivider {
	background-color: #9c590c;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	color: #9c590c;
	background-color: #19120a;
	padding: 15px;
	vertical-align: middle;
}
A.footer:link {
    color:#9c590c;
	text-decoration:none;
}
A.footer:visited {
    color:#9c590c;
	text-decoration:none;
}
A.footer:active {
    color:#FFFFFF;
	text-decoration:underline;
}
A.footer:hover {
    color:#FFFFFF;
	text-decoration:underline;
}
.copyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color: #333333;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align:left;
	color: #333333;
}
