/* Senior Thesis Student Webpage Stylesheet
   Created by Claire Connelly <cmc@math.hmc.edu>
   2003 Aug 27                                   */

/* Modified 2003 Sept. 9                         */
/* Modified 2003 Sept. 19 to add changes from    */
   Will Chang that improve appearance in WinIE.  */

  body {
     background-color: #ffffff;
     color: #000000;
  }

  h1 {
     text-align: center;
  }

  p.subhead {
     text-align: center;
  }

 th {
     text-align: left;
  }

  img.mugshot {
     float: right;
  }

  #title {
    clear: both;
  } 

  #wrapper {
     background-color: blue;
     padding: 0;
     margin: 0;
  }

  #content {
     position: absolute;
     right: 20px;
     width: 75%;
     padding: 0 20px 0 -10px;
     background-color: #ffffff;
     color: #000000;
  }

  #sidebar {
     position: absolute;
     left: 0;
     top: 0;
     background-color: #600;
     color: #ffc;
     margin: 0;
     padding-top: 25%;
     width: 20%;
     height: 125%;
     text-align: center;
  }

  #sidebar ul {
     list-style: none;
     padding: 0;
     margin: 0;
  }

  #sidebar li {
     padding: 0;
     margin: 0;
     margin-bottom: 1em;
  }

  #sidebar a:link, #sidebar a:visited {
     background-color: transparent;
     color: #ffc;
     font-weight: bold;
     text-decoration: none;
  }

  #sidebar a:hover {
     text-decoration: underline;
  }


