@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:15px;
	background-color:black;
	padding:7px;
	margin:10px auto;
}

.sub_title {
	width:500px;
	text-align:right;
	float:right;
	color:white;
}

.newsAndEvent {
	height:400px;
	width:900px;
	margin:auto;
	line-height:2;
}

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

.caption {
	text-align:right;
}

.link_ta {
	width:100%;
	background-color:black;
}

.link_comment {
	text-align:left;
	width:50%;
}

.grey {
	background-color:#222222;
}

.foot {
	
}