/* Stylesheet for use with basic 2-column template */

  body { background: url(images/background.jpg); }

  h1 { font-family: Arial,Helvetica,sans serif;
    font-weight: bold;
    font-size: 15px;
    color: '#000000';
    }

  h2 { font-family: Arial,Helvetica,sans serif;
    font-weight: bold;
    font-size: 14px;
    color: '#000000';
    }
  
  .highlight { text-align: center;
    font-family: Arial,Helvetica,sans serif;
    font-size: 14px;
    font-weight: normal;
    color: #009;
    border-width: 1px;
    border-style: solid;
    width: 365px;
    }

  a.nav { font-family: Arial,Helvetica,sans serif;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-align: left;
    display: block;
    width: 143px;
    height: 17px;
    text-decoration: none;
    }
  
  #left { margin: 0px;
    float: left;
    width: 160px;
    }

  ul#sidenav { margin-left: 5px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    text-align: left;
    background-color: #EED27F;
    }

  ul#sidenav li { width: 155px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 2px 5px;
    color: #285A3D;
    font-size: 12px;
    font-family: Arial,Helvetica,sans serif;
   }
  
  ul#sidenav li a:link, ul#sidenav li a:visited { text-decoration: none;
    color: #285A3D;
    font-size: 12px;
    font-family: Arial,Helvetica,sans serif;
    font-weight: bold;
    display: block;
    }

  ul#sidenav li a:hover { padding-left: 5px;
    font-style: italic;
    }
  
  #content { padding: 5px;
    margin-top: 0px;
    margin-left: 170px;
    width: 610px;
    font-family: Arial,Helvetica,sans serif;
    font-size: 13px;
    color: '#000000';
    }
    
  #right_column { float: right;
    width: 140px;
    padding: 2px;
    }
    
  #right_column div { border-width: 1px;
    border-style: solid;
    border-color: #009;
    padding: 2px;
    }

  #clear { clear: both;
    }

  #footer { margin: 2px;
    margin-left: 30px;
    padding: 2px;
    text-align: center;
    font-family: Arial,Helvetica,sans serif;
    font-size: 12px;
    color: '#000000';
    width: 750px;
    }

  .front_text { font-family: Arial,Helvetica,sans serif;
    font-size: 13px;
    color: #FFFFFF;
    }

  .front_title { font-family: Times, serif;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    padding-left: 10px;
    }
  