@charset "utf-8";
/* CSS Document */
body {
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a {
	color:#fff;
}
a:visited {
	color:#CCC;
}
a:hover {
	color:#900;
}
h1 {
	font-size: 24px;
	color: #983230;
	font-weight: normal;
	margin-bottom: 8px;
}
.datesdate {
	font-weight: bold;
	color: #BAA263;
}
.biggerText {
	font-size: 14px;
	color: #BAA263;
}
.mailinginput {
	color: #FFF;
	background-color: #696969;
	height: 28px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 12px;
	margin-right: 6px;
	padding-top: 4px;
}
.submitbutton {
	color: #FFF;
	background-color: #696969;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
}
.justText {
	text-align: justify;
}
/* -------------- Event Listings ------------*/

.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.eventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.eventsMonthHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	text-indent: 0px;
}
.eventsHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.eventsDay{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BAA263;
}
.eventsComments{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	font-style: italic;
}
.dividerLine {
	background-color: #999;
	height: 1px;
}
/* -------------- Photos Page ------------*/
.galleryPhoto {
	border: 1px solid #333333;
}
.photostableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BAA263;
	text-align: left;
}
.photosCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}
.albumPhoto {
	margin-top: 3px;
}
.contactphoto {
	float: left;
	margin-right: 10px;
}
#newsbox {
	height: 190px;
	overflow: auto;
	padding-right: 10px;
}

