body {
	font-family: "Arial", "Helvetica", "simsun";
	font-size: 13px;
	color: #000000;
	margin:0;
}
.title {
	font-family:"Times New Roman", "Helvetica", "simsun";
	font-size: 17px;
	font-weight: bold;
}
.small {
	/*font-family: "Verdana", "Arial", "Helvetica", "simsun";*/
	font-size: 10px;
}
#Info{
	font-family:"Times New Roman", "Helvetica", "simsun";	
}
.justifytext {
	text-align: justify;
}
.chinese_text {
	font-size: 15px;
	line-height: 19px;
	font-family: "Arial", "Helvetica", "simsun";	
}
.chinese_text.contacts{
	font-family: "Times New Roman", "Helvetica", "simsun";		
}
.contact-info{
	font-size:15px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a img{
	border:none;
}

.copy {
	color: #9c000c;
	font-size: 10px;
}
.copy a {
	color: #9c000c;
	text-decoration: underline;
}


#container{
	position:relative;
	display:block;
	width:996px;
	margin:0 auto;
	overflow:hidden;
}


#header{
	position:relative;
	display:block;
	width:996px;
	height:79px;
	background:url(../../images/top_banner.jpg) no-repeat;
}
#header #polyulogo{
	position:relative;
	display:block;
	width:300px;
	margin:10px 30px;
	float:left;
}
#header #polyutagline{
	position:relative;
	display:block;
	width:300px;
	margin:55px 35px 0 0;
	float:right;
}


#topbar{
	display:block;
	overflow:hidden;
}
#topbar table{
	border:0;
	height:30px;
}
#topbar table td{
	vertical-align:middle;
}
#topbar a{
	color:#7f0e14;
	text-decoration:none;
}
#topbar a:hover{
	color:#CCC;
}
#topbar #menu{
	font-family:"Times New Roman", "Helvetica", "simsun";
	display:block;
	float:left;
}
#topbar #menu a{
	font-size:16px;	
}
#topbar #menu table td{
	padding-right:20px;	
}
#topbar #language{
	font-family:"Times New Roman", "Helvetica", "simsun";
	display:block;
	float:right;
}
#topbar #language table td{
	padding-left:10px;	
}


#body-container{
	display:block;
	background:url(../../images/bg.jpg) top right repeat-y;
	padding:30px 0;
	overflow:hidden;
}
#body-container.nobg{
	background:none;	
}


#sidebar{
	display:block;
	width:260px;
	float:left;
	overflow:hidden;	
}
#sidebar table{
	width:235px;
	margin:0 auto;
	border-collapse:collapse;
}
#sidebar table td{
	border:#999 1px solid;
	height:50px;
	background:url(../../images/bg-title.jpg) repeat-y;	
}
#sidebar a{
	display:block;
	padding:10px;
	font-family:"Times New Roman", "Helvetica", "simsun";
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#sidebar a:hover{
	color:#7f0e14;
}
#sidebar a .ptitle{
	display:block;
	font-size:14px;
}
#sidebar a .psubtitle{
	display:block;
	font-size:12px;
}
#sidebar a .ptitle.chinese{
	display:inline;
	font-size:16px;
}
#sidebar a .psubtitle.chinese{
	display:inline;
	font-size:14px;
}

#body-content{
	display:block;
	width:700px;
	float:right;
	overflow:hidden;
}

img.ochart{
	display:block;
	width:850px;
	margin:0 auto;
}

.cnbio, .chibio{
	font-size:26px;
	font-weight:bold;
	color:#7f0e14;
}

#index-container{
	position:relative;
	display:block;
	width:996px;
	height:495px;
	background:url(../../images/bg-index.jpg) no-repeat;
	overflow:hidden;
}
#index-container #enter_buttons{
	position:relative;
	display:block;
	text-align:right;
	top:400px;
}
#index-container .enter{
	display:inline-block;
	border:2px #7f0e14 solid;
	margin:0 20px;
}
#index-container .enter a{
	display:block;
	width:120px;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	margin:2px;
	padding:5px;
	background:#7f0e14;
	color:#FFF;
}
#index-container .enter.en a{
	font-size:18px;
}