﻿html
{
	height: 100%;
	background-image: url(images/bg.jpg);
	background-color: #fff;
}
body
{
	font-family: Tahoma;
	font-size: 9pt;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: 0 54px;
}
form
{
	margin: 0px; 
	padding: 0px;
}
table 
{
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
td
{
	margin: 0px;
	padding: 0px;
}
a
{
	color: #506cbf;
}
a:hover
{
	color: #c4094a;
}
p
{
	padding: 0px;
	margin: 0 0 10px 0;
}
.TextArial
{
	font-family: Arial;
}
.MainTable
{
	width: 100%;
	height: 100%;
}
.MainTTD
{
	vertical-align: top;
}
.MainBTD
{
	vertical-align: bottom;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: 46px 100%;
}
.Header
{
	height: 269px;
	background-image: url(images/header-p.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;

}
.Icons
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.Header2
{
	width: 1000px;
	height: 269px;
	background-image: url(images/header-right-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 54px;
}
.Logo
{
	position: absolute;
	top: 96px;
	left: 49px;
}
.Slogan
{
	position: absolute;
	top: 140px;
	left: 182px;
}
.MenuContainer
{
	margin: 0 0 0 23px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #439e18;
}
.Menu
{
	width: 924px;
	height: 39px;
	
}
.MenuItem
{
	height: 39px;
	vertical-align: middle;
	padding: 0 11px 0 12px;
	text-align: center;
	font-weight: bold;
}
.MenuItemHover
{
	height: 39px;
	vertical-align: middle;
	padding: 0 11px 0 12px;
	text-align: center;
	font-weight: bold;

}
.MenuSeparator
{
	width: 1px;
	height: 25px;
	background-color: #FFF;
}
.MenuRootItemA
{
	color: #FFF;
	text-decoration: none;
}
.MenuRootItemA:hover
{
	color: #ff0000;
}
.MenuRootItemAHover
{
	color: #ffffff;
}
.MenuRootItemAHover:hover
{
	color: #ffffff;
}
.SubMenuItem
{
	text-align: left;
	position: absolute;
	margin: 10px 0 0 0;
	display: none;
	background-color: #439e18;
}
.Menu ul
{
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.Menu li
{
	font-weight: normal;
	display: block;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #73d844;
	white-space: nowrap;
}
.Menu li a
{
	text-decoration: none;
	display: block;
	padding: 7px 16px 8px 12px;
	color: #FFF;
}
.Menu li a:hover
{
	text-decoration: underline;
	color: #000;
	background-color: #73d844;
}
.MiddleTable
{
	width: 100%;
}
.Content
{
	padding: 0px 50px 20px 23px;
	vertical-align: top;
}
.RightPanel
{
	width: 25%;
	* width: 27%;
	vertical-align: top;
	padding: 0 42px 20px 0;
}
.FooterContainer
{
	height: 112px;
	background-image: url(images/footer-left-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.Footer
{
	height: 112px;
	background-image: url(images/footer-right-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 0 0 0 47px;
	color: #FFFFFF;
	font-family: Arial;	
}
.Footer a
{
	color: #FFF;
}
.Footer a:hover
{
	color: #000;
}
.FooterTable
{
	width: 100%;
	margin: 13px 0 0 0;
}
.FooterRight
{
	border-left: 1px solid #FFFFFF;
	width: 25%;
	* width: 28%;
	padding: 0 27px 0 25px;
	* padding: 0 27px 0 25px; 

}