﻿/*基本信息*/
BODY {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #e0e0e0;
	font-size: 13px;
	line-height: 24px;
	text-align: center }
 

/*页面层容器*/
#container {
	margin: auto;
	width: 1004px;
	position: relative;
	text-align: left }
 
/*页面头部*/
#head {
	font-size: 12px;
	background: url(head.gif) no-repeat;
	width: 1004px;
	height: 115px;
	background-color: #e0e0e0 }
 
/*页面导航*/
#navigation {
	font-size: 13px;
	background: url(nav.gif) no-repeat;
	width: 1004px;
	height: 40px;
	clear: both; /*清除浮动*/
	background-color: #e0e0e0 }
 
	#navigation ul {
		padding-right: 0px;
		display: inline;
		color: #fff;
		padding-left: 0px;
		left: 30px;
		padding-bottom: 0px;
		margin: 0px;
		padding-top: 0px;
		list-style-type: none;
		position: absolute;
		top: 129px }
 
	#navigation li {
		display: block;
		color: #fff;
		float: left;
		text-align: center }
 
        #navigation ul li#one { width: 80px }
 
	#navigation ul li#two { width: 50px }
 
	#navigation ul li#three { width: 25px }
 
	#navigation ul li#four { width: 100px }

 
	#navigation a:link {
		padding-right: 6px;
		padding-left: 6px;
		float: left;
		padding-bottom: 0px;
		color: #fff;
		padding-top: 0px;
		height: 20px;
		text-align: center;
		text-decoration: none }
 
	#navigation a:visited {
		padding-right: 6px;
		padding-left: 6px;
		float: left;
		padding-bottom: 0px;
		color: #fff;
		padding-top: 0px;
		height: 20px;
		text-align: center;
		text-decoration: none }
 
	#navigation a:hover {
		background: #fff;
		color: #000;
		font-weight: bold; }

        #navigation  a#current {
		font-weight: bold; }


/*内页导航*/
#search {
	font-size: 13px;
	background: url(search.gif) no-repeat;
	width: 1004px;
	height: 58px;
    margin: 0 auto;
	background-color: #e0e0e0 }



/*具体内容控制*/

#document {
	background-color: #ffffff;
	width: 1004px;
	text-align: left;
	float: left;}

/*内页导航_右*/
#text {
	font-size: 14px;
	background-color: #ffffff;
	width: 924px;
	line-height: 30px;
	position: relative;
	padding-left: 80px; 
	text-align: left;
	float: left; }

#mytable { 
    width: 850px; 
    height:27px;
    padding: 0; 
    margin: 0px; 
    margin-left: -3px; 
    margin-bottom:50px;
    
} 

caption { 
    width: 850px; 
    text-align: left; 
} 

th { 
    color: #000; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-align: left; 
    padding: 0px 6px 0px 12px; 
    font-size:13px; 
    width: 850px;
    height:27px;
    background: url(line.gif) repeat-x;   

} 


td { 
    background: #f1f1f1; 
    font-size:13px; 
    padding: 0px 6px 0px 12px; 
    color: #000000; 
} 

td.alt { 
    background: #e4e4e4; 
    color: #000000; 
} 


/*页面尾部*/
#foot {
	clear: both;
	background: url(foot.gif) no-repeat;
	width: 1004px;
	height: 270px;
	background-color: #e0e0e0 }