body
{
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:918px;
}

#top_fade
{
	position:relative;
	background-image: url('images/top_fade.jpg');
	background-repeat: no-repeat;
	height:30px;
	width:918px;
}
#bottom_fade
{
	position:relative;
	background-image: url('images/bottom_fade.jpg');
	background-repeat: no-repeat;
	height:30px;
	width:918px;
}
#header
{
	position:relative;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	height:110px;
	width:800px;
}
#footer
{
	position:relative;
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	height:107px;
	width:800px;
}
#main_body
{
	position:relative;
	background-image: url('images/body.jpg');
	background-repeat: repeat-y;
	width:800px;
	text-align: left;
}

#menu
{ 
	width: 120px; 
	padding: 5px;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:1;
}

#content
{
	position:relative;
	top:0px;
	width:470px;
}

.box, .news
{
	font-size:10pt;
	font-family: Tahoma, serifSansSerifMonospace;
	position:relative;
	margin-top:10px;
	border:1px solid #e4e2e2; 
	color:#f9f8f8; 
	background-color:#673030;
	padding:5px;
}
div.box p
{
	margin:0;
	padding: 0;
}

a
{
	color:#0099ff;
}

.officer_table
{
	border-collapse: collapse;
	border:1px solid #ffffff;
	background-color: #530e13;
	width:400px;
}

.officer_table td
{
	padding:3px;
}

.officer_table th
{
	font-size:11pt;
	text-align:center;
	font-weight:bold;
}

#black_fade
{
	visibility:hidden;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=0);
	opacity: 0.0;
	z-index:5;
}

.calendar
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	width: 165px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
}

.cal_link
{
	color:#ffffff;
	text-decoration:none;
}

.event_link
{
	color:#ffffff;
	text-decoration:none;
}

.cal_td
{
	margin:0px;
	background-color: #cccccc;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #fff solid;
}

.heading
{
	margin:0px;
	background-color: Black;
	color: White;
	padding: 4px;
	text-align: center;
	border-bottom: 1px #fff solid;
	font-size: 12px;
	font-weight: bold;
}

.week
{
	margin:0px;
	background-color: #000080;
	color: white;
	padding: 2px;
	border: 1px #fff solid;
	text-align: center;
	font-size: 12px;
	font-weight: bold;

}

.current_day
{
	background-color:#000080;
	color:#ffffff;
	font-weight:bold;
}
.event
{
	margin:0px;
	background-color: #800000;
	color: white;
	padding: 2px;
	border: 1px #fff solid;
	text-align: center;
	font-size: 12px;
}

#calendar_side
{
	position:relative;
	left:20px;
	width:170px;
}
table.event_list
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	width: 165px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: separate;
	background-color: #999999;
}

table.event_list p
{
	margin:0;
	padding: 0;
}

table.event_list td
{
	border-style: solid;
	border-color: gray;
	background-color: #cccccc;
}

table.event_list th
{
	text-align:center;
	border-color: gray;
	color:#ffffff;
	background-color: #000000;
}
.event_list_link
{
	text-decoration:none;
	color:#000000;
}

.submit_button
{
	background-color:#77141B;
	border:1px solid #000;
	color:#ffffff;
}
.submit_button:hover
{
	background-color:#530E13;
	border:1px solid #000;
	color:#ffffff;
}