body
{
	padding: 0; 
	margin: 0;
	background-color: silver;
background-image: url('bg_images/left_right_back.gif');
}
.BodyWhiteB
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.MenuTableCell
{
	width: 190;
}

.BodyTXTBlackBLR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width:1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style:solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}

.ContentTableCell
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px 2px;
	width: 608;
	height: 100%;
}

.ContainerTopMenu {
	background-color: #FE821E;
	height: 24;
	border-top: solid 1px black;
	border-left: solid 1px black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;

}

.OverTopMenu{
	background-color: #F39549;
	cursor:pointer;
	height: 24;
	border-right: solid 1px white;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px;
	font-weight: bold;
}
.OutTopMenu{
	background-color: #FE821E;
	cursor:;
	height: 24;
	border-right: solid 1px white;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px;
	font-weight: bold;
}
.BgTopMenu {
	background-color: #FE821E;
	color: #FFFFFF;
	height: 24;
}


#middleContainer
{
	position: absolute;
	top: 0;
	bottom:0;
	height:100%;

	left: 50%;
	margin-left: -399px; /*half of the width*/
	width: 798px;

	background-color:White;
	color: #fff;
	text-align: left;
	overflow:auto;
}
#header
{
	width:798px;
	height:110px;
}
#ScrollingContainer
{
	position:absolute;
	top:109px;
	height: expression(document.body.clientHeight - 109 - 22 + "px");
	bottom:27px;
	
	width:798px;
	overflow:auto;
}
#ExternalSiteContainer
{
	position:absolute;
	top:0px;
	left: 0px;

	width: 798px;
	height: expression(document.body.clientHeight - 108 + "px");
	overflow:auto;
}
#ContainerMenu
{
	position:absolute;
	top:0px;
	left:0px;
	width:190px;
	height:100%;
background-image: url('bg_images/left_bottom_menu.gif');background-position: right bottom;
}
#Content
{
	position:absolute;
	top:0px;
	left:190px;
	width:588px;
}
#footer
{
	position:absolute;
	top: expression(document.body.clientHeight - 22 + "px");
	bottom:0px;
	/border-top: solid 1px #FE821E;
	/* margin-bottom:0px; */
	width:798px;
	height: 22px;
	background-color: #FE821E; /*#FF6600; */
	overflow: auto;
	

}

#HeaderTable
{
	border-style: none;
}

.FooterCellIndent
{
	width: 190px;
}

#DecoLeftSideContainer
{
	position: absolute;
	top:  -2;
	bottom: 0;
	height:100%;
	overflow: auto;
	left: 50%;
	margin-left: -431px; /*half of the width*/
}
#DecoLeftSideImage
{
	border:solid 0px black;
	height: 0;
	width: 0;
}
#BeforeLeftMenu
{
	background-color:#FE821E;
	height:0px;
}
#LeftMenuFooter
{
	table-layout:auto;
	bottom:0px;
	background-color:#FFFFFF;
	vertical-align:top;
}
#LeftMenuFooterImage
{
	position:relative;
	top:-1px;
}