/* -*- encoding: utf-8; mode: css; -*- */
body { font-family: sans-serif; 
       background: #eeeeee;}

div.header {  
   color: #000;
   float: right;
   width: 75%;
   border: none;
}


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

div.secondarynav  {  
   background: #dddddd;
   color: #000;
   float: left;
   width: 20%;
   border: none;
}

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

div.footer { 
    font-size: x-small;
    color: gray;
    position: absolute;
    bottom: 2px
}

a.selected { 
  font-weight: bold;
}

a { 
  color: black;
}



td.logo { 
          text-align: right;
          width: 100pt;
 }

td {  
  padding-right: 10pt;
}

img.logo { 
           width: 120px;
           text-align:right;
 }