@charset "UTF-8";
/* CSS Document */

#maincontent {
	margin-top: 18px;
}
#flashbanner {
/*	float: right;*/
	width: 656px;
	height: 188px;
	position: relative;
/*	background: url(../images/site/flashback.jpg) no-repeat center #2D5599;*/
	border: 1x solid #2D5599;
	margin: 0 0 20px;
	padding: 0;
}
object {
	margin: 0;
	padding: 0;
}

#middle {
	width: 432px;
	float: left;
	margin: 0 30px 30px 0;
}

p img {
	float: right;
	border: none;
	margin: 4px 0 10px 20px;
	padding: 0;
}

.button {
	width: 184px;
	height: 55px;
	background: url(../images/site/buttonback.jpg) no-repeat center;
	margin: 0 auto;
	padding: 0;
}
.button h3 {
	font-size: 80%;
	text-align: center;
	margin: 0;
	padding: 18px 0 0;
}
.button h3 a {
	color: #fff;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#sidebar {
	width: 194px;
	float: right;
}

#topnews {
}
#topnews h2 {
	margin: 0 0 10px;
}

.topnewsitem {
	margin: 0 0 20px;
}
.topnewsitem h3 {
	font-size: 95%;
	line-height: 160%;
	margin: 0;
}
.topnewsitem h3 a {
	border-bottom: none;
}
.topnewsitem h3 a:hover {
	border-bottom: 1px dotted #d76700;
}
.topnewsitem h4 {
	color: #B3B3B3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: normal;
	margin: 0 0 6px;
}
.topnewsitem h5 {
}
.topnewsitem p {
	margin: 0 0 3px;
}


