/* Pring-Layout Stylesheet */ 
@page {
  margin: 1.5cm;
}

body {
  margin-left: 1.5cm;
  padding: 0px;
  font-size: 11pt;
  }


/* Things To Hide
----------------------------------------------- */
#lh-col, #rh-col
 {
  display:none;
  }

/* Things To Show
----------------------------------------------- */
#hdr{
 position: fixed;
 top: 0px;
 height: 80px;
 left: 0px;
 width: 100%;
 margin: 0px;
 padding: 0px;
} 

#c-col{
position: relative;
top: 0px; 
width: 100%;
left: 0px;
padding: 0px;
}

