/* CSS Document */
body{ 
     background:url(background.jpg);
	 line-height:200%;
}
a {font-size: 12px;color: ##000000;}
a:link {text-decoration: none; color:#000000}
a:visited {text-decoration: none;color: #003333;}
a:hover {text-decoration: underline;color: #FF9900}
a:active {text-decoration: none;color: #003366;} 

.page-container{
     background-image:url(bg.gif);
	 background-repeat:repeat-y;
	 background-position:top;
	 height:100%;
     width:816px;
}
.leftbar{ 
     float:left;
     background:url(leftlittle.jpg) repeat-y;
	 z-index:-1;
     width:8px;
	 height:100%;
}
.main{ 
      width:800px;
	  float:left;	
}
.rightbar{ 
      float:left;
	   z-index:-1;
      width:8px;	  
      background:url(rightlittle.jpg) repeat-y;
	  height:100%;
}
.head{ 
     margin:0px;
     width:800px; 
	 height:106px;
     clear:both;	 
}
.head-left{   
	 width:396px; 
	 height:106px;	 
	 background-image:url(headleft.jpg); 
     float:left;   
}
.head-right{     
	 width:404px; 
	 height:106px;
	 text-align:center;
	 margin-top:0px;  
	 float:left;   
}

.globalnav{  
     margin:0px;
     width:800px;	 
	 height:29px;
	 text-align:center;
	 background:url(menubg.gif)  repeat-x;
}




.padding{
     background-color:#FFFFFF;
     width:800px;
	
}
.left-t{ 
     width:172px;
	 height:27px;
	 background:url(left-t.gif) no-repeat right top;
}
.left{
     width:172px;
	 background-image:url(leftbg.gif);  
	 font-size:12px;
	 margin-top:1px;
	 margin-bottom:0px;
}


.content{
     width:628px;
	
}
.contenttop{
     width:628px;	 
}
.contentmain{
     width:628px;
	 height:400PX;
	 padding-top:20px;
	 line-height:200%;
	  
}
.footer{
     width:628px;
	 height:77px;
	 background:url(footer.gif) no-repeat;
}








/* Main Menu */
.MainMenu_MenuContainer {
	
	background-repeat:repeat-x; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:29px;
}

.MainMenu_TabRootMenuItem TD
{
	background-image:url(menubg.gif);	
	height: 29px;
	font-family: 黑体, Tahoma, Arial, Helvetica; 	
	font-size: 13px; 
	color:#000000;
}

.MainMenu_TabRootMenuItemSel TD
{

	height: 29px;
	font-family: 黑体, Tahoma, Arial, Helvetica; 
	font-size: 13px;
	
	color:#000000;
}

.MainMenu_TabMenuItemHover TD
{
	background-color: Transparent;
	color: #000000;
	height: 29px;
	font-family: 黑体, Tahoma, Arial, Helvetica; 
	font-size: 13px;
	
}

.MainMenu_TabMenuItemSelHover TD
{	
	background-image:url(menubg.gif);	
	color: #000000;
	height: 29px;
}

.MainMenu_MenuItem {/*二级菜单文字*/
	cursor: pointer; 
	cursor: hand; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	color:#5c0000; 
	font-weight: normal; 
	font-style: normal;
	height: 29px;
}

.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:29px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 13px; 
	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;
}

