body {
    background: #08568D;
}

.spanheader {
    font-size:1.5em;line-height:1;margin-bottom:1em;
    font-weight: bold;
    color: #5786BE;
}

h1,h2,h3 {
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    color: #5786BE;
}
h4,h5,h6 {
    font-weight: bold;
    color: #474747;
}
h4 {
    font-size:1.5em;
    line-height:1;
    margin-bottom:1em;
}
h5 {
    font-style: italic;
    font-size:1.5em;
    line-height:1;
    margin-bottom:1em;
}

.planheader {
    color: #58A833;
    margin-bottom:0.5em;
}


#header {
    background: url('/static/img/wushheader.png');
    height: 86px;
}

#navbar {
    padding-top: 38px;
    height: 71px;
    margin-left: 21px;
}

#navbar > .awesome {
    margin-bottom: 0px;
    margin-left: 3px;
}

#pagecontent {
    background: #ffffff;
    min-height: 400px;
}

.paddedcontent {
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer {
    background: #2d332a;
    padding: 3px 25px 3px 25px;
    width: 830px;
}
