﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #011619;
	margin: 0px;
}
#wrapper {
	width: 866px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url('images/BG_wrapper.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding: 24px;
}
#logo {
	clear: both;
	padding: 30px 0px 30px 0px;
	overflow: hidden;
}
#banner {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainLeft {
	width: 540px;
	float: left;
	display: inline;
}
#mainRight {
	width: 291px;
	float: right;
	display: inline;
}
.mainRightContent {
	clear: both;
	background-image: url('images/rightBoxRepeat.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
.mainRightContent p {
	margin: 0px;
}
#footer {
	clear: both;
	background-color: #0F9563;
	color: #FFFFFF;
	font-size: 80%;
	padding: 20px;
	overflow: hidden;
	text-align: center;
}
.clear {
	clear: both;
}
#topNav {
	background-color: #0F9563;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #0A5C3E;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
#topNav li {
	float: left;
}
#topNav li a {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0C6B47;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #13B97B;
}
#topNav li a:hover {
	background-color: #0C7850;
	color: #FFFFFF;
}
#mainLeft h1 {
	color: #333333;
	font-size: 130%;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #0F8E5F;
	padding: 6px;
}
.mainRightHeader {
	text-align: center;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
}
.mainRightText {
	text-align: center;
	padding: 0px 30px 0px 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
}
.centered {
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainLeft p {
	padding-left: 20px;
}
.event {
	padding: 20px;
	margin: 20px;
	border: 1px solid #C0C0C0;
}
.event a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.event a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.event strong {
	color: #333333;
	font-size: 120%;
	letter-spacing: 4px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gallery {
	text-align: center;
}
.gallery img {
	border: 1px solid #808080;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px;
}
.noBorder {
	border-width: 0px;
}
.heading {
	background-color: #006463;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 0px;
}
#contactForm {
	margin: 0px;
	background-color: #F0FFFF;
	border: 1px solid #006463;
}
a:link {
	color: #00746A;
	text-decoration: underline;
}
a:visited {
	color: #00746A;
	text-decoration: underline;
}
a:hover {
	color: #00746A;
	text-decoration: none;
}
a:active {
	color: #00746A;
	text-decoration: underline;
}
#designedby {
	text-align: center;
	padding: 10px;
	clear: both;
}
#designedby a {
	color: #0591A5;
	text-decoration: none;
	display: block;
	font-size: 80%;
}
#designedby a:hover {
	color: #0591A5;
	text-decoration: underline;
}
