@charset "utf-8";
/* CSS Document */
body {
	background-color: #930;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	color: #000;
}
a:visited {
	color: #333;
}

a:hover {
	color: #B01C10;
}

h1 {
	font-size: 14px;
	margin-bottom: 0px;
}
.News_Body {
	margin-top: 4px;
}
.News_Date_Format {
	color: #666;
	font-size: 11px;
}
.Recent_Calls_Table {
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	margin-left: 16px;
	width: 159px;
}
.Recent_Calls_Table_Text {
	text-align: left;
}
.Recent_Calls_Table_Number {
	text-align: right;
}
.Recent_Calls_Table_Title {
	background-color: #666;
}
.Bio_Pic {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.Bio_Paragraph {
	clear: both;
}
.Want_To_Join_Pic {
	float: right;
	margin-right: 18px;
	margin-left: 10px;
}
.Want_To_Join_Info_Table {
	text-align: center;
	vertical-align: top;
}
.Want_To_Join_Info_Text {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 0px;
}
/* -------------- 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: 12px;
	font-weight: bold;
	color: #000;
}
.eventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.dividerLine {
	color: #000000;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.eventsMonthHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-indent: 3px;
	line-height: 16px;
}
.eventsHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.eventsDay{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA1E11;
}
.eventsComments{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
/* -------------- Photos Page ------------*/
.galleryPhoto {
	border: 1px solid #333333;
}
.photostableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.photosCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
}
/* ----------------------------- Contact Form --------------------------- */
.contactField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 14px;
	width: 292px;
	border: 1px solid #000000;
	background-color: #FFFFFF!important;
}
.contactArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 150px;
	width: 292px;
	border: 1px solid #000000;
	background-color: #FFFFFF!important;
}
.contactButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 20px;
	width: 295px;
	border: 1px solid #000000;
	color: #000000;
}
.contactFieldLabel {
	font-weight: bold;
}
form {
	margin-top: 5px;
}
.joinform {
	background-color: #FFF;
	height: 15px;
	width: 150px;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.joinsubmit {
	background-color: #333;
	border: 1px solid #333;
	margin-top: 3px;
	margin-bottom: 8px;
	height: 20px;
	color: #FFF;
}
