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

div#main {
width:850px;
height:auto;;
margin-left:auto;
margin-right:auto;
}

div#top {
width:850px;
height:200px;
float:left;
}

div#bottomleft {
	width:263px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	height:auto;
	float:left;
}

div#bottomright {
width:567px;
height:auto;
float:left;
overflow:visible;
}

div#footer {
width:850px;
height:60px;
float:left;
}

.bodycopy {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
		
.titles {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003300;
	}
.titles2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF0000;
	}
.story {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
}
.footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
}

a:link {color:#CC0000; text-decoration:underline}

a:hover {color:#666666; text-decoration:underline}
