/* CSS Document */
body
{
	background-image: url(../resources/images/Template/BgBlue.jpg);
	background-repeat: repeat-x;
	background-color: #d6e3ff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	color: #1e60a1;
}
td
{
	border: 0px;
}
h1
{
	color: #145999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
h2
{
	color: #378861;
}
fieldset
{
	border: 1px solid #cfcfcf;
	padding: 6px;
}
legend
{
	font-weight: bold;
}
#WebPage
{
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}
#PageHeader
{
	background-image: url(../resources/images/Template/BgHeader.jpg);
	background-repeat: no-repeat;
	width: 788px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}
#PageBody
{
	background-image: url(../resources/images/Template/BgBody.jpg);
	background-repeat: repeat-y;
	width: 764px;
	padding: 12px;
	margin-left: 1px;
}
#PageBodyEnd
{
	background-image: url(../resources/images/Template/BgBodyEnd.jpg);
	background-repeat: no-repeat;
	width: 788px;
	height: 21px;
	margin-left: 1px;
}
#TopMenu
{
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#BannerAd
{
	width: 762px;
	margin-left: auto;
	margin-right: auto;
}
#LeftNav
{
	float: left;
	width: 166px;
}
#LeftNav ul
{
	margin: 0px;
	padding: 0px;
}
#LeftNav li
{
	list-style: none;
	margin: 0px;
	padding: 6px 12px;
	background-color: #ffeab7;
	border-bottom: 1px solid #135798;
}
#LeftNav a
{
	display: block;
	color: #135798;
	font-weight: bold;
	text-decoration: none;
}
#LeftNav li:hover
{
	background-color: #fccf87;
}
#Content
{
	float: right;
	width: 420px;
	margin-left: 12px;
	margin-right: 24px;
}
#BodyAds
{
	float: right;
	width: 120px;
	/*border: 1px solid black;*/
}
#PageFooter
{
	text-align: center;
	margin-top: 24px;
}
.error
{
	color: #af0000;
	font-weight: bold;
}
.datagrid
{
	border: 1px solid #000000;
	border-collapse: collapse;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
