
/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#ffffff;
 color: #333333;
 }	 

#mid{
 width: 100%;
 }

#lh-col{
 margin:0 0 0 36px;
 position: absolute;
 top: 154px;
 left: 0;
 width: 120px;
 z-index: 3;
 }

#rh-col{
 position: relative;
 left: 165px;
 margin:0 0 8px 20px;
 float: left;
 top:14px;
 right:0;
 width:225px;
 z-index:2;
 }

#c-block {
 width:100%;
 min-width:848px;
 z-index:1;
 color: #333333;
 height:80%;
 }

#hdr{
 height:128px;
 width:100%;
 margin:0;
 }

#c-col{
 position: relative;
 left: 165px;
 width:50%;
 float: left;
 color: #333333;
 z-index: 5;
 border-width: 1 0px;
 padding: 0.5em;
 text-align: left;
 }

#ftr {
 clear:both;
 width:100%;
 border: solid #ffffff;
 border-width:8px 0;
 margin:0;
 text-align: left;
 }
 
#recruitment{
 width:98%;
 margin:4px 4px 0 12px;
 }
 
@media print {
.udm { display:none; }
#lh-col { display:none; }
#rh-col { display:none; }
#c-col { width:100%; float: left; }
}