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

/* Main /////////////////////////////////////////////////// */

/* Sets all defaults to 0 */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url(images/background.jpg) repeat-x;
	text-align: center;
}

#container {
	background: #FFFFFF;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 92px;
	width: 850px;
}

a:link, a:visited {
	color: #015C2C;
	text-decoration: none;
}

a:hover, a:active {
	color: #F3CE5B;
}

#container #header span {
	position: absolute;
	left: -3000px;
}

#container #header h1 {
	font-size: 12px;
}

.clearboth {
	clear: both;
}


/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 850px;
	height: 40px;
	display: inline;
	float: left;
}


#flash {
	height: 370px;
	width: 850px;
}

#main_content {
	width: 850px;
}

#news {
	float: left;
	width: 465px;
	border-right: 1px solid #D2A51E;
	border-bottom: 1px solid #D2A51E;
	border-left: 1px solid #D2A51E;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 20px;
}

#news img {
	padding-right: 10px;
}


#events {
	float: right;
	width: 281px;
	border-right: 1px solid #D2A51E;
	border-bottom: 1px solid #D2A51E;
	border-left: 1px solid #D2A51E;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

#main_content_display {
	width: 750px;
	border-right: 1px solid #D2A51E;
	border-bottom: 1px solid #D2A51E;
	border-left: 1px solid #D2A51E;
	margin-left: 20px;
	padding: 10px 30px;
	margin-bottom: 20px;
	height: auto;
	min-height: 500px;
}

#main_content_display p {
	margin-bottom: 3px;
}

#main_content_display h1 {
	font-size: 18px;
	color: #003C09;
	padding-bottom: 3px;
	border-bottom: 1px solid #003C09;
	padding-top: 25px;
}


#footer {
	line-height: 49px;
	color: #FFFFFF;
	clear: both;
	height: 49px;
	width: 850px;
	background: url(images/footer.jpg);
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #F3CE5B;
}

#footer_address {
	float: left;
	margin-left: 15px;
}

#footer_sitedesign {
	float: right;
	margin-right: 15px;
}

#sponsors {
	background: #FFFFFF;
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 35px;
	margin-top: 15px;
}
#news_bar {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#news_master {
	width: 520px;
	float: right;
	padding-right: 0px;
}
h2 {
	font-size: 15px;
	color: #014211;
}
#copyright {
	line-height: 14px;
	height: 14px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#homepage_links {
	background-color: #BAC8BB;
	font-size: 15px;
	text-align: center;
	height: 40px;
	position: relative;
	padding-top: 10px;
}
#container #homepage_links img {
	top: -4px;
	position: relative;
}

#homepage_links a {
	text-decoration: none;
}

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

