body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
}

#fd-container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	height: 99%;
	float: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	text-align: left;
}


#fd-header {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	background: #fff; /* this overrides the text-align: center on the body element. */
	padding:0px;
	margin:0px;
}

#fd-container #fd-header #fd-header-left {
	width: 48%;
	height: 30px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#fd-container #fd-header #fd-header-right {
	width: 48%;
	height: 30px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#fd-container #fd-header #fd-header-left h1 {
	height: 10px;
	font-size: 10px;
	padding: 0px;
	margin-top: -9999px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -9999px;
}
#fd-container #fd-header #fd-header-right .update {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:11px;
	margin: 0px;
	text-align:right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#fd-tabs {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 40px;
	/*	background-image:url(../pic/bg-tabs-flat.png);*/
	background-repeat:no-repeat;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #e1eff5;
	background-color: #d5e9f1;
}



/*Tabs UL-*/
UL#nav {
	text-align: right; /* this overrides the text-align: center on the body element. */
	list-style-type:circle;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 40px;
}
UL#nav li {
    display:inline;
}
UL#nav li a{
	font-family: "微软雅黑", "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height:40px;
	background-color:#d5e9f1;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
UL#nav li a:hover{
	font-family: "微软雅黑", "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height:40px;
	background-color:#fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;

}
#fd-container #fd-tabs #nav #now1 {
	font-family: "微软雅黑", "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height:40px;
	background-color:#fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;

}


#fd-main {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#fd-container #fd-main #fd-main-left {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#fd-container #fd-main #fd-main-left a{
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #929292;
	text-decoration: none;
}

#fd-container #fd-main #fd-main-left a:hover{
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #000000;
}


#fd-container #fd-main #fd-main-left span{
	font-size:11px;
	color:#333333;
	font-family: "微软雅黑", "宋体", Arial;
}
#fd-container #fd-main #fd-main-left .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:9px;
	color:#666666;
}

#fd-container #fd-main #fd-main-right {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 8px;
	height: 100%;
}
#fd-container #fd-main #fd-main-right fieldset {
	border: 1px solid #DCE7E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}
#fd-container #fd-main #fd-main-right legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

/*----------------------foot---------------------------------------------------------*/
#fd-footer {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100px; /* the auto margins (in conjunction with a width) center the page */
	font-family:"微软雅黑", Verdana, "宋体", "新宋体";
	font-size:11px;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear:both;
	font-weight:100;
	text-align: center;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E1EFF5;
	background-color: #fff;
	background-image: url(../Fd-content/Images/background/footer2.jpg);
	background-repeat: repeat-x;
	border-right-color: #E1EFF5;
	border-bottom-color: #E1EFF5;
	border-left-color: #E1EFF5;
}

#fd-footer img {
    border:0px;
}

/*----------------------over-------edu.css --------------------------------*/

#fd-main-left h1 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #999999;
	display : inline;
	font-weight: bold;
}

#fd-main-left h2 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: 400;
}

#fd-main-left p {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	line-height: 15px;
}


#fd-main-left .table1 {
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin: 5px;
}

#fd-main-left .table3 {
	border: 1px dashed #E1EFF5;
	padding: 5px;
	margin: 5px;
}
#fd-main-left .table3 tr:hover {
    background-color: #F4F9FB;
}


#fd-main-left .table_01_04 {
	padding: 5px;
	margin: 5px;
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	border: 1px dashed #CCCCCC;
	height: 40px;
	line-height: 14px;
}

#fd-main-left .table_01_04 tr {
	height: 30px;
}
#fd-main-left .table_01_04 tr:hover {
	background-color: #f4f9fb;
	height: 30px;
}

#fd-main-left .table_01_06 {
	border: 1px dashed #E1EFF5;
	padding: 5px;
	margin: 5px;
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;	
}

#fd-main-left .table_01_07 {
	padding: 5px;
	margin: 5px;
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	border: 1px dashed #CCCCCC;
}

#fd-main-left .table_01_08 {
	padding: 5px;
	margin: 5px;
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	border: 1px dashed #CCCCCC;
}

#fd-main-left .table_01_08 tr:hover {
	background-color: #f4f9fb;
}

#fd-main-left .table_02_09 {
	padding: 5px;
	margin: 5px;
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	border: 1px solid #E1EFF5;
}
#fd-main-left .table_02_09 tr:hover {
    background-color: #e1eff5;
}

#fd-main-left #alertcopyright {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
}


#fd-main-left #tips {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
	width: 80%;
}

#fd-main-left #tips #table67{
	border: 1px dashed #CCCCCC;
	font-family: "宋体", "微软雅黑", "新宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../Fd-content/Images/background/b3-138.gif);
	background-repeat: repeat;
}






#fd-main-right ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:circle;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 17px;
}

#fd-main-right li{
}

#fd-main-right li a{
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#fd-main-right li a:hover{
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}




A.edu:link {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
A.edu:visited {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
A.edu:active {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
A.edu:hover {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #0033FF;
	text-decoration: underline;
}




A.edu_en:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
A.edu_en:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
A.edu_en:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
A.edu_en:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033FF;
	;
	text-decoration: underline;
}


#comments{
	width: 80%;
}

#comments #form1{
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 12px;
	color: #666666; 
}

#comments #form1 #textarea55 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	height: 120px;
	width: 100%;
	border: 1px solid #cdcdcd;
	margin: 1px;
	padding: 1px;
}

#comments #form1 #name55 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 11px;
	font-weight: 100;
	color: #666666;
	border: 1px solid #cdcdcd;
	margin: 1px;
	padding: 1px;
	height: 15px;
	width: 200px;
}

#comments #form1 #email55 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 11px;
	font-weight: 100;
	color: #666666;
	border: 1px solid #cdcdcd;
	margin: 1px;
	padding: 1px;
	height: 15px;
	width: 200px;
}

#comments #form1 #hiddenurl55 {
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


#comments #form1 #button55 {
	float: right;
	height: 45px;
	width: 50px;
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	background-color: #FFFFFF;
	color: #333333;
}
