body
{
    padding: 0;
    margin: 0;
    font: 12px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Lucida, sans-serif;
    color: #5f5f5f;
    background: #FFFFFF;
    text-align: center;
}

#page
{
    position: absolute;
    width: 982px;
    left: 50%;
    margin-left: -491px;
    text-align: left;
}

#header
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
}
#header a:link    { color: #e02a75; }
#header a:visited { color: #e02a75; }
#header a:hover   { color: #e02a75; }
#header_links
{
    position: absolute;
    top: 10px;
    right: 0px;
}
#header_plug
{
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
}
#header_logo
{
    position: absolute;
    top: 51px;
    right: 177px;
}
#header_help
{
    position: absolute;
    top: 51px;
    right: 0px;
}

#main
{
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100%;
}

#sidenav
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 206px;
    background-color: #E9F4FF;
    border-left: 1px solid #AACCEE;
    border-right: 1px solid #AACCEE;
    padding: 12px;
}
#sidenav_top
{
    position: absolute;
    top: 0px;
    left: -1px;
}
#sidenav_bot
{
    position: absolute;
    bottom: 0px;
    left: -1px;
}

.sidenav_section {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.sidenav_subsection {
    padding-bottom: 8px;
    padding-left: 6px;
    font-size: 13px;
    cursor: pointer;
}
.sidenav_content {
    padding-bottom: 5px;
    padding-left: 18px;
    font-size: 12px;
    cursor: pointer;
}
#sidenav .selected {
    font-weight: bold;
}

#content
{
    position: absolute;
    top: 0px;
    left: 232px;
    width: 750px;
    background-color: #FFFFFF;
    border-top: 1px solid #AACCEE;
    padding: 12px;
    padding-top: 0px;
    min-height: 400px;
}
#content a:link    { color: #53a1ee; }
#content a:visited { color: #53a1ee; }
#content a:hover   { color: #53a1ee; }

#footer_padding
{
    height: 40px;
}
#footer
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 24px;
}
#footer a:link    { color: #5f5f5f; }
#footer a:visited { color: #5f5f5f; }
#footer a:hover   { color: #5f5f5f; }

