@charset "UTF-8";
/* CSS Document */

a:link {
	color:#258fb8;
}

a:visited {
	color:#258fb8;
}

a:hover {
	color:#996600;
	text-decoration:underline;
}

a:active {
	color:#996600;
}

a:focus {
	color:#996600;
}

.body_main {
	background-color:#6c6a6d;
	font-size:90%;
}

.container {
	width:100%;
	text-align:center;
	clear:both;
	position:inherit;
}

.content {
	text-align:left;
	width:950px;
	color:white;
	position:inherit;
	margin:auto;
	background-image:url(./images/content_bg.jpg);
	background-repeat:repeat-y;
}

.page_title {
	width:900px;
	height:20px;
	background-color:black;
	padding:7px;
	margin:10px auto;
	vertical-align:middle;
}

.title {
	width:50%;
	font-size:130%;
	font-weight:bold;
}

.caption {
	text-align:right;
}

.newsAndEvent {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	line-height:2;
}

.event_ta {
	width:870px;
	margin:auto;
	background-color:black;
}

.event_th {
	line-height:1.4;
	text-align:center;
	background-color:#444444;
	border-bottom:solid 3px #333333;
	border-right:solid 3px #333333;
}

.event_td img {
	margin-right:8px;
}

.foot {
	
}