/* CSS Document */

body {
	 font:11px/11px "Times New Roman", Times, serif;
	color:#000;
	
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/bg.png)  !important;
	

}

td {
	font: 15px "Times New Roman", Times, serif;
}

#ChkEmail{
	 font:30px/30px "Times New Roman", Times, serif;
	 text-align:center;
	 background-color:#CF0;
	 width:420px;
	 
	padding:5 5 5 5;
}

#SiteContainer{
	width:733px;
	height:100%;
	margin:auto;
	border:solid 1px #999;
	background-color:#fff;
	text-shadow:#000;
	
	
	
	
}

#Header{
	background-image:url(landingpagegraphic.jpg);
	width:733px;
	height:255px;
	
}

.EmailEntryArea{
	width:100%;
	height:100%;
	 font:14px/17px bold "Times New Roman", Times, serif;
	color:#fff;
	padding:10px 15px 5px 15px;

}


.WelcomeContent{
	width:100%;
	
	 font:14px/19px "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	padding:10px 3px 5px 17px;
	clear:both;
	
}

.Content{
	width:647px;
	height:100%;
	font:17px/17px "Times New Roman", Times, serif;
	color:#000;
	padding:20px 5px 5px 45px;
	text-align:left;
	clear:both;

}

#Footer{
	 font:9px/9px "Times New Roman", Times, serif;
	width:733px;
	height:30px;
	padding-top:10px;
	
}

#Footer A:link{
	 font:9px/9px "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
}

#Footer a:hover{
	 font:9px/9px "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#fff;
}
	
