/* Layout Stylesheet */ 	
 #Display{
	position:absolute;
	z-index:1;
	left: 165px;
	right: 172px;
	top: 143px;
	#min-height: 100%;
	bottom: 0px;
	overflow: none;
	background-color: #FFFFFF;
	padding: 35px;
	border-left: solid black 2px;
	border-right: solid black 2px;
	overflow: auto;
 }
#Header{
position:absolute; 
height:143px;
z-index:5; 
left: 0px; 
top: 0px; 
right: 0px; 
background-color: #ffffff; 
}
#Left{
position:absolute; 
width:165px;  
z-index:3; 
left: 0px; 
top: 143px;
bottom: 0px;
background-color: #ffffff; 
}
#Right{
 position:absolute; 
 width:172px;  
 z-index:1; 
 right: 0px; 
 top: 143px;
 bottom: 0px;
 background-color: #ffffff; 
}