body {

  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 {
  background-color: #F4DDB8;
  position : fixed;
  width : 100%;
  height : 77px;
  top : 0;
  right : 0;
  bottom : auto;
  left : 0;
  border-bottom : 2px solid #cccccc;
}
#leftnavigation {
    background-color: #F4DDB8;
    position : fixed;
    top: 77px;
    bottom : 0px; 
    left: 0px;
    width : 135px;
    margin : 0px 0px 0px 0px;
    color : #000000;
    padding : 3px;
    overflow : auto;

}

#content {
  position : fixed;
    top: 77px;
    bottom : 0px; 
    left: 135px;
    right: 0px;
  margin : 0px 0px 0px 0px;

  padding-left : 5px;
  padding-right : 12px;
  color : #000000;
  border-left : 2px solid #cccccc;
  overflow : auto;

  background-color: #FFFAE4;
}



#content ul.numbers{list-style-type: decimal}

#content ul.letters{list-style-type: lower-alpha}

#content p.text{text-indent: 1cm; font-family: courrier; font-size: 12pt}

#content p.author{font-family: arial; font-size: 11pt; font-style: italic}

#content h1{color: black; font-family: arial; font-size: 13pt; font-variant: small-caps; text-align: center} 

#content h2 {color: red; font-family: arial; font-size: 14pt; font-variant: small-caps; text-align: center}

#content h3{color: black; font-family: arial; font-size: 14pt} 