body{
	background: none repeat scroll 0% 0% #641010;
	
	font-size: 13px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	line-height: 1.28;
	
	direction: ltr;
	
	padding: 0px;
	margin: 5px 0px;
	unicode-bidi: embed;
	
	cursor: default;
}

a{
	text-decoration: none;
}

.menu{
	float: left;
	
	background-color: #999999;
	
	width:159px;
	height: 55px;
	
	display: table;
	margin-left: 0px;
	margin: 4px 2px 4px 2px;
	
	text-transform: uppercase;
}

.menu :hover{
	background-color: #777777;
}

.menu_link{
	text-align: center;
	display: table-cell;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
}

.clear{
	clear: both;
}

/* for the main page*/
.wrapper_main {
	width: 816px;
	height: auto;
	/*height: 1500px;*/
	
	background-color: #FFFFFF;
	
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
}

.menu_group_main {
	clear:both;
	width: auto;
	height: auto;
	
	background-color: #FFFFFF;
	text-align: left;
	display: table;
}

.header{
	width: 816px;
	height: 200px;
}

.heading{
	width: 816px;
	height: 120px;
}
.content{
	width: 816px;
	height: auto;
}

.login_prompt{
	float: left;
	width: 600px;
	height: 50px;
	background-color: #FFFFFF;
	margin-left: 50px;
}

.login_prompt a{
	color: #990000;
}

.hor_line{
	width: 816px;
	height: 15px;
	
	background-color: #990000;
}

.left_margin{
	float: left;
	width: 100px;
	height: auto;
	margin: 20px;
}

.contact_group{
	float: left;
	width: 550px;
	height: auto;
	min-height: 600px;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 2px #990000;
}

.contact{
	width: 200px;
	height: auto;
	
	text-align: left;
	font-size:11px;
	/*margin-top: 30px;*/
}
.contact h2{
	color: #990000;
}
.contact a{
	color: #990000;
}
.contact a:hover{
	color: #EE0000;
}

.cont_group{
	float: left;
	width: 630px;
	height: auto;
	margin-left: 20px;
}

.cont{
	width: 630px;
	height: auto;
	
	text-align: justify;
	font-size:15px;
	margin-top: 50px;
	
	line-height: 40px;
}
.cont h2{
	color: #990000;
}
.cont a{
	color: #990000;
}
.cont a:hover{
	color: #EE0000;
}

.page_title{
	color: #999999;
	font-size: 60px;
	letter-spacing: 10px;
	margin-top: -130px;
	margin-left: 20px;
	float:left;
}

.form_field{
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}

.form_header{
	font-weight: bold;
	color: #990000;
	line-height: 0px;
	font-size: 12px;
}

.representation{
	font-size:10.5px;
	cursor: default;
}
.representation th{
	background-color: #990000;
	color: #FFFFFF;
}
.representation tr:hover{
	background-color: #CCCCCC;
}
.representation a{
	color: #000000;
}

h2, h3{
	color: #990000;
}

h2 a{
	cursor: pointer;
	color: #990000;
}
h2 a:hover{
	color: #EE0000;
}

.news_info{
	color: #555555;
}
.news_image img{
	max-width: 100%;
}
.news_content{
	float: left;
	width: 530px;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}

.news_a{	
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.news_a:hover{
	background-color: #EE0000;
}

.events_info{
	color: #555555;
}
.events_content{
	float: left;
	width: 530px;
	height: 82px;
	margin-bottom: 15px;
	overflow: hidden;
}

.events_a{	
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.events_a:hover{
	background-color: #EE0000;
}

.archive_list{
	list-style-type: none;
	margin-left: -20px;
}
.archive_list li{
	margin-bottom: 50px;
	margin-top: 20px;
}
.archive_list li ul{
	list-style-type: circle;
	margin-top: 10px;
	margin-left: 5px;
}
.archive_list li ul li{
	margin-top: 5px;
	margin-bottom: 10px;
}

.pg_a{
	color: #990000;
	margin: 10px;
	cursor: pointer;
}
.pg_a:hover{
	color: #EE0000;
}

.dead_a{
	margin: 10px;
}
#spacer{
	margin-left: 68px;
}

.news_text{
	float: left;
	width: 550px;
	height: auto;
	overflow: hidden;
}

.news_gallery{
	float: left;
	width: 550px;
	height: auto;
	overflow: auto;
}

.events_text{
	float: left;
	width: 550px;
	height: auto;
	overflow: hidden;
}

.events_gallery{
	float: left;
	width: 550px;
	height: auto;
	overflow: auto;
}

.image_box{
	float: left;
	padding: 20px;
	width: 160px;
	height: 160px;
	margin: 25px;
	margin-left: 35px;
	border: solid #DDDDDD 5px;
	background-color: #CCCCCC;
}

.thumbnail{
	width: 150px;
	height: 150px;
	border: solid #FFFFFF 5px;
	cursor: pointer;
}

.thumbnail:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
}