/**** Layout ****/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	background-color: #767676;
}

.BannerLeft
{
	background-color: #1C3309;
	background-image: url(/app_images/logo.png);
	width: 220px;
}

.BannerRight
{
	background-color: #1C3309;
	width: 548px;
}

.Layout
{
	position: relative;
	width: 100%;
}
.LayoutLeft
{
	background-color: #FFFFFF;
	width: 200px;
}

.LayoutLeftBottom
{
	position: absolute;
	bottom: 26px;
}
.LayoutRight
{
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}


/******** MYTABS CONTROL ********/
.ctlMyTabs
{
	padding:  30px 0px 0px 0px;
	color:#fff;
	border-bottom:solid 1px #000;

}

.ctlMyTabs a, .ctlMyTabs a:link,.ctlMyTabs a:visited 
{
	color:#E67AFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.ctlMyTabs a:hover
{
	color:#E67AFF;
	text-decoration:underline;
}
.ctlMyTabs span
{
	padding-left:10px;
	padding-right:10px;
}



/**** Menu ****/
.Menu
{
	width: 100%;
	height: 38px;
	background-image: url(../app_images/mnBkgrd.png);
	text-align: left;
	background-color: #eeeeee;
	border: solid 0px;
}

.MenuItem
{
	margin-left: 0px;
	margin-right: 0px;
}

.SubMenu
{
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 40px;
	height: 200px;
}

.SubMenuItem
{
	font-size: 9px;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e1e1e1;
	width: 100%;
	text-align: left;
	vertical-align: bottom;
}
.SubMenuImgButton
{
	padding-top:40px;
	padding-left: 3px;
}
.SubMenuImgButton a img , .SubMenuImgButton a:link, .SubMenuImgButton a:visited
{
	border:solid 0px #fff;
	text-decoration:none;
}


.Select
{
	background: #F8D9FF;
}

.SubMenuItemTop
{
	border-top: solid 1px #e1e1e1;
}

.SubMenuItem:hover
{
	background: #E0E0E0;
}



/* Footer */
.footer, .footer a, .footer a:link , .footer a:visited
{
	width: 100%;
	height: 22px;
	background-color: #1C3309;
	text-align: center;
	font-size: 11px;
	color: #f0f0f0;
	line-height: 22px;
	padding-right: 8px;
	padding-left: 8px;
}
.footer a:hover
{
	 text-decoration:underline;
}
	

.copyright
{
	font-size: 9px;
	text-align: center;
}

a.footerNav
{
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	color: #f0f0f0;
	letter-spacing: 0.02em;
	line-height: 22px;
	text-decoration: none;
}

a.footerNav:HOVER
{
	color: #f0f0f0;
	text-decoration: underline;
}

.pageend
{
	width: 100%;
	height: 17px;
	background-color: #d5d5d5;
}
