body {
}

p, ul, ol {
    margin-bottom: 1em;
    font-size: 108%;
    line-height: 1.5em;
}

h2, h3, h4 {
    font-weight: bold;
    line-height: 1.5em;
}

h2 {
    font-size: 182%;
    margin-bottom: .3em;
}

h3 {
    font-size: 138.5%;
    border-bottom: 1px solid #ccc;
}

h4 {
    font-size:123.1%;
    border-bottom: 1px solid #ccc;
}

#hd {
    background: #eee;
    padding: 1em 14.75em 0;
/*    margin-bottom: 1em;*/
    border-bottom: 1px solid #eee;
}
    
    #hd h1 {
        font-size: 138.5%;
        font-weight: bold;
    }
    
    #hd p {
    }

#copy {
    padding-top: .5em;
}

#navigation {
    background: #eee;
    padding: .5em 0;
}

    #navigation li, #navigation p {
        margin: 0 1em;
    }

#ft {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #555;
    font-size: 93%;
    line-height: 1.5em;
}