div.header {
 position: absolute;
 visibility: visible;
 width:900px;
 height:150px;
 top: 0px;
 overflow: auto;
 padding:10; }
 
div.nav {
 position: absolute;
 visibility: visible;
 height:150px;
 top: 0px;
 left: 900px;
 overflow: auto;
 padding:10; }
 
div.top_rep_table {
 position: absolute;
 visibility: visible;
 width:800px;
 height:700px;
 top: 150px;
 overflow: auto;
 padding:10; }
 
 div.middle_rep_table {
 position: absolute;
 top:500;
 visibility: visible;
 width:800px;
 height:700px;
 overflow: auto;
 padding:10; }
 
 div.bottom_rep_table {
 position: absolute;
 top: 850;
 visibility: visible;
 width:800px;
 height:700px;
 overflow: auto;
 padding:10; }
 
  
div.rep_map {
 align: center;
 position: absolute;
 visibility: visible;
 width:600px;
 height:1000px;
 left: 0px; top: 0px;
 overflow: auto;
 padding:10; }
 
div.left_rep_table {
 position: absolute;
 visibility: visible;
 width:320px;
 height:320px;
 left: 0px;
 top: 0px;
 overflow: auto;
 padding:10; }
 
 div.right_rep_table {
 position: absolute;
 visibility: visible;
 width:320px;
 height:320px;
 left: 340px;
 top: 0px;
 overflow: auto;
 padding:10; }
