@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
#header {
	font-size: 10px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(images/top_logo1.jpg);
	background-repeat: no-repeat;
	height: 221px;
	background-position: 4px 0px;
}
#contentBox {
	width: 960px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 13px #52c2ff;
	-moz-box-shadow: 0px 0px 13px #52c2ff;
	box-shadow: 0px 0px 13px #52c2ff;
}
#leftBox {
	width: 724px;
	height:auto;
	float: left;
	clear: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#rightBox {
	width: 235px;
	height:auto;
	text-align: center;
	/* background-color: #FFFFFF; */
	float: right;
	clear: none;
}
#leftContent {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	height: auto;
	/* background-color: #FFFFFF; */
}
#rightContent {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	height: auto;	
	/* background-color: #FFFFFF; */
}
#topMenus {
	position: absolute;
	top: 204px;
	left: 110px;
	width: 800px;
	height: 23px;
}
#topMenus ul {
	display: block;
	margin: 0px;
}
#topMenus li {
	display: inline;
	list-style-type: none;
}
#topMenus li a {
	padding: 5px;
	margin-left: 7px;
	margin-right: 7px;
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#topMenus a:hover {
	color: #99FF00;
	background-color: #333333;
	text-decoration: none;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
	text-shadow: rgba(255,255,255,1) 0 0 1px;
}
#footer {
	font-size: 11px;
	/* background-color: #FFFFFF; */
	clear: both;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footer a {
	color: #0066FF;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
