/* CSS Document */
body{ width:100%;       
      font-family: tahoma; 
	  font-size: 12px; color:#166fc1; 
	 
	  background-color: #ffffff;
	 }
a {font-size: 12px;color: #146fbe;}
a:link {text-decoration: none; color:#146fbe;}
a:visited {text-decoration: none;color: #003333;}
a:hover {text-decoration: underline;color: #FF9900;}
a:active {text-decoration: none;color: #003366;} 

.head{  background:url(logobg.gif) repeat-x; 
        width:100%;
		height:132px;
      }
.logo{ 
	   width:899px;
	   height:95px;
	   background:url(logo2.gif);		   
	 }

.menu{ width:1000px;
       height:24px;
	  
	   color:#FFFFFF;
	   background-color:#3f60a7;
      }
	  
.menuleft{ width:47px;
		   height:27px;
		   background-color:#eff6fe;
		   float:left;	        
          }
		
.menumiddle{ width:899px;
			 height:24px;
			 color:#FFFFFF;
			 background:url(menubg.gif) repeat-x;
			/* background-color:#3f60a7;
			 float:left;	      */
		   }

.menuright{ width:55px;
			height:27px;	   
			background-color:#eff6fe;
			float:left;	         
		  }		  


.content{  width:910px;
           height:auto;		   
 	      
		   padding-top:10px;
		   margin-top:0px;   
		   clear:both;
         }
.leftpane{ width:197px;
           height:auto;
           	   
		   float:left;		  
          }
		  
.middlepane{ width:457px;
			  padding-left:0px;			  
			  float:left;		 
             } 
		 	 
.firstpane{
            width:457px;
			height:auto;            
			float:left;
		   }

.secondpane{ margin-right:3px;
             margin-bottom:5px;
             width:457px;
			 height:auto;
			 border-bottom:1px solid #b8c4de;
			 border-left:1px solid #b8c4de;
			 border-right:1px solid #b8c4de;
			     
             float:left;
            }
.imagepane{ width:162px;
            height:auto;
            margin-left:10px;
			margin-right:5px;
			margin-bottom:10px;
			float:left;
          }
.leftconpane{ width:273px;
               height:auto;
			   padding-left:10px;
			   float:left;
              }
			  
.contentpane{ width:457px;
			  height:auto;
			  float:left;
             }
			 
.bannerpane{ margin-top:5px;
             margin-bottom:5px;
             width:457px;
			 height:86px;  
             }

.rightpane{
            width:240px;
			height:auto;
			 	
			
			padding-left:0px;
			margin:0;
			float:left;
			 
            }
.bottom{ width:900px; 
         padding-top: 20px ;
		 padding-bottom:5px ;  
	     clear:both;		 
       }
.bottom-1{ width:900px;
           height:auto;
		   padding-top:5px;
		   padding-bottom:5px;
           padding-left:240px;
		             
           background-color:#eaf2ff;
		   margin-bottom:15px;
           }
.bottom-2{ width:900px;
           padding-left:150px; 
           margin-bottom:10px; 
           }	  



/*colum1*/
.content1pane{ width:900px;
               
               padding-left:10px;
			   padding-right:10px;				
				color:#166fc1; 		  
               }

/*colum2*/

.left2pane{ width:220px;
		   
		   
            color:#166fc1; 		   
		    float:left;		  
          }
.right2pane{ width:680px;
             
			  float:left;
             }




/* Main Menu */

.MainMenu_MenuContainer {
	 background:url(menubg.gif);
	background-repeat:repeat-x; 
}
/*
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor:24px;
}
*/
.MainMenu_TabRootMenuItem TD
{
	
	height: 24px;
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-weight: bold; 
	font-size: 12px; 
	color:#ffffff;
}

.MainMenu_TabRootMenuItemSel TD
{

	height: 24px;
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold; 
	color:#ffffff;
}

.MainMenu_TabMenuItemHover TD
{
	background-color: Transparent;
	color: #ffffff;
	height: 24px;
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold; 
}

.MainMenu_TabMenuItemSelHover TD
{	
		
	color: #ffffff;
	height: 24px;
}

.MainMenu_MenuItem {/*二级菜单文字*/
	cursor: pointer; 
	cursor: hand; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	color:#5c0000; 
	font-weight: normal; 
	font-style: normal;
	height: 24px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_SubMenu {
	z-index:0; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #e2e2e2;
	color:#999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=2);
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItemSel {/*被选中的子菜单*/
	background-color:white;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:12px; 
	color:#003399;
	font-weight: normal; 
	font-style: normal;
	height:24px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	color:#000000;
}

.MainMenu_RootMenuArrow {
    float: left;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	color:#000000;
}


