﻿/**topSection***********************************/
.topSection
{
	position: relative;
	height: 93px;
}
.topSection .leftCol
{
	margin-left: 5px;
	margin-top: 5px;
}
.topSection .middleCol
{
	margin-bottom: 0;
	margin-left: 156px;
	margin-right: 272px; /*57 + 205 + 10*/
	text-align: right;
	margin-top: 10px;
}
.topSection .rightCol
{
	height: 93px;
}
/**menuBar**************************************/
.menuBar
{
	/*height: 45px;*/
}
/**mainSection**********************************/
.mainSection
{
	position: relative;
	border: 1px solid white;
	/*border-top: 1px solid #818700;*/
}
/*
.mainSection .mainCol
{
	position: relative;
	margin-right: 263px;
	margin-left: 57px;
	border: 1px solid white;
}
*/
/**footer***************************************/
.bottomBar
{
	clear: both;
	margin-top: 57px;
}
.bottomNav
{
	text-align: right;
	margin-right: 28px;
	clear: both;
}
.footer
{
	/*font-size: 70%;*/
	padding-right: 28px;
	padding-left: 57px;
}
/*********************************/
.leftCol
{
	position: absolute;
	left: 0;
	top: 15px;
	width: 156px;
}
.mainCol
{
	margin-top: 15px;
}
.middleCol
{
	margin:  0px 20px 0 156px;
}
.rightCol
{
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	width: 233px;
}

/*********************************/

.menuTab
{
	position: absolute;
	top: 56px; /*93-37*/
	width: 205px;
	height: 37px;
	background-color: #818700;
	color: White;
}
.rightTab
{
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	width: 500px;
}
.menuTab .menuTabLeft
{
	position: absolute;
	top: 0;
	left: 0;
}
.menuTab .menuTabMiddle
{
	margin: 0 10px 0 10px;
}
.menuTab .menuTabMiddle a, .menuTab .menuTabMiddle a:visited
{
	color: White;
}
.menuTab .menuTabRight
{
	position: absolute;
	top: 0;
	left: 195px;/*205-10*/
}
/*********************************/
.menu
{
	background-color: #341E5F;
	padding-left: 57px;
	height: 45px;
	line-height:45px;
	position: relative;
}
.menu img
{
	margin-top: 8px;
	vertical-align: middle;
}
.menu .menuSelected
{
	display: inline;
	position: absolute;
	top: 0px;
	background-image: url(../images/menuSelectedMiddle.png);
	background-repeat: repeat-x;
}
.menuSeperator
{
	background-color: #818700;
	height: 3px;
	line-height: 3px;
	font-size: 3px;
}
/*********************************/
/*********************************/
/*********************************/
/*
.mainPage
{
	float: left;
	margin-right: 262px;
	padding-right: 10px;
	margin-left: 57px;
}
.leftMenu
{
	position: absolute; 
	top: 300px;
	left: 0;
	width: 156px;
	padding-left: 57px;
	border-right: 1px solid silver;
}
.mainPageRight
{
	margin-left: 156px;
	padding-left: 10px;
	border-left: 1px solid silver;
}
*/