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

body{
	background-color:#FDFFEA;
	background-image:url(../images/header.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat; 
	background-position: top center;
}


p.grey{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#647079;
	margin-top:0px;
	margin-left:35px;
	line-height:18px;
	text-align:left;
}

h2.purple{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666699;
	line-height:24px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:35px;
	margin-right:70px;
}

h1.purple{
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#666699;
	margin-bottom:25px;
	margin-left:35px;
	margin-right:35px;
}

h1.green{
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#336633;
	margin-top:60px;
	margin-left:35px;
	margin-right:35px;
}

p.byline{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#8597A5;
	margin-top:90px;
}



p.copyright{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#647079;
	margin-top:10px;
	margin-left:70px;
	text-align:left;
}


a{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}
a:link{
	color:#666699;	
}
a:hover{
	color:#666699;
}
a:visited{
	color:#666699;
}


#MainArea{
	position:relative;
	width:992px;
	height:700px;
	top:237px;
	left:50%;
	margin-left: -496px;
	background-image:url(../images/background.jpg);
}

#footer{
	position:relative;
	top:20px;
	width:980px;
	left:50%;
	margin-left: -489px;
	
}
