@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	width: 992px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}

li {
list-style:none;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#navibar {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#navibar a:hover {
	color: #0000FF;
	background-image: url(images/btn_over.jpg);
}

#seachbar {
	text-align: center;
	width: 100%;
	background-color: #b3b8ce;
	height: 30px;
	padding-top: 5px;
}

#navibar a {
	background-image: url(images/btn_up.jpg);
	height: 20px;
	width: 86px;
	display: block;
	padding-top: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

#content_left {
	height: 100%;
	background-color: #eff0f1;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 85%;
}

#sidemenu {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#content_left h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#sidemenu a {
	font-size: 12px;
	line-height: 24px;
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#sidemenu a:hover {
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
}

#content_right {
	width: 85%;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #999999;
	padding: 10px;
}

#content_right h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

#content_right .topics01 {
	background-color: #FFFFFF;
	padding: 7px;
	background-image: url(images/blt_02.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#content_right .topics01 a {
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
}

#content_right .topics02 {
	background-color: #FFFFEC;
	padding: 7px;
	background-image: url(images/blt_02.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#content_right .topics02 a {
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
}

#hotevent {
	margin-top: 20px;
	text-align: center;
}

#hotevent p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#hotevent img {
	margin-bottom: 5px;
}

#content_center {
	height: 100%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#content_center .maintopic {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#content_center .maintopic img {
	float: left;
	margin-right: 10px;
}

#content_center .maintopic h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content_center .maintopic h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}

#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	background-color: #0099cc;
	padding-top: 5px;
}
