﻿body {font:12px Tahoma; margin:0px; text-align:center; background-color:#fff;
}
a:link,a:visited{ font:12px; text-decoration:none}
a:hover{}
#container
{
   width:100%;
}
#header
{
	width:800px;
	margin:0px auto;
	height:100px;
    background-color:#ffcc99;
    background-image:url("images/couSetBaner.jpg");
}
#pageBody
{
	width:800px;
	margin:0px auto;
	height:100%;
	background-color:#ffead7;
}
.PageBody
{
	width:800px;
	margin:0px auto;
	height:100%;
	background-color:#ffead7;
}

#footer
{
	width:800px;
	margin:0px auto;
	height:50px;
	background-color:#8e8e8f;
}
#menu ul
{
	margin:0px;
    list-style:none;
    float:left;
    height:14px;
    vertical-align:text-bottom;
}
#menu li
{
	float:left;
	margin:0 10px;
	display:block;
	line-height:14px;
}
.menuDiv
{
	height:14px;
	width:1px;
	background-color:#999;
}
#menu ul li a:link,#menu ul li a:visited
{
     font-weight:bold;
     color:#666;
}
#menu ul li a:hover{}
#pageBody
{
	width:800px;
	margin:0px auto;
}
#sideBar
{
	width:200px;
	text-align:left;
	float:left;
	clear:left;
	overflow:auto;
	border:1px solid #E00;
	height:100%;
	background-color:#efefe7;
}
.SideBar
{
	width:200px;
	text-align:left;
	float:left;
	clear:left;
	overflow:auto;
	border:1px solid #E00;
	height:100%;
	background-color:#efefe7;
}
#mainBody
{
	width:596px;
	float:right;
	clear:right;
	text-align:right;
	overflow:hidden;
	border:1px solid #E00;
	height:100%;
	background-color:#ffead7;
}
.MainBody
{
	width:596px;
	float:right;
	clear:right;
	text-align:right;
	overflow:hidden;
	border:1px solid #E00;
	height:100%;
	background-color:#ffead7;
}
.marginStyle
{
	margin-left:10px;
	margin-top:10px;
}
.Button
{
	background-color:#CCCCCC;
	border-right:steelblue 1px solid;
	border-top:steelblue 1px solid;
	border-left:steelblue 1px solid;
	border-bottom:steelblue 1px solid;
	font-size:8pt;
	font-family:Tahoma,Verdana,'Times New Roman';
}
.SmallTextBox
{
	border-right:#c7ccdc 1px solid;
	border-top:#c7ccdc 1px solid;
	border-left:#c7ccdc 1px solid;
	border-bottom:#c7ccdc 1px solid;
	font-size:8pt;
	font-family:Tahoma,Verdana,'Times New Roman';
	width:150px;
}