﻿body 
{
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#5786AA;
	width:100%;
	background-image:url(../images/bg_x.jpg);
	background-repeat:repeat-x;
}
a
{
	color:#5786AA;
	text-decoration:none;
}
a:hover
{
	color:#FF0000;
	text-decoration:underline;
}
.Container
{
	width:846px;
	margin:0 auto;
}
.Pagebody
{
	width:846px;
	margin:20px auto;
	padding:0px;
}
.Pagebody .InLeft
{
	width:206px;
	height:500px;
	float:left;
	clear:left;
	overflow:hidden;
	border:2px solid #BBE5FD; 
	background-color:#E4F6FF;
	padding-top:4px;
}
.Pagebody .InRight
{
	width:626px;
	float:right;
	clear:right;
	overflow:hidden;
}
.Pagebody .InRight .sitemap
{
	width:180px;
	margin-top:5px;
	background-color:#CBE7FC;
}
.Pagebody .InRight .Content
{
	margin:13px auto;
	line-height:2em;
}
.Pagebody .InRight .Content .span1
{
    font-size:14px;
    font-weight:bolder;
}