/*------------全局---------------*/
body
{
	position:relative;
	width:760px;
	padding:0;
	height:0px auto;
	margin:0px auto;
	color:#000000;
	font-size:9pt;
	background:#ffffff;

}
a
{
	text-decoration:none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
a:link
{
	color:#3F6617;
}
a:visited
{
	color:#DC143C
	text-decoration:underline;
}
a:active
{
	color:#DC143C;
	text-decoration:underline;
}
img
{
	border:0;
}

/*---------------------------------*/

#global
{
	position:relative;
	width:760px;
	height:0px auto;
	margin:0px auto;
}
#menuimage
{
	position:relative;
	width:760px;
	height:110px;
	margin:0px auto;
	background-image: url("../images/menu.jpg");
}

/*-----------------菜单-----------------------------*/
#NavBar{
	float:left;
	width:770px;
	background: url("../images/menubackground.gif") #ffffff no-repeat 0 0;
	height:31px;
	padding:0 0 5px;
	margin-top:5px;
}


#NavBar li
{
	float:left;
	padding:0 0 0 0;
	margin:9px 0 0 0;
	font-family:"宋体","黑体";
	border-right:1px solid #637586;
}

#NavBar a
{
	float:left;
	margin:0;
	padding:0 10px 0 10px;
	height:14px;
	text-decoration: none;
}
#NavBar a:link 
{
	color: #ffffff;
}
#NavBar a:visited 
{
	color: #ffffff;
}
#NavBar a:hover 
{
	color: #CCCCFF;
}
#NavBar a:active 
{
	color: #CCCCFF;
}

/*---------------------------------------*/


/*----------middle global---------------*/

#middleglobal
{
	position:relative;
	margin:10px auto;
	width:760px;
	height:360px;

}

#middleglobals
{
	position:relative;
	margin:10px auto;
	width:760px;
	height:0px auto;

}


/*--------left--------------------*/
#Sidebar
{
	position:absolute;
	margin:0px auto;
	width:210px;
	height:360px;
	background:#F4F9EC;
}



/*--------left--------------------*/

/*-----------middle-------------------*/
#middle
{
	position:absolute;
	margin:0px auto;
	width:540px;
	left:220px;
	
}
#middletitle
{
	/*position:absolute;
	margin:0px auto;
	width:550px;
	background:url("../images/main-bg.gif") no-repeat left 0;
	*/

	color: #3F6617;
	font-size:18pt;
	line-height: 22px;	
	width:auto;
	background:url("../images/main-bg.gif") #F4F9EC no-repeat 7px 10px;
	padding: 3px 0 0 19px;
	text-align:center;
	font-family:"黑体","宋体";
}
#middletext
{
	position:absolute;
	margin:10px;
	font-size:16px;
}

/*-----------middle-------------------*/


/*------------bottom-----------------*/
#bottom
{
	position:absolute;
	width:760px;
	margin-top:380px;
	background:url(../images/bottom.gif);
	height:26px;
	line-height:30px;
	text-align:center;
}

#bottoms
{
	position:absolute;
	width:760px;
	margin-top:0px auto;
	background:url(../images/bottom.gif);
	height:26px;
	line-height:30px;
	text-align:center;
}
/*------------bottom-----------------*/