@CHARSET "UTF-8";
body {
	color: #666;
	background: #565b61 url("images/bg01.jpg") repeat-x center top; 
	text-align: center;
	font-family: sans-serif;	 
	font-size: 75%;
	padding: 0; margin: 0;	
}
a {
	color: #dc8d03;
	text-decoration: underline;
}
a:hover {
	color: #ffca6d;
}
a img {
	border: 0;
}
h1 {
	color: #333;
	font-size: 160%;
	margin: 0 0 10px 0; padding: 0;
}
h2 {
	color: #333;
	font-size: 140%;
	margin: 0; padding: 0;
}
h3 {
	color: #333;
	font-size: 120%;
	margin: 10px 0; padding: 0;
}
#page {
	margin: 10px auto;
	width: 900px;
	text-align: left; 
	background: url("images/bg02.jpg") repeat-y left top; 
}
#main {
	background: url("images/header02.jpg") no-repeat left top; 
}
#header {
	height: 148px;
}
#header .content {
	padding: 20px 0 0 20px;
}
#logo {
	width: 380px;
	height: 90px;
}
#banner {
	float: right;
	width: 232px;
	height: 90px;
	margin: 12px 221px 0 0;
}
#logo a span {
	display: none;	
}
#menu {
	clear: both;
	padding-left: 10px;
	height: 27px;
}
#menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#menu ul li {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0; 
}
#menu ul li.selected a, #menu ul li.subselected a {
	color: #fff;
	background: url("images/menu02.png") no-repeat top center; 
}
#menu ul li.selected a span, #menu ul li.subselected a span {
	background: url("images/menu01.png") no-repeat top left; 
}
#menu ul li.selected a span span, #menu ul li.subselected a span span {
	background: url("images/menu03.png") no-repeat top right; 
}
#menu ul li a {
	display: block;
	float: left;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
#menu ul li a span {
	display: block;
	float: left;
	line-height: 27px;
	height: 27px;
}
#menu ul li a span span {
	display: block;
	float: left;
	line-height: 27px;
	height: 27px;
	padding: 0 10px;
	cursor: pointer;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li ul {
	display: none;
}
#menu2 {
	clear: both;
	margin-left: 10px;
	padding-top: 5px;
	width: 880px;
	height: 25px;
	background-color: #fbae09;
}
#menu2 ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#menu2 ul li {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0; 
}
#menu2 ul li a {
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
}
#menu2 ul li a span {
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	cursor: pointer;
}
#menu2 ul li.selected a {
	color: #000;
	background: #fff url("images/menu2-01.gif") no-repeat left top;
}
#menu2 ul li.selected a span {
	background: url("images/menu2-02.gif") no-repeat right top;
}
#menu2 ul li a:hover {
	text-decoration: underline;
}
#menu2 ul li ul {
	display: none;
}
#content {
	padding: 20px;
	_height: 400px;
	min-height: 400px;
}
#right-content {
	float: right;
	width: 400px;
	border-left: 1px  solid #ccc;
	padding: 10px 20px 20px 10px;
	margin: 10px 0 0 10px;
}
#right-content img {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
}
#right-content hr {
	clear: both;
	height: 0;
	border: 0;	
	border-bottom: 1px solid #ccc; 
	margin: 0;
}
#footer {
	clear: both;
	font-size: 90%;
	background: #565b61 url("images/footer01.jpg") no-repeat left top;
	padding-top: 25px; 
	color: #aaa;
	text-align: right;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #fff;
}
.clear {
	width: 100%;
	clear: both;
}
.more {
	display: block;
	text-align: right;
}
.text-error {
	color: #a00;
	font-weight: bold;
}