  body {
     font-family: sans-serif;
     font-size: 12pt;
   }
   
   h1 {
     text-decoration: underline;
     padding-bottom: 5%;
   }
   
   h2 {
     padding-bottom: 2%;
   }
   
   h1, DIV.bodytext, DIV.footer {
     width: 70%;
     margin-right: 5%;
     float: right;
   }   
   
   #navigation { 
     width: 20%;
     float: left;
   } 
   
   DIV.footer {
      margin-top: 5%;
      border-top: 2px solid black;
      clear: both;
   }
   
   dt {
      font-weight: bold; 
   }
   
   a:link, p.highlight {
     color: #008000;
   }
   
   p.highlight {
     font-style: italic;
     text-align: center;
   }
   
   DIV#navigation img {
     margin-left: 50px; 
     border: none;
   }
   
   #navigation ul {
     list-style-image: url(images/lcg-logo-small.jpg);
   }
   
   li, dd, dt {
     padding-bottom: 10px;
   }