/* Layout Stylesheet */ 	
.Display{
	position:absolute;
	left: 161px;
	right: 161px;
	top: 128px;
	bottom: 0px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	padding: 30px 30px;
	border-left: solid black 1px;
	border-right: solid black 1px;
 }
.Header{
position:absolute; 
height:128px;  
left: 0px; 
top: 0px; 
right: 0px; 
background-color: #ffffff; 
color: #000000;
}
.Left{
position:absolute; 
width:160px; 
bottom: 0px; 
z-index:1; 
left: 0px; 
top: 128px; 
margin-top: 60px;
background-color: #ffffff; 
color: #000000;
}
.Right{
 position:absolute; 
 width:160px; 
 bottom: 0px; 
 z-index:1; 
 right: 0px; 
 top: 128px; 
 margin-top: 60px;
 background-color: #ffffff; 
 color: #000000;
}
