
/* Layout Stylesheet */
body{
 margin: 0 ;
 padding:0;
 background: #c0c0c0;
 color: #333333;
font-weight:normal;font-size:10pt;color:#003333;line-height:120%;font-family:arial,sans-serif;background-color:#ffffff;

 }

#sidebar{
 position:absolute;
 top:101px;
 left:0;
 width:200px;
 z-index:3;
 background:#d1d1d1;
 color: #333333;
  border-right:100px solid #000000;
}

#right-col{
 position:absolute;
 top:101px;
 right:0;
 width:250px;
 z-index:2;
 background:#f4f4f7;
 color: #333333;
  border-left:1px solid #000000;
}

#center-block {
 width:100%;
 z-index:1;
 background:#f4f4f7;
 color: #333333;
 height:80%;}

#header{
 height:99px;
 /* border-bottom:1px solid #000000; */
 width:100%;
 background:#e3e3e3;
 color: #333333;
 margin:0;
  }

#center-col{
 margin:0 250px 0 200px;
 position:relative;
 /* background:#f4f4f7; */
background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0px 0px 0px 0px;

 padding:3px 5px 3px 5px;
 }

#footer {
 width:100%;
 height:35px;
 border: solid #000000;
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;

 margin:0;
 }



