body
{
	padding: 0; 
	margin: 0;
	background-color: #B7DEFF;
}

.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:107px;
	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 - 109 - 22 + "px");
	overflow:auto;
}

#ContainerMenu
{
	position:absolute;
	top:0;
	left:0px;
	width:190px;
	background-color: #B7DEFF;
	border-right:solid 1px #B7DEFF;
	z-index:101;
}
#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 #B7DEFF; */ /* white; */
	/* margin-bottom:0px; */
	width:798px;
	height: 22px;
	background-color: #69BBF9; /* #B7DEFF; */
	overflow: auto;
}

#HeaderTable
{
	border-style: none;
}

.FooterCellIndent
{	
	width: 190px;
}

#DecoLeftSideContainer
{
	position: absolute;
	top:  107px;
	bottom: 0;
	height:72px;
	z-index:1000;
	overflow: auto;
	left: 50%;
	margin-left: -400px; /*half of the width*/
	width:190px;
}
#DecoLeftSideImage
{
	border:solid 0px black;
}
#BeforeLeftMenu
{
	background-color:#69BBF9;
	height:1px;
}
#LeftMenuFooter
{
	table-layout:auto;
	bottom:0px;
	background-color:#B7DEFF;
	vertical-align:top;
}
#LeftMenuFooterImage
{
	position:relative;
	top:-1px;
}