
div {	position:absolute; border: 0px solid blue; }

#validation 
{
	position:static;
		
}
#layout {
	top:10px; left:10px; 
	width:770px;
}

	#topbar{
		left:144px;
		width:550px; height:66px;
		background-color:#99ccff;
		layer-background-color:#99ccff;
		clip:rect(0 550 66 0)
	}
	
		#banner{
			top:3px;
			left:45px;
			z-index:3;
		}
	
		#rightOfBanner{
			left:550px;
		}
	
	#leftPanel{
		top:10px; left:15px; 
		width:143px; /*height:1172px;
		clip:rect(0, 143, 2172, 0);*/
		background-color:#FFFFFF;
		layer-background-color:#FFFFFF;
		z-index:3;
	}
	
		#logonForm {
			top:80px;
			left:20px;
			z-index:1;
		}
		.logonText {
			font-size: 7pt;
			font-family:verdana,arial,helvetica,sans-serif; 
		}
		.logonField {
			height:17px;
			font-size:10px;
			width:100px;
			font-family: verdana,arial,helvetica,sans-serif; 			
			border-bottom-color:#848284;	
			border-bottom-width:1;
			border-style:groove;	
		}
		
		.logonFieldSm{
			height:19px;
			font-size:9px;
			width:80px;
		}
			
	#navHeader {
		top:76px; left:158px;
		width:550px; height:23px;
		background-color:#000000;
		layer-background-color:#000000;
		z-index:3;
	}
	.menu {
		z-index:4;
	}

	#main {
		top:96px; left:158px;
		width:550px;
		z-index:1;
	}
	

	
	#footer{
		top:600px; left:15px;
		width:693px; height:62px;
		background-color:#000000;
		layer-background-color:#000000;
		clip:rect(0 693 62 0);
		visibility:hidden;
		z-index:4;
	}