/* CSS Document */
body{ width:100%; margin:auto; font-size:12px;}
.header{
	width:1000px;
	height:113px;
	background:url(tuhead.gif);}
.next{
	width:1000px;
	height:39px;
	clear:both;}
.gol{
	width:787px;
	height:39px;
	float:left;
	padding-top:0px;
	background:url(tugol.gif) no-repeat ;}
.date{
	width:213px;
	height:39px;
	float:left;
	background:url(tudate.gif) no-repeat ;}
.con{
	width:1000px; margin-top:3px;}
.top{
	width:1000px;
	clear:both;}
.topleft{
	width:244px;
	float:left;}
.topmiddle{
	width:490px;
	float:left;}
.topright{
	width:258px;
	float:right;}
.middle{
	width:1000px; clear:both;}
.bottom{
	width:1000px;
	clear:both;}
.bottomleft{
	width:736px;
	float:left;}
.bottomright{
	width:260px;
	float:right;}
.footer{
	width:1000px;
	height:87px;
	clear:both;
	}
.footertop{
	width:1000px;
	height:7px;
	background:url(tuline.gif) no-repeat;}
.foot{
	width:1000px;
	height:80px;
	padding-top:0px;
	font-size: 12px;
	text-align:center;
	line-height:30px;
	color:#303030;	
	}


/* Main Menu */
.MainMenu_MenuContainer {
	
	background-repeat:repeat-x; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:19px;
}

.MainMenu_TabRootMenuItem TD
{	
	height: 39px;
	font-family: 黑体, Tahoma, Arial, Helvetica; 	
	font-size: 13px; 
	color:#FFFFFF;
}

.MainMenu_TabRootMenuItemSel TD
{

	height: 39px;
	font-family: 黑体, Tahoma, Arial, Helvetica; 
	font-size: 13px;
	color:#FFFFFF;
}

.MainMenu_TabMenuItemHover TD
{
	background-color:#ce0000;
	color: #FFFFFF;
	height:36px!important;
	height:39px;
	font-family: 黑体, Tahoma, Arial, Helvetica; 
	font-size: 13px;
}

.MainMenu_TabMenuItemSelHover TD
{	background-color:#ce0000;	
	color: #FFFFFF;
	height: 36px;
}

.MainMenu_MenuItem {/*二级菜单文字*/
	cursor: pointer; 
	cursor: hand; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	color:#5c0000; 
	font-weight: normal; 
	font-style: normal;
	height: 20px;
}

.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:20px;
}

.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:#FFFFFF;
}

