@charset "utf-8";
/* CSS Document */

	#AboutUs {
		float: right;
		margin: 10px;
		width: 419px;
		font-size: 12px;
	}
	.adBottom {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 90px;
		width: 728px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	#Events {
		float: right;
		margin: 10px;
		width: 419px;
		font-size: 12px;
	}
	#countdown {
		float: right;
		width: 419px;
		text-align: center;
	}
	.topDivLine {
		height: 1px;
		background-color: #55AA55;
	}
	#threeReasons {
		height: 250px;
		background-image: url('images/pageContent_04.jpg');
		background-repeat: repeat-x;
	}
	#threeReasons #reasonOne, #threeReasons #reasonTwo, #threeReasons #reasonThree {
		text-align: center;
		color: #FFFFFF;
		width: 308px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	
	#threeReasons #reasonOne {
		background-image: url('images/pageContent_06.jpg');
		float: left;
	}
	#threeReasons #reasonTwo {
		background-image: url('images/pageContent_08.jpg');
		float: left;
	}
	#threeReasons #reasonThree {
		background-image: url('images/pageContent_10.jpg');
		float: right;
	}
	.reasonText {
		margin-top: 200px;
		text-align: center;
		width: auto;
	}
	.reasonText a, .reasonText a:link, .reasonText a:visited, .reasonText a:active {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 16px;
	}
	.reasonText a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 16px;
	}
	#BodyContent {
		padding: 0px;
		border-top-style: none;
	}
	#NewsArea {
		margin: 10px;
		float: left;
		width: 439px;
	}
	.RssDate {
		font-size: 10px;
	}
	.RssArticle {
		font-size: 11px;
		margin-bottom: 15px;
	}
	#SearchBar {
		float: right;
		margin: 10px;
		padding-bottom: 10px;
		width: 405px;
		text-align: right;
		border-bottom: solid 1px #005500;
	}
	.SectionTitle {
		width: 340px;
	}
