body { font-family: sans-serif; 
   color: #000;
   background: #eeeeee;
}

div.content {  
   float: right;
   width: 75%;
   border: none;
}

div.secondarynav  {  
   background: #dddddd;
   float: left;
   width: 20%;
   border: none;
   margin-top: 20px;
}

div.primarynav {  
   width: 100%;
   background: #dddddd;
}

div.footer { 
    font-size: x-small;
    color: black;
    /*float: bottom;*/
    position: fixed;
    /*top: 100%;*/
    bottom: 2px;
}

span.error {
    color: red;
}

a.selected { 
  font-weight: bold;
}

a { 
  color: black;
}

li {
   margin-bottom: 5pt;  
}
