@charset "UTF-8";
body {
	background-color: #EFECCD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#mainBackground {
	background-image: url(../_images/backgroundMain.jpg);
	background-repeat: repeat-y;
	width: 1082px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-image: url(../_images/headerMain.jpg);
	width: 1082px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header {
	height: 275px;
	width: 1082px;
}
#contentOutside {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#bannerWrapper {
	width: 118px;
	margin-left: 30px;
	margin-top: 85px;
	margin-bottom: 10px;
	float: left;
}
#banner1, #banner2 {
	height:193px;
	width:118px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.clearFloat {
	clear: left;
}
.clearFloatBoth {
	clear: both;
}
#mainContent {
	width: 850px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contentBottom {
	height: 43px;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/backgroundBottom.jpg);
	background-repeat: no-repeat;
}
#contentBottom p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #FFF;
}
#content {
	float: left;
	width: 830px;
	border: 2px solid #11596F;
	margin-bottom: 15px;
	background-color: #FFF;
	background-image: url(../_images/contentBottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content p {
	margin: 8px;
	font-size: 12px;
}
#content h1, #news h1, #events h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../_images/headersBkg.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news p {
	margin: 0px;
}
.newsTitle {
	font-weight: bold;
	margin-top: 8px;
	margin-right: 6px;
	margin-left: 6px;
	display: block;
}
.newsDescription {
	font-size: 11px;
	display: block;
	margin-left: 6px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 6px;
}
.newsDate {
	font-size: 10px;
	font-style: italic;
	display: block;
	margin-left: 6px;
	margin-right: 6px;
}
#news {
	width: 410px;
	border: 2px solid #11596F;
	background-color: #BCC984;
	padding: 0px;
	float: left;
	margin-bottom: 15px;
}
#events {
	width: 400px;
	border: 2px solid #11596F;
	background-color: #A7A37E;
	padding-bottom: 8px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#events p {
	display: block;
	margin-top: 5px;
	margin-right: 010px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFF;
}
.eventsLink {
	font-size: 10px;
	font-style: italic;
}
.eventsTitle {
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	font-size: 13px;
}
#navBar {
	margin-left: 175px;
}
#pusher {
	height: 239px;
}
#navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navBar ul li {
	display: block;
	width: 105px;
	text-align: center;
	height: 18px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 5px;
	float: left;
}
#navBar ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#navBar ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#navBar ul li a:hover {
	color: #F4F2CB;
	text-decoration: underline;
}

