 body{
  margin:0;
  padding:196px 0 0 0;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:196px;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003A00;
	margin-top: 10px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003A00;
	margin-top: 10px;
}
#content h4 {
	color: 777877;
	font-size: 14px;
	margin-bottom: 5px;
}
#content p {
	font-size: 11px;
} 
#content p sup, #content p sup {
	font-size: 80%; 
	line-height: 80%;
} 
