

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#ffffff;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:111px;
 left:0;
 width:221px;
 z-index:3;
 background:#ffffff;
 color: #333333;}

#rh-col{
 position:absolute;
 top: 111px;
 right:10px;
 width:181px;
 z-index:2;
 background:#ffffff;
 color: #333333;
 }

#c-block {
 width:100%;
 z-index:1;
 background:#ffffff;
 color: #333333;
 height:80%;

 }

#hdr{
 height:111px; 
 border-bottom:0px solid #000000; 
 width:100%; 
 background:#ffffff;
 color: #c0c0c0; 
 margin:0;
  }

#c-col{
 margin:0 230px 0 250px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 0px;
 background-image: url(/images/bg_hexagons.gif);

 }

#ftr {
 width:100%;
 height:35px;
 border: solid #c0c0c0; 
 border-width:1px 0;
 background:#ffffff;
 color: #333333;
 margin:0;
 }

 @media print {
.noprint {
display: none;
}

#hdr {
height: 0px;
display: none;
}

#lh-col {
width: 0px;
display: none;
}

#rh-col {
width: 0px;
display: none;
}

#c-col{
 margin:0 0px 0 0px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 0px;
 }
 
}