/* CSS Document */
#signUp{
	background-image: url(../images/signupBG.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	clear:both;
	}
#signUp form{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 370px;
	height: 50px;
	}
#footer{
	margin: 0px 70px 0px 70px;
	padding: 0px 0px 0px 0px;
	}
#footer a{
	color: #EAF7BF;
	text-decoration: none;
	padding: 3px;
	}
#footer a:hover{
	color: #FFFFFF;
	background-color: #65414E;
	padding: 3px;
	}
.footerLinks{
	color: #EAF7BF;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 1.75em;
	}
.disclosure{
	color: #D6CD72;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 1.75em;
	}
.copyright{
	color: #EAF7BF;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 1.75em;
	}
	
ul.areas { list-style: none; padding: 0 20px; }
ul.areas li { float: left; height: 1.5em; width: 45%; }
div.clear { clear: both; }

