    body {
        font-size: 100%;
        background-color: #fff;
        color: #46403c;
        margin: 10px;
    }
    
    #divHeader ul {
        list-style: none;
        display: inline;
    }
    
    #divHeader li {
        padding: 0 2px;
        float: left;
        margin-right: 1em;
    }
    
    #divHeader li.Current {
        background-color: #888;
    }
    
    #divHeader li.Current :link {
        color: #fff;
        text-decoration: none;
    }
    
    #divHeader li.Current :visited {
        color: #fff;
        text-decoration: none;
    }
    
    #divNav {
        float: left;
        width: 10em;
        background-color: #FFFFCC;
        overflow: hidden;
    }

    #divNav ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }
    
    #divNav li {
        padding-left: 2px;
    }
    
    #divNav li.Current {
        background-color: #888;
    }
    
    #divNav li.Current :link {
        color: #fff;
        text-decoration: none;
    }
    
    #divNav li.Current :visited {
        color: #fff;
        text-decoration: none;
    }
    
    #divContent {
        margin-left: 11em;
    }
    
/*    #divContent ul {
        list-style: none;
        display: inline;
    }
    
    #divContent li {
        background-color: #fff;
        float: left;
        margin-right: 1em;
        width: 150px;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
        margin-bottom: 10px;
        height: 10em;
        overflow: auto;
    }
    
    #divContent ul.docImage li {
        height: 15em;
    } */
    
    #divFooter {
        clear: both;
        font-size: 80%;
        background-color: #444;
        color: #fff;
        padding: 0 2px;
    }
    
    hr {
        clear: both;
    }
    
    h1 {
        font-size: 160%;
        margin: 10px 0;
        color: #FF6600;
    }
    
    h2 {
        font-size: 140%;
        font-weight: bold;
        text-align: center;
    }
    
    h3 {
        font-size: 120%;
        font-weight: bold;
    }
    
    .clearing {
        clear: both;
    }

