/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
     color: #C0C0C0;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "楷体";
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 130%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 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{
	margin: 0;
	width: 100%;
	height: 130px;
	background-image: url(source/head_back2.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content{
	width: 100%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	font-size: 220%;
	color: #FF0000;
	font-style: normal;
	font-family: "楷体";
	font-weight: bolder;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 20px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 20px;
	font-size: 140%;
}
/* '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 {
	padding: 20px 10px 0px 10px;
	font-family: "微软雅黑";
}

#sdata{
	background-color:#66FFFF;
	width:100%;
	font-size: x-large;
	font-family: "楷体";
	background-position: center;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/************** .feature styles ***************/

.feature{
	font-size: large;
	width: 800px;
	margin-left: 50px;
	font-family: "宋体";
	text-align: center;
	border: thin solid #333333;
}

.feature h1, h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #333333;
}

.story p{
	padding: 0px 0px 10px 0px;
}
#stime {
	font-family: "宋体";
	font-size: large;
	font-weight: bold;
	text-align: center;
	width: 150px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#sname {
	font-family: "宋体";
	font-size: large;
	font-weight: bold;
	text-align: center;
	width: 150px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#stitle {
	font-family: "宋体";
	font-size: large;
	font-weight: bold;
	text-align: center;
	width: 480px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.feature td {
	font-family: "宋体";
	font-size: large;
	text-align: center;
	padding: 10px;
	line-height: 25px;
}
