body
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
/*	background-image:url(background.gif); */
	background-position:left top;
	background-repeat:repeat-x;
	padding: 0; 
	margin: 0;
	background-color: #f0ffff; /*Modified By Neeraj Verma*/
}

.BodyWhiteB
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	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: relative; /* absolute*/
	top: 0;
	bottom:0;
	height:100%;

	left: 40%;
	margin-left: -399px; /*half of the width*/
	width: 1004px; /**/

	background-color:White;
	color: #fff;
	text-align: left;
	overflow:auto;
}
#header
{
	width:100%;
	height:110px;
}
#ScrollingContainer
{
	position:absolute;
	top:159px;
	height: expression(document.body.clientHeight - 159 - 22 + "px");
	bottom:27px;
	width:100%;
	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: #00B3CB;
	border-right:solid 5px Whtie;
	z-index:101;
}
#Content
{
	position:absolute;
	top:0px;
	left:195px;
	width:790px;
}
#footer
{
	position:absolute;
	top: expression(document.body.clientHeight - 22 + "px");
	bottom:0px;
	/*border-top: solid 1px #24CFFB; */ /* white; */
	/* margin-bottom:0px; */
	width:100%;
	height: 22px;
	background-color: #EA6231; /* #24CFFB; */
	overflow: auto;
}

#HeaderTable
{
	border-style: none;
}

.FooterCellIndent
{	
	width: 190px;
}

#DecoLeftSideContainer
{
	position: absolute;
	top:  160px;
	bottom: 0;
	height:72px;
	z-index:1000;
	overflow: auto;
	left: 38%;
	margin-left: -376px; /*half of the width*/
	width:190px;
}
#DecoLeftSideImage
{
	border:solid 0px black;
}
#BeforeLeftMenu
{
	background-color: #00B3CB; /*modified by neeraj #FCFF00*/
	height:66px;
}
#LeftMenuFooter
{
	table-layout:auto;
	bottom:0px;
	background-color:#00B3CB;
	vertical-align:top;
}
#LeftMenuFooterImage
{
	position:relative;
	top:-1px;
}

.AccoLink
{
	text-decoration: none;
}

.AccoLink img
{
	border: 0px;
}

