body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

/*a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}*/

h1, h2, h3, h4, h5, .datalist caption{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 2px;
}

h1{
	font-size: 120%;
	/*color: #334d55;
    color: #334d55;*/
}

h2{
	font-size: 114%;
	/*color: #006699;*/
}

h3{
   font-size: 100%;
   /*color: #334d55;*/
}

h4{
	font-size: 100%;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-color: #B1C3D9;
	line-height: 1.5em;
 /*color: #333333;*/
}

h5{
	font-size: 100%;
 /*color: #334d55;*/
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 955px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #B3A6D4;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 15px;
}

#jump{
	font-size: 80%;
	width: 136px;
	float: left;
	margin-left: 15px;
	clear: left;
	/*border: thin solid #B3A6D4;*/
	height: auto;
}

#content{
	width: 760px;
	float: left;
	clear: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#navBar{
	width: 155px;
	float: left;
	clear: right;
	margin-left: 25px;
	margin-bottom: 15px;
	font-size: 90%;
	position: relative;
	top: -25px;
}
/***********************************************/
/*Head Divs                               */
/***********************************************/
#masthead form {
	text-align: right;
	padding: 0px;
	clear: right;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#masthead img {
	float: right;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo {
	font-size: 80%;
	margin-right: 200px;
	margin-left: 10px;
	width: 755px;
	margin-bottom: 10px;
	padding: 10px;
}

#size {
	float: right;
	margin: 7px;
}
/*************** #pageName styles **************/

#pageName{
	line-height: 1.5em;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 80%;
	/*background-color:  #B3A6D4;*/
}

#pageNamestory{
	padding: 0px 0px 4px 10px;
	line-height: 1.5em;
	/*background-color:  #B3A6D4;*/
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-size: 150%;
	font-weight: bold;
}


/************** #jump styles **************/

#jump p{
	line-height: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#jump h3{
	/*background-color: #C0DAFF;*/
	line-height: 1;
	/*color: #FFFFFF;*/
	text-align: center;
	font-size: 110%;
	padding: 4px;
}

/************* #globalNav styles **************/

#globalNav{
	/*color: #cccccc;*/
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature{
	font-size: 90%;
	/*border: thin solid #C0DAFF;*/
	margin-top: 0px;
	padding: 10px;
	margin-bottom: 10px;
}

.feature h3{
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	/*background-color: #FFFFFF;*/
}
.feature p {
	line-height: 1.5em;
	padding: 1px;
}

.feature img{

}

.feature .left{
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.feature .right{
	float: right;
	clear: right;
	margin: 5px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 90%;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	/*border: thin solid #C0DAFF;*/
}
.story h3 {
	line-height: 1.5em;
	text-indent: 2em;
}

.story p{
	line-height: 1.5em;
}

.feature div, .story div {
	padding: 3px;
}
.story img {
	margin: 5px;
	clear: left;
	float: left;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	line-height: 1.5;
}
.navBar img {
	border: thin solid #B3A6D4;
}

#navBar h3 {
	text-indent: 2em;
	font-size: 90%;
	line-height: 25px;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-indent: 2em;
	position: fixed;
	top: 30%;
	width: 132px;
	/*border: thin solid #B3A6D4;*/

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
}

/************* relatedLinks styles **************/

.relatedLinks{
	padding-bottom: 10px;
	margin: 0px;
}

.relatedLinks li{
	display: block;
	text-indent: 1em;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

.relatedLinks h3{
	line-height: 1.5em;
}

.relatedLinks a:hover{
	display: block;
	text-decoration: underline;
}

/************** #advert styles **************/

#advert{
	font-size: 80%;
	/*border: thin solid #B3A6D4;*/
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#advert img{
	display: block;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-left: 2px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	/*border: 1px solid #C0DAFF*/;
	font-size: 75%;
	width: 935px;
	line-height: 9px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666666;
	text-align: center;
}

#siteInfo p {
	line-height: 1;
	padding: 0px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/**************table**************/
.datalist{
	border:1px solid #0058a3;
	border-collapse:collapse;	/* 表格背景色 */
	font-size:120%;
}

.datalist caption{
	padding-bottom:5px;
	text-align:left;
	font-size: 100%;
	font-weight: bolder;
}

.datalist th{
	border:1px solid #0058a3;	/* 行名称边框 */
	background-color:#4bacff;	/* 行名称背景色 */
	color:#FFFFFF;				/* 行名称颜色 */
	font-weight:bold;
	padding-top:4px; padding-bottom:4px;
	padding-left:12px; padding-right:12px;
	text-align:center;
}

.datalist td{
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #0058a3;
	border-right-color: #0058a3;
	border-bottom-color: #0058a3;
	border-left-color: #0058a3;
	border-top-style: none;
	border-bottom-style: none;
}

.datalist tr:hover, .datalist tr.Language{
	background-color:#c4e4ff;	/* 动态变色 */
}

#navBar .dowm {
	position: relative;
	top: -15px;
	z-index: -1;
}
.foneyear {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
