/* CSS Document */

 body 
    {
      background-color: #ffc;
      color: #009;
    }
    
    #header 
    {
      background-color:#009;
      color: #fff;
      font-size: x-large;
	    font-family: Verdana, Geneva, Arial, sans-serif;
	    text-align: center;
      line-height: 180%;
      visibility: visible;
      position: relative;
      height: 68px
    }
      #navbar  
  {
      color: blue;
      font-family: Verdana, Geneva, Arial, sans-serif;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 6px;
      margin-top: 15px;
      margin-bottom: 15px;
      height: 16px
  }

  a
  {
  color: #900;
  text-decoration: none
  }
  
  a:hover
  {
  color: #fff;
  background-color: #009;
  text-decoration: underline
  }
  
  .leftcol
  {
    font-size: 10px;
    width 20%;
    float: left
  }
  
     .midcol
    {
      padding-left: 15%;
      width: 50%;
      float: left
    } 
    
   .rightcol
   {
    font-size: 10px;
    font-style: italic;
    text-align: right;
    line-height: 20px;
    padding-left: 3%;
    width: 15%;
    float: left;
   }
  
  #footer
    {
      color: white;
      background-color: #009;
      font-family: Verdana, Geneva, Arial, sans-serif;
      font-size: 10px;
      line-height: 16px;
      margin-top: 15px;
      margin-bottom: 15px;
      height: 16px;
      clear: left
  }

