/*
body {
	background-color: #E3E3E3;
	margin: 0px;
}

#header {
	height: 70px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(styleImg/logo.gif);
	background-repeat: no-repeat;
}
#time {
	float: right;
	height: 30px;
	width: 260px;
	padding-top: 4px;
}
#banner {
	height: 195px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#globalNavi {
	height: 66px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#globalNavi li {
	float: left;
	height: 25px;
	width: 66px;
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 18px;
	background-image: url(styleImg/GlobalNaviBullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 17px;
	display: block;
}
#globalNavi li.current {
	float: left;
	height: 25px;
	width: 66px;
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 18px;
	background-image: url(styleImg/GlobalNaviBullet_o.gif);
	background-repeat: no-repeat;
	background-position: 6px 17px;
	display: block;
}
#globalNavi ul {
	width: 756px;
	height: 40px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	background-image: url(styleImg/GlobalNaviBtn.gif);
	background-repeat: repeat-x;
	display: block;
}


#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 102px;
	background-image: url(styleImg/footerBg.gif);
	text-align: center;
	padding-top: 20px;
	line-height: 20px;
	display: block;
	position: relative;
    font-family:"仿宋";
	font-size:11px;
}
#footersub {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 102px;
	text-align: center;
	padding-top: 20px;
	line-height: 20px;
	display: block;
	position: relative;
    font-family:"仿宋";
	font-size:11px;
    background-color: #FFFFFF;
}
*/
/** The following items are for the new station of university */
@charset "GB2312";
* {
	margin:0;
	padding:0;
}
body {
	background-color: #f3f3f3;
	margin: 0px;
	background-image: url(styleImg/bg6.gif);
}
/*******************************页头样式Start********************************/
#header {
	height: 162px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topMenu {
	background-image: url(styleImg/bg_topLine.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 14px 0px 0px;
	height: 25px;
	width: 760px;
}
#date {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 570px;
}
#addFav {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 60px;
	background-image: url(styleImg/folderIco.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#setHom {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 60px;
	background-image: url(styleImg/homeIco.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 123px;
	width: 760px;
}
#globalNavi {
	height: 37px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(styleImg/bg_navi.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#globalNavi ul {
	height: 20px;
	float: left;
	margin: 15px 0px 0px;
	padding: 0px;
	display: block;
}
#globalNavi li {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	width: 700px;
	list-style-type: none;
	letter-spacing: 1px;
}
/*******************************页头样式End********************************/
/*******************************页脚样式Start********************************/
#footer {
	height: 129px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(styleImg/bg_footer.gif);
	background-repeat: repeat-x;
}
#bottomLink {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 50px;
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottomLink ul {
	height: 18px;
	float: left;
	margin: 25px 0px 0px;
	padding: 0px;
	display: block;
	width: 760px;
}
#bottomLink li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 760px;
	list-style-type: none;
	text-align: center;
}
#copyRights {
	text-align: center;
	height: 50px;
	width: 760px;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	line-height: 18px;
}
/*******************************页脚样式End********************************/