.SubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.SubNav a {
	color: #000000;
	text-decoration: none;
}

.SubNav a:hover {
	color: #336633;
	text-decoration: none;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.BodyBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.BodyGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 244939;
	text-decoration: none;
}

.TitleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: 244939;
	text-decoration: none;
}

.HeaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 244939;
	text-decoration: none;
}

.TitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.BodyGreen a {
	color: #737814;
	text-decoration: none;
}

.BodyGreen a:hover {
	color: #187430;
	text-decoration: none;
}

.HeaderBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.CurrentEventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #D2C9B0;

}
.Gallery a img {
	border:1px solid #000
} 

a.BodyGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.BodyGreenBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 244939;
	text-decoration: none;
}

table.table-schedule
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #244939;
	text-decoration: none;
}

table.table-schedule h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #244939;
	text-decoration: none;
	margin: 0px;
}

table.table-schedule hr
{
	margin: 0px;
	padding: 0px;
}

/* Form Styling */

table form.cmxform fieldset 
{
	border: 0px;
	width: 500px;	
}

table form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

table form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 150px; /* Width of labels */	
	vertical-align: top;
}

table form.cmxform fieldset ol 
{
	margin: 0;
	padding: 0;
}

table form.cmxform fieldset li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

em.mandatory
{
	font-weight: bold;
	color: #f00;
}

table form.cmxform textarea
{
	height: 90px;
	width: 350px;
}

