@charset "utf-8";
/* CSS Document */

body {
	background-color: #006797;
	background-image:url(yellowbg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}


.header {
	margin-top:0px;
	float:left;
	vertical-align: middle;
	width:360px;
	}
	

.headertag {
	color: #F84C02;
	height:210px;
	text-align: left;
	padding-top: 28px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.copy {
	text-align:center;
	font-size:24px;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.whiteblock {
	width: 600px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003;
	float:left;
	}
	
.main
{
	font-size:12px;
	}	
	
	
a {
	color: #9CF
	}

