﻿
.container
{
	width: 780px;
}

#header
{
	width: 780px;
	height: 127px;
}
#headerSub
{
	width: 780px;
	height: 2px;
}
#menuContainer
{
	float: left;
	width: 213px;
	height: 578px;
	background-color: #ffffff;
}
#parentContentContainer
{
	float: left;
	width: 567px;
	height: 578px;
	text-align: right;
	background-color: #ffffff;
}
#contentContainer
{
	float: left;
	width: 396px;
	text-align: right;
	background-color: #ffffff;
}
#rightContainer
{
	float: right;
	width: 170px;
	height: 390px;
	padding-top: 50px;
	text-align: right;
	background-color: #ffffff;
	background-image: url(/images/callbackBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
#content
{
	width: 396px;
	padding: 7px;
	text-align: left;
	background-color: #ffffff;
	/*background-image: url(/images/mainBg.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}
#menu
{
	width: 213px;
	background-color: #ffffff;
	text-align: left;
}
.menuSpacer
{
	height: 3px;
	width: 211px;
	background-image: url(/images/mnuSpacer.gif);
	background-repeat: no-repeat;
}
.menuItem
{
	width: 211px;
	height: 40px;
	background-repeat: no-repeat;
	border-bottom: 3px white solid;
	
}
.menuItem a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 12px;
	line-height: 40px;
}
.menuItem a:hover
{
	text-decoration: underline;
}
.menuItem7
{
	width: 211px;
	height: 29px;
}
.menuItem7 a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 12px;
	line-height: 29px;
}
.menuItem7 a:hover
{
	text-decoration: underline;
}
.menuCounter
{
	width: 211px;
	height: 56px;
	color: #ffffff;
	padding-top: 17px;
	padding-left: 16px;
	background-image: url(/images/mnuCounter.gif);
	background-repeat: no-repeat;
	font-size:13pt;
}

#footer
{
	width: 780px;
	height: 24px;
	background-color: #ffe347;
	color: #000000;
	font-size: 8pt;
	padding-top: 4px;
	text-align: center;
}