body {
	margin:0;
	padding:0;
	background: url(../images/bg.jpg) repeat-y 50% #eeeeee;
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#000;
}

.container {
	width:710px;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -355px;
}

.banner {
	background: #8fa7d5;
	height: 112px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.banner_logo {
	width: 185px;
	height:72px;
	background: url(../images/logo.jpg) no-repeat;
	position:absolute;
	top:10px;
	left:10px;
}

.banner_rotator {
	width:495px;
	height:72px;
	background: url(../images/titlebg.jpg) #FFF;
	position:absolute;
	left: 205px;
	top:10px;
}

.banner_logo h1 {
	display:none;
}

.side_bar_left {
	width: 232px;
	float:left;
	margin-right: 15px;
	color:#FFF;
}

.sidey {
	background: #8fa7d5;
	width:232px;
	margin-bottom:15px;
}

.sidey2 {
	background:#a4b9df;
	width:232px;
	margin-bottom:15px;
}

.side_bar_left_inner {
	margin: 3px 8px 3px 8px;
}

.side_bar_left_inner h3 {
	border-bottom:1px solid #FFF;
	margin:0;
	padding:0;
	font-size:13px;
	margin-bottom:5px;
}

.side_bar_left_inner ul {
	padding:0;
	padding-left:20px;
	margin:0;
	margin-top:5px;
	margin-bottom:20px;
}

.side_bar_left a {
	color: #FFF;
	text-decoration: none;
}

.side_bar_left a:hover {
	text-decoration: underline;
}

.left_spacer {
	height: 20px;
}

.side_bar_right {
	float:left;
	width: 460px;
}

.side_bar_right h2 {
	color: #8fa7d5;
	font-size: 16px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.side_bar_right_inner {
	float:left;
	width:220px;
}

#right {
	padding-left:10px;
}

#border_img {
	padding:5px;
	border:1px solid #8fa7d5;
	margin-bottom:10px;
}

.navigation {
	width:592px;
	position:absolute;
	top: 81px;
	left: 80px;
}

.navigation a {
	color:#FFF;
	text-decoration:none;
}

.navigation a:hover {
	text-decoration:underline;	
}

.navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:5px;
}

.navigation li {
	float:left;
	color: #FFF;
	height:16px;
	padding-top: 8px;
	margin-right: 15px;
	font-size:12px;
}

#li_last {
	margin-right:0;
}

.footer {
	border-top: 1px solid #bababa;
	margin-top:15px;
	padding-top: 5px;
	color: #bababa;
	text-align: right;
	font-size:16px;
	margin-bottom:10px;
}

.footer a {
	color: #bababa;
}

.news_list {
	list-style:none;
	margin:0;
	padding:0;
}

.news_list li {
	margin-top:20px;
	width: 460px;
}

.news_inner {
	padding:10px;
}

.news_list a {
	color:#343434;
	text-decoration:none;
}

.news_list_on {
	background: #dce6f9;
}

.newslist_date1 {
	color:#334c7c;
}

.news_list_off {
	background: #FFF;
}

.news_pre {
	background: #f1f1f1;
	width: 460px;
}

.news_pre a {
	color:#3e64ab;
}

.back_button {
	float:right;
	background: #052146;
	width:80px;
	text-align:center;
	margin-top:15px;
}

.back_button a {
	color:#FFF;
	text-decoration:none;
	display:block;
}

#home_button {
	cursor:pointer;
}

.aholder {
	float:left;
}

.normal {
	font-size: 13px;
}
.bigger {
	font-size: 16px;
}
.biggest {
	font-size: 18px;
}