/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: none;
}

#wrapper {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#containter {
	background-repeat: repeat-y;
	width: 800px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#contentWrap {
	float: left;
	height: auto;
	width: 800px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url(../images/slogan_banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 245px;
	width: 800px;
}

#header_top {
	float: left;
	height: 62px;
	width: 800px;
}

#navigation {
	float: left;
	height: 39px;
	width: 800px;
	background-image: url(../images/navigation_background2.jpg);
	margin-top: 10px;
}
#navInside {
	float: left;
	height: 19px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #624301;
}

#subNavigation {
	float: left;
	height: auto;
	width: 216px;
}

#snLinks {
	float: left;
	width: 200px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 16px;
	display: block;
}

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

#snLinks a:hover {
	color: #006699;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 200px;
	display: block;
	height: 30px;
}

#content {
	float: left;
	height: 100%;
	width: 800px;
	min-height:440px;
	margin-top: 10px;
}

#contentInside {
	float: left;
	height: auto;
	width: 800px;
	margin-left: 0px;
}

#rightColumn {
	float: right;
	width: 170px;
	height: auto;
}
#upcomingEventsWrapper {
	float: left;
	height: auto;
	width: 201px;
}

#ueHead {
	float: left;
	height: 29px;
	width: 201px;
}

#ueBodyBorder {
	float: left;
	height: auto;
	width: 200px;
	background-color: #ae3355;
	padding-bottom: 1px;
	padding-left: 1px;
}

#ueBody {
	float: left;
	height: auto;
	width: 187px;
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
}

#latestNewsWrapper {
	float: left;
	height: auto;
	width: 201px;
	margin-top: 20px;
}

#lnHead {
	float: left;
	height: 29px;
	width: 201px;
}

#lnBodyBorder {
	float: left;
	height: auto;
	width: 200px;
	background-color: #425daa;
	padding-bottom: 1px;
	padding-left: 1px;
}

#lnBody {
	float: left;
	height: auto;
	width: 187px;
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
}

#leftColumn {
	background-color: #624301;
	float: left;
	width: 606px;
	height: auto;
	text-align: left;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
}

#lcInside {
	float: left;
	width: 580px;
	height: auto;
	min-height:300px;
	text-align: left;
	margin-left: 7px;
	margin-top: 12px;
	color: #FFFFFF;
	margin-right: 6px;
	font-size: 12px;
	line-height: 18px;
}

#footer {
	float: left;
	width: 800px;
	height: 56px;
	text-align: center;
	padding-top: 14px;
}

#footerInside {
	height: 30px;
	width: 600px;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	color: #ffffff;
	border: solid 1px;
	float: left;
}

#thumbDiv {
	width: 150px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

/* Nav Stuff */

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

A:hover {
	color: #999966;
	text-decoration: underline;
}

a:visited {
	color: #f8971d;
	text-decoration: underline;
}

#navInside a:link,#navInside a:active,#navInside a:visited {
	color: #624301;
	text-decoration: none;
}

#navInside a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

