body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
body {
	background-color: #000000;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align: center;
}
.Wrapper {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	}
.content {
	background-color: #FFFFFF;
	padding: 0 17px;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	}
.footer {
	background: url(/images/bottom_div_bg.png) top center no-repeat;
	padding: 25px 17px;
	color: #FFFFFF;
	text-align: center;
	}	
.logo {
	background-color: #FFFFFF;
	border-bottom: 5px solid #ccc;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	padding:0 15px;
	height: 80px;
	}
h1 {
	font-size: 45px;
	color: #000000;
	font-family: Times New Roman, Times, serif;
	margin: 0;
	padding: 28px 0 0 110px;
}
.right_panel h2 {
	background-color:#FFFFFF;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-top:8px;
	padding:0;
	}
h2 {
	background-color:#333333;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	padding:3px 10px;
	}
h3 {
	font-size:14px;
	padding:2px 0;
	margin:0;
	text-transform: capitalize;
	}
h4 {
	font-size: 16px;
	color: #000000;
	margin:0;
	padding:0;
}

.redText {
	color:#CC0000;
	}
.smallText {
	font-size:10px;
	}

.left_panel {
	float:left;
	width:170px;
	text-align:left;
	margin-top: 20px;
	}
	
.right_panel {
	float:left;
	width:510px;
	text-align:left;
	margin-left: 20px;
	margin-top: 20px;
	}
#menu {
	width:170px;
	font-size: 13px;
	}

#menu a {
	text-decoration:none;
  	color:#333;
  	display:block;
	padding: 7px;
  	width: 156px;
  	border-bottom:1px solid #ccc;
	font-weight: bold;
  }

#menu a:hover {
	color:#cc0000;
	padding-left: 25px;
	background:url(/images/red_arrow.gif) left center no-repeat;
	width: 138px;
  }

#menu .selected {
	text-decoration:none;
  	color:#cc0000 !important;
  	display:block;
	padding: 7px 7px 7px 25px !important;
  	width: 138px;
  	border-bottom:1px solid #ccc;
	background:url(/images/red_arrow.gif) left center no-repeat;
	font-weight: bold;
	}
p {
	margin: 0;
	padding: 0;
	}
a:link, a:visited, a:active {
	color: #cc0000;
	text-decoration: none;
	}
	
a:hover {
	color: #ff9999;
	}
	
.calendar {
	border: 0px solid #e6e6e6;
	}
	
.calendar_heading {
	padding: 10px;
	}
	
.calendar_weekday {
	background-color: #eef8ff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	}
.calendar_highlight {
	background-color: #f5f5f5;
	font-weight: bold;
	text-align: center;
	padding: 17px;
	}
	
.calendar_date {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	height: 52px;
	}
	
.calendar_day {
	background-color: #eef8ff;
	font-weight: bold;
	text-align: center;
	padding: 17px;
	text-decoration: underline;
	}
#gallery					{ padding:10px; width:550px; }
#gallery table				{ padding-bottom:10px; }
.eventname					{ padding-top:10px; padding-bottom:5px; }
.galleryimageholder			{ width:175px; }
.galleryimageholder img		{ max-height:110px; }
.editImage					{ max-width:450px; }
#clip						{left:-10px; top:-10px; position:relative;}
#pageLinks {
	clear: left;
	padding-top: 10px;
	text-align: right;
	}
#pageLinks a {
	padding: 4px 8px;
	border: 1px solid #ccc;
	font-weight: bold;
	}
#pageLinks a:hover {
	background-color: #cc0000;
	color: white;
	}
.text{color:#000000;}
.failed{color:#FF0000;}

.contact-form ul 		{ list-style-type:none; float:left; margin:0; padding:0; width:100%; }
.contact-form ul li		{ float:left; width:120px; padding-bottom:10px; }
.contact-form input		{ width:200px; }
.contact-form textarea	{ width:200px; height:100px; font:12px Geneva, Arial, Helvetica, sans-serif; }
.contact-form .submit	{ width:150px; }
.sent					{ color:#009900; }
