body {
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color:#000000;
}
a:hover {
	color:#FF6600;
}
a:visited {
	color:#333333;
}
a.sigLink {
	color:#ffffff;
}
a.sigLink:hover {
	color:#FF6600;
}
a.sigLink:visited {
	color:#cccccc;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin: 5px 5px 6px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent{
	height: 385px;
	width: 340px;
	overflow: auto;
	margin: 14px 5px 0px 12px;
	padding-right: 5px;
}
#sideContent {
	height: 385px;
	width: 171px;
	margin-top: 14px;
	margin-left: 12px;
}
.dividerLine {
	color: #999999;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
	border-left: 1px dotted;
}
/* -------------- Photos Page ------------*/
.galleryPhoto {
	border: 1px solid #003366;
}
.photostableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.photosCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* -------------- Event Listings ------------*/

.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.eventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.dividerLine {
	color: #999999;
	height: 1px;
	margin: 4px 0px;
	padding: 0px;
	border-top: 2px dotted;
	border-right: 2px;
	border-bottom: 2px;
	border-left: 2px;
}
.eventsHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 3px;
	line-height: 16px;
}
.eventsDay{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.eventComments{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
.newPic {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* -------------------------- Links Page ----------------------------- */
.linksHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.linksLink{
	font-size: 11px;
}
.linksDescription {
	font-size: 11px;
}
/* ----------------------------- Contact Form --------------------------- */
.contactField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 14px;
	width: 260px;
	border: 1px solid #333333;
	background: transparent;
}
.contactArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 150px;
	width: 260px;
	border: 1px solid #333333;
	background: transparent;
}
.contactButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 20px;
	width: 264px;
	border: 1px solid #333333;
	color:#000000
}
.mainTable {
	background-image: url(images/tableBG.jpg);
	background-position: center 273px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
