﻿body
{
	width: 100%;
	font-family: "宋体";
	font-size: 12px;
	letter-spacing: normal;
	text-align: center;
	background-color: #4096C8;
	color: #000000;
	margin: 0px;

}
a
{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	line-height: 18px;
	color: #efefef;
	text-decoration: underline;
}
a:active
{
	font-size: 12px;
	line-height: 18px;
	color: #FD1F00;
}
A:visited
{
	font-size: 12px;
	line-height: 18px;
}
#menuDiv
{
	font-weight: bold;
}
#menuDiv a
{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
#menuDiv a:hover
{
	color: red;
}

.mouseover
{
	background: #eeebde;
}
.mouseout
{
	background: #fff;
}
.menutitle
{
	background-color: #eeebab;
}

#container
{
	width: 800px;
}

/*  head start   */
#logo
{
	vertical-align: middle;
}
#sitetitle
{
	font-family: 华文行楷;
	color: #3366CC;
	font-size: 30px;
	width: 400px;
	padding: 55px 0px 0px 10px;
}
.title
{
	font-family: 隶书;
	color: #3366CC;
	font-size: 25px;
}
/*   head end       */

/*   menu start       */
#menu
{
	width: 150px;
	vertical-align: top;
	padding: 0px 15px;
}
/*   menuend       */

/*   menu start       */
#content
{
	width: 600px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	height: 350px;
	border-left: 1px gray solid;
}
#content_
{
	width: 758px;
	text-align: left;
	vertical-align: top;
	padding: 0px 20px;
	text-align: center;
}
/*   menuend       */

#bottom
{
	border-top: 3px #3366CC solid;
}

.area
{
	font-weight: bold;
	color: #fff;
}
.site
{
	position: absolute;
	text-align: left;
	z-index: 9999;
	padding: 3px;
	color: #5A00FF;
	display: block;
	white-space: nowrap;
	z-index:1;
}
a.site:hover
{
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	
}
.tip
{
	display:none;
	text-align:left;
	font-weight:bold;
	color:Blue;
	filter:alpha(Opacity=60);
	z-index:9999;
	background: #fff;
	padding:5px;
	margin:0px;
	border:1px solid gray;
	position:absolute;
}
.tipshow
{
	text-align:left;
	font-weight:bold;
	color:Blue;
	display:block;
	filter:alpha(Opacity=70);
	z-index:9999;
	background: #fff;
	padding:5px;
	margin:0px;
	border:1px solid gray;
	position:absolute;
}
#countdiv
{
	display:none;
}
