﻿body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #f7f7f7;
}
#mainDiv
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color: #ffffff;
}
#bannerDiv
{
	width: 900px;
	height: 100px;
	float:left;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainBody
{
	width: 898px;
	float: left;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}
#leftDiv
{
	width: 198px;
	float:left;
	background-color: #ffffff;
	border-right: 1px solid #c0c0c0;
}
.menuItem1
{
	width: 40px;
	height: 25px;
	text-align: center;
	border-bottom: 1px dotted #c0c0c0;
}
.menuItem2
{
	width: 158px;
	height: 25px;
	text-align: left;
	border-bottom: 1px dotted #c0c0c0;
	font-size: 14px;
	text-indent: 8px;
}

a:visited
{
	text-decoration: none;
	color: #000066;
}
a:link
{
	text-decoration: none;
	color: #000066;
}
a:hover
{
	text-decoration: none;
	color: #cc0033;
}

a.funLink:visited
{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.funLink:link
{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.funLink:hover
{
	font-size: 14px;
	color: #c0c0c0;
	text-decoration: none;
}
a.Message:visited
{
	font-size: 12px;
	color: #303030;
	text-decoration: none;
}
a.Message:link
{
	font-size: 12px;
	color: #303030;
	text-decoration: none;
}
a.Message:hover
{
	font-size: 12px;
	color: #cc0033;
	text-decoration: none;
}

#rightDiv
{
	width: 696px;
	float:left;
	border-left: 1px solid #c0c0c0;
	background-color: #ffffff;
}
#linkDiv
{
	width: 696px;
	height: 35px;
	font-size: 12px;
	float: left;
	text-indent: 20px;
	text-align:left; 
	background-color: #F7F7F7;
	border-bottom: 1px solid #c0c0c0;
}
#contentDiv
{
	width: 697px;
	font-size: 12px;
	float: left;
	text-align: center;
}
#contentBody
{
	width: 696px;
	float: left;
	text-align: left;
}

#bottomDiv
{
	width: 895px;
	height: 80px;
	float:left;
	font-size: 12px;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background-image: url('../Images/messageBottom.jpg');
}

.listItem1
{
	width: 30px;
	height: 25px;
	border-bottom: 1px dotted #c0c0c0;
	text-align: center;
}
.listItem2
{
	width: 540px;
	height: 25px;
	border-bottom: 1px dotted #c0c0c0;
	text-align: left;
	text-indent: 10px;
}
.listItem3
{
	width: 100px;
	height: 25px;
	border-bottom: 1px dotted #c0c0c0;
	text-align: left;
	color: #c0c0c0;
}

.title
{
	font-size: 20px;
	color: #993300;
	text-align: center;
	font-family: '黑体';
}
.redFont
{
	color: #ff0000;
	font-weight: bold;
}