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:5px;
	height: 65px;
	}
h1 {
	font-size: 45px;
	color: #000000;
	font-family: Times New Roman, Times, serif;
	margin: 0;
	padding: 33px 0px 5px 5px;
}

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, #menu a:visited {
	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;
  	display:block;
	padding: 7px 7px 7px 25px;
  	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 a {
	border: 1px solid #ccc;
	padding: 5px;
	display: block;
	width: 150px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	position:relative;
	}
#gallery a:hover {
	background-color: #ccc;
	}
#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;}