<style type="text/css">

A        {
                font-weight: bold;
                }
A:link        {
                color: #000080;
                text-decoration: none;
                }
A:visited        {
                color: #000040;
                text-decoration: none;
                }
A:hover        {
                color: #CC0000;
                text-decoration: underline;
                }

#header {
        background: White;
        height: 90px;
        margin: 0;
}

#navcontainer {
        display: none;
}
#content {
        clear: left;
        background: White;
}

#sdheader {
        background: #FADE7B;
        height: 90px;
        margin: 0;
}

#sdcontent {
        clear: left;
        background: #FADE7B;
}

#footer {
        clear: both;
        background: #DFDFDF;
}

.sdback { background-color: #FADE7B; }
</style>
