body {
 margin : 0;
 padding : 0;
 background-color : #ffffff;
 color : #000000;
 }
 p, ul, ol, li {
 font : 10pt Arial,geneva,helvetica;
 }
 h1 {
 font : bold 14pt Arial, Helvetica, geneva;
 }
 h2 {
 font : bold 12pt Arial, Helvetica, geneva;
 }
 #header {
 position : fixed;
 width : 100%;
 height : 160px;
 top : 0;
 right : 0;
 bottom : 160px;
 left : 0;
 border-bottom : 0px solid #cccccc;
 }
 #leftnavigation {
 position : fixed;
 height : auto;
 top : 160px;
 left : 0;
 width : 150px;
 margin : 0px 0px 0px 10px;
 color : #000000;
 padding : 3px;
 overflow : auto;
 }
 #content {
 position : fixed;
 top : 160px;
 bottom : 40px;
 margin : 0px 0px 0px 165px;
 width : 100%;
 height : auto;
 padding-left : 12px;
 padding-right : 12px;
 color : #000000;
 border-left : 0px solid #cccccc;
 overflow : auto;
 }
 #content h1, #content h2 {
 color : #cc0000;
 }
 #footer {
 position: fixed;
 width: 100%;
 height: 40px;
 top: auto;
 right: 0;
 bottom: 0;
 margin-bottom : 10px;
 border-top : 0px solid #cccccc;
 }