@charset "utf-8";
/* CSS Document */

body{
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#464646;
background-color:#dae7df;
}

.mainContainer{
	background-color:#ffffff;
	width: 972px;
	height: auto;
}

.logo{margin-top:10px;}

.pageContainer{
	background-color:#ffffff;
	width: 972px;
	margin-top:10px;
}

.unsubscribe{background-color:#fdecd9; padding-top:20px; padding-bottom:20px; width: 972px;}

.#footer_outer{min-width:972px; background-color:#dae7df;
 margin-left:20px; margin-right:20px;}

#footer{color:#666666; width:972px; text-align:left; background-color:#dae7df;}
#footer ul{list-style:disc;}
#footer p{color:#666666;}

#footer p a:link, #footer p a:visited, #footer p a:active{color:#025b24; text-decoration:underline;}
#footer p a:hover{color:#025b24; text-decoration:none;}

#footer_center{color:#666666; width:972px; text-align:center;}

#footer_center p a:link, #footer_center p a:visited, #footer_center p a:active{color:#025b24; text-decoration:underline;}
#footer_center p a:hover{color:#025b24; text-decoration:none;}

#footer a:link, #footer a:visited, #footer a:active{color:#025b24; text-decoration:underline;}
#footer a:hover{color:#025b24; text-decoration:none;}

