* {
	padding:0;
	margin:0;
	/*text-align:justify;*/
}
a:link {
	color:#00f;
	text-decoration:none;
}
a:visited {
	color:#00f;
	text-decoration: none;
}
a:hover {
	color:red;
}
a:active {
	border-bottom: 1px solid red;
}
img, span {
	vertical-align:middle;
	border:0;
}
h1 {
	font-size:1.5em;
	border-bottom:1px solid #99c;
	padding-bottom:5px;
	margin-bottom:15px;
}
h2 {
	font-size:1.2em;
	line-height:1.75em;
	padding:10px 0 10px 0;
}
.h2data {
	padding-left:1.75em;
}
.h2ol {
	margin:1em 0;
}
.h2li {
	margin-left:3.25em;
}
h3 {
	font-size:1.1em;
	line-height:1.5em;
	padding:20px 0 10px 0;
}
table {
	width:100%; 
	border:0;
	padding:0; 
	margin:0 auto;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#000;
	line-height:20px;
	background:#fff url(/img/bg.jpg) repeat-x;
}
#container {
	width:770px;
	position:relative;
	left:50%;
	margin:12px 0 0 -385px;
}
#content {
	float:left;
	background:transparent url('/img/contentbg.png') left top repeat-y;
	width:770px;
	padding:0 4px;
	display:inline;
}
/* header */
#header {
	text-align:right;
	background:transparent url('/img/headerbg.png') left bottom repeat-x;
	width:770px;
	height:125px;
	position:relative;
}
#header .logo { 
	text-align:left; 
	position:absolute;
	top:40px;
	left:28px;
}
#header .logo a {
	background:transparent url('/img/logo.gif') 0 0 no-repeat;
	display:block;
	height:75px;
	width:251px;
	color:#DADFCE;
	padding:75px 0 0 0; 
	height:0px !important;
	height /**/:75px;
	overflow:hidden;
	font-size:1px;
}
#english {
	margin:0 15px 0 0 !important;
	margin:0 5px 0 0;
	padding:0;
	float:right;
}
#chinese_s {
	float:right;
}
.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:0.75;
}
.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
}
.toggleopacity img{
	border:1px solid #ccc;
}
.toggleopacity-disable img{
	border:1px solid #ccc;
}
/* header menu */
#menu {
	position:relative;
	clear:both;
	float:right;
	top:37px;
	font-size:0.9em;
	line-height:1.2em;
}
#menu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
}
#menu a {
	float:left;
	background:url("/img/menuleft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
	text-decoration:none;
}
#menu a span {
	float:left;
	display:block;
	background:url("/img/menuright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:red;
}
#menu #current a {
	background-position:0 -150px;
	border-width:0;
}
#menu #current a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color:red;
}
#menu a:hover {
	background-position:0% -150px;
}
#menu a:hover span {
	background-position:100% -150px;
}
/* footer */
#footer {
	clear:both;
	color:white;
	padding:5px 10px;
	font-size:0.9em;
	line-height:1.5em;
	background:url(/img/footerbg.png) repeat-x;
}
#footer a {
	color:white;
}
#footer a:hover {
	color:red;
}
.seekinfo {
	float:right;
}
/* RoundBox */
.roundcont {
	background-color:#cf9;
	color:#fff;
}
.roundcont p {
	margin:0 10px;
	color:blue;
}
.roundtop { 
	background:url(/img/roundtr.gif) no-repeat top right; 
}
.roundbottom {
	background:url(/img/roundbr.gif) no-repeat bottom right; 
}
img.corner {
	width:15px !important;
	height:15px !important;
	width:18px;
	height:18px;
	border:none;
	display:block !important;
}
.RoundBoxItem {
	background:url(/img/rightallow.gif) no-repeat 0 4px;
	padding-left:20px;
	margin:0 15px;
	border-bottom:1px solid white;	
}
/* misc */
.bold {
	font-weight:bold;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.gotop {
	background:url(/img/top.gif) no-repeat;
	padding-left:25px;
}
.red {
	color:red;
}