a {
	text-decoration: none;
	color: #8C0209;
 }

/* Frame*/
. tbframe{
}
 /* General Text */

 .body1 {
	padding: 10px;
	background: #FFFFFF;
	text-align: justify;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
}

/* Content */

.content h3{
	padding: 10px;
	color: #890208;
	text-align: left;
	line-height: 150%;
    margin-top: 0; 
	margin-bottom: 0;
}

.content p {
	padding: 10px;
	text-align: justify;
	line-height: 150%;
    margin-top: 0; 
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
 }

#bmark{
	text-align:right;
}

.content ul li{
	text-decoration: none;
	margin-top: 0; 
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
 }
/* Content Table */

.tble th{
	text-align: center;
	vertical-align: middle;
	font-weight: Bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #890208;
}

.tble thead{
	text-align: center;
	vertical-align: middle;
	font-weight: Bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #890208;
}

.tble tbody{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
	
}

 
#fstclm
{
	text-align: center;
	vertical-align: middle;
	font-weight: Bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #890208;
}
#fstclml
{
	text-align: left;
	vertical-align: middle;
	font-weight: Bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #890208;
}


/* Footer */
.foot{
	text-align: center;
	font-size: 12px;
	color: #890208;
	padding: 8px 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../imgs/foot.jpg) repeat left top;

 }

/* upcoming Events*/
.uevents {
	color: #FFFBF0;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.usevents {
	color: #BBBBBB;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px #BBBBBB dashed;
}

/* Menu */

#menu {
	width: 820 px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(../imgs/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 18px 0 18px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(../imgs/img03.jpg) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
    background: url(../imgs/img00.jpg) no-repeat right top;
}

#menu .current_page_item a {
	color: #FFFFFF;
	font-weight:bold;
}

/* Sidebars */

#sidebar1 {
	float: left;
}

.sidebar {
	float: left;
	width: 180px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0px 0px 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0 ;
	padding: 10px 15px 0px 15px;
	background: #890208 url(../imgs/img05.jpg) no-repeat left top;
	letter-spacing:0px;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}