/* CSS Document */

/*
LAyout
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/backG.jpg) repeat-x;
	font: normal 11px sans-serif;
	color: #666666;
}


/* Header */

#wrap {
	
	width: 844px; 
	height: 100%;
	margin: 0 auto;	
	text-align: left;
	background-color:#FFFFFF;

}

#masthead{
	
	width: 844px;
	height: 181px;
    padding: 0px;
    margin-bottom: 0px;
	margin-top:20px;
	background-color:#FFFFFF;
	
}

/* Content */

#frameContent {
	width: 824px;
	width: 844px;
	padding: 0px;
    margin-bottom: 0px;
	background-color:#FFFFFF;
	
}



/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}



div#waitIndicatorDiv 
{
    position: fixed; 
    bottom: 0; 
    left: 48%;
    width: 100px;
    height: 0;
    z-index: 1000;
}

* html div#waitIndicatorDiv 
{	
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
	left: expression("50%");
	width: 100px;
}

/* slight adjustment */
div#waitIndicatorDiv img 
{
	float: left;
	margin: -20px -100px -100px 0;
	position: relative;
}	


