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

html {overflow-y: scroll;} 

body {
	background-color: #004874;
	margin: 0px;
	padding: 0px;
	}
#container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	}		
	
#quote-container {
	position: absolute;
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
}	

#mastleft {
	float: left;
	padding: 0px;
	margin: 0px;
	}

#mastright {
	padding: 0px;
	margin: 0px;
}
	
#mainleft {
	float: left;
	width: 749px;
	}
	
#mainright {
	width: 277px;
	float:left;
	margin-top: 5px;
	}
#upcoming-events {
	background-image: url(../images/events_bg.png);
	background-color: #A1B79B;
	height: 95px;
	}
#upcoming-events-body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 10px;
	}
	
#upcoming-events-body p
{
	margin-top: 3px;
	margin-bottom: 3px;
}	
	
#mastquote {
	position: absolute;
	left: 470px;
	width: 220px;
	top: 185px;
	height: 150px;
	text-align:center;
	vertical-align: middle;
	}
	
#mainquote {
	position: absolute;
	left: 360px;
	width: 370px;
	top: 355px;
	height: 240px;
	text-align:center;
	vertical-align: middle; 
	
	}		

#footer2 {
	clear:both;
	background-color: #004874;
	margin: 10px 0px 0px 3px;
	color: #B7CFE2; /* #4B7E9D */
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#footer2 a {	
	color: #B7CFE2;
	text-decoration: none;
	}
#footer2 a:visited {
	color:#B7CFE2;
	text-decoration: none;
	}	

	
#feat-part2 {
	background-color: #BBCDDD;
	width: 749px;
}	

#home-notice strong {
	font-weight: bold;
	color: #F7E67D;
	font-size: 16px;
}

#home-notice {
	overflow:hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	}
#home-notice p {
	padding:0px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
#container table tr td div table tr td #home-notice center h2 a {
	color: #000;
}

