    <!--
    body {
      margin:0;
      padding:0;
      font-family:sans-serif;
      font-size:83%;
      background-color: #ffffff;
      color:black
    }
    .sidebar a:link, .sidebar a:visited {
      text-decoration:none;
      color:#007fff;
    }
    
    .header-c {
      width:100%;
      text-align:left;
      font-size:120%;
      border-bottom: solid 1px gray;
      overflow:hidden;
      background-image:url(bg.png);
      background-repeat:repeat-x;
      color:white;
      background-color:#2f8fef;
    }
    .header {
        margin:0.5em 1em 0.25em 1em;
    }
    .name {
        margin-left:2em;
        text-align:left;
        font-size:larger;
    }
    .title {
        margin-left:3.5em;
        text-align:left;
        font-size:x-large;
    }
    .header a {
      text-decoration:none;
      color:white;
    }
    
    .center-c {
        background-color:white;
        width:100%;
        background-image:url(shadow-top.png);
        background-repeat:repeat-x;
        margin-bottom:1em;
        overflow:hidden;
    }

    .sidebar-c {
        width:25%;
        float:left;
        clear:none;
   }
    .sidebar {
        border-right: dashed 1px gray;
        border-left: dashed 1px gray;
        margin-left: 1em;
        overflow:hidden;
    }
    .sidebar h1 {
        font-size:100%;
        font-weight: bold;
        margin-bottom:0;
        width:100%;
        background:#afdfff;
        padding:2px 0.5em 0.1em 0.5em;
    }
    .sidebar ul {
        margin-top:0.25em;
        margin-left:0.5em;
        padding-left:0.5em;
        list-style-type:none;
    }
    .sidebar li {
    }

    .main-c {
        width:71%;
        float:left;
        clear:none;
    }
    .main {
        text-align:center;
    }
    .bio {
      margin:2em auto;
      max-width:40em;
      text-align:left;
    }
    .bio img {
      float:left;
      margin:0 1em 1em 0;
      clear:left;
      border:solid black 1px;
      margin-left:1em;
    }
    .bio p {
      margin-left:1em;
    }
    .content {
    }
    .content img {
        border: solid 1px gray;
        margin-top:1.5em;
    }
    .info {
        width: 20em;
        margin: 0.5em auto auto auto;
    }
    .description {
      width:400px;
      margin: 0.5em auto auto auto;
      text-align:left;
    }
    
    .pulldown {
        height:0;
        clear:both;
    }
    -->