/* CSS Document */
a:link{
       
	   text-decoration:none;}
a:hover{
        color:#009900;
		font-weight:bold;
		font-size:14px;
		text-decoration:underline;}
a:visited{
         text-decoration:none;
		 }
a:active{
         text-decoration:none;}
.style{
        color:#FFFFFF;}
.header{
	    margin:0px;          
		width:988px;
		height:195px;
		border:#333333 1px solid;
		background:#996600;
		padding:1px;
		background-image:url(../../image/headbg.gif);
	    background-position:center;
		background-repeat:no-repeat;}
	
.mainnav{
      font-size:13px;
	  margin:2px 0px 0px 0px;
	  width:988px;
		height:30px;
		line-height:30px;
		border:#333333 1px solid;
		background:#993300;
		padding:4px 0px 0px 0px;}
 li{
    float:left;
	width:121px;
	height:30px;
	line-height:30px;
	list-style-type:none;}
.subnav{
         width:988px;
		 height:1350px;
		 padding:5px 0px 5px 0px;
		 margin:5px 0px 5px 0px;
		 border:none;}
.submenu{
         width:250px;      
		 height:270px;
		 float:left;
		 padding:0px 14px 5px 0px;
		 margin:0px 14px 5px 0px;
		 border:none;}
table{
         width:240px;
		 height:260px;
		 padding:0px;
		 margin:0px;}

td{
        width:240px;
		height:28px;
		text-align:left;
		vertical-align:middle;
		padding-left:40px;
		margin-left:10px;
		font-size:15px;} 

.footet{
    font-size:13px;
	 margin-left:auto;
		margin-right:auto;
		width:992px;
		height:30px;
		line-height:30px;
		border:#333333 1px dotted;
		background:#CCCCCC;
		text-align:center;}
.footer{
        font-size:13px;
	    margin-left:auto;
		margin-right:auto;
		width:994px;
		height:30px;
		line-height:30px;
		background:#CCCCCC;
		text-align:center;}