A:link {text-decoration:none; color:#0000A0;}
A:visited {text-decoration:none;}
A:hover{text-decoration:underline;}

body{
  margin:0;
  padding:70px 0 60px 200px;
  font-family:Lucida Grande,Arial, sans-serif;
  color: rgb(51, 51, 51);
 }
 
 table{
  font-size:small;
 }
 
 .centeredImage
    {
    align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
 
 h3{
 font-size:larger;
  font-weight: bold;
  margin-top:-2px;
  margin-bottom:-14px;	
 }
 
 div#content{
 background-color: #fff;
 font-size:small;
 }
 
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  
  background-color: #fff;
 }
 
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  
  background-color: #e6edff;
}
  
 div#left-sidebar{
  position:absolute;
  
  left:10px;
  height:100%;
  background-color: #fff;
 }
  
 @media screen{
  
   body>div#header{
    position:fixed;
   }
  
   body>div#footer{
    position:fixed;
   }
 
   body>div#left-sidebar{
    position:fixed;
   }
 }
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#content{
  height:100%;
  overflow:auto;
 }