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

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color:#000000;
	}
	
a:link{
	color:#74409b;
	}

a:active{
	color:#74409b;
	}

a:visited{
	color:#74409b;
	}

a:hover{
	color:#74409b;
	text-decoration:none;
	}

	
#page_container{
	/* width:1000px; */
	background-image:url(images/grass_bkgd.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	}
	
#header{
	width:1000px;
	height:112px;
	}
	
#body_container{
	width:850px;
	padding-left:60px;
	padding-top:30px;
	padding-right:60px;
	}
	
#body_copy{
	padding-left:200px;
	}
	
#left_image{
	float:left;
	padding-bottom:65px;
	}
	
#foot_space{
	height:250px;
	}
	
.footer{
	font-size:9px;
	color:#FFFFFF;
	}
	
.announcement{
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#74409b;
	}
