    html {
      height:100%;
      margin:0;
    }
    body {
        height:100%;
        margin:0;
        font-family:sans-serif;
        background-color:white;
        line-height:1.4;
    }
    h1 {
        color:#007fff;
        font-weight:bold;
        font-size:150%;
        margin-bottom:0.3em;
    }
    h2 {
      color:#007fff;
      font-weight:bold;
      font-size:116%;
      margin-bottom:0;
    }
    p.top {
      margin-top:0;
    }
    .content {
        overflow:hidden;
    }
    a:link, a:visited, a:active {
        color:#004f7f;
        text-decoration:underline;
    }
    a:hover {
        color:#007fff;
        text-decoration:underline;
    }
    .pulldown {
        clear:both;
        width:0;
        height:0;
    }
    
    #header {
        height:66px;
        background-color:#c0c0c0;
    }
    #header .content {
        width:100%;
        background-color:#000020;
        height:65px;
    }
    img.logo {
        margin:0;
        border:0;
        padding:0;
    }
    
    #center {
        min-height:100%;
        height:100%;
        height:auto !important;
        margin: -66px auto -70px auto;
    }
    #center-top {
      height:66px;
    }
    #center-bottom {
      height:70px;
      clear:both;
    }
    
    #leftbar {
    }
    #leftbar .content {
        float:left;
        width:12em;
        position:relative;
        z-index:2;
    }
    #leftbar ul {
        list-style:none;
        margin: 1em;
        padding:0;
    }
    #leftbar li {
    }
    #leftbar li ul {
      margin-top:0;
      margin-bottom:0;
    }
    #leftbar a:link, #leftbar a:visited, #leftbar a:active, #leftbar a:hover {
        text-decoration:none;
    }

    #main {
        width:100%;
        margin-left:-12em;
        margin-bottom:1.5em;
        float:left;
    }
    #main .content {
        margin-left:12em;
        position:relative;
        z-index:1;
    }
    #main p {
        margin-top: 1em;
        max-width: 30em;
        line-height: 1.4em;
    }
    #main p.top {
        margin-top: 0.3em;
    }
    #main li {
      margin-top:0.2em;
    }
    #main ul {
      margin-top:0.2em;
    }

    #footer {
        background-color:#000020;
        height:70px;
        font-size:small;
    }
    #footer .content {
        text-align:center;
        width:100%;
        color:#c0c0c0;
    }
    #footer p {
      margin: 8px auto 8px auto;
    }
    #footer img {
      border:none;
    }
    