﻿body 
{
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
    color: Black;
    background: #CCCCCC;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
h1, h2, h3, h4, h5, h6, p
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, legend
{
    color: #18507C;
}
h1
{
    font-size: 20px;
}
h1, h2
{
    font-size: 18px;
    font-weight: bold;
}
h3
{
    font-size: 16px;
}
h4, h5, h6, legend
{
    font-size: 14px;
}

a
{
    text-decoration: underline;
    color: #18507C;
}
a:Hover
{
    text-decoration: none;
}

#page, .left, .right,
#header, #sitemap,
#content, #left, #right,
#footer
{
    height: 100%;
    overflow: hidden;
}

#page
{
    margin: 12px auto;
    width: 960px;
    background-color: White;
    border: solid 1px Black;
}

#header
{
    background: #1E9DBD url("images/banner.png") no-repeat top left;
    height: 150px;
}
#header h1 a
{
    display: block;
    width: 90%;
    height: 150px;
    font-size: 0px;
    color: #52C3E3;
    text-decoration: none;
}
#header h1 a.2wm
{
    color: #5C84A7;
}
#sitemap
{
    margin: 10px 11px 5px 11px;
    padding-bottom: 3px;
    border-bottom: dotted 1px Black;
}
#sitemap .here
{
    font-weight: bold;
}
#sitemap .separator
{
    padding: 0px 5px;
}
#sitemap .left
{
    float: left;
    width: 60%;
}
#sitemap .right
{
    float: right;
    width: 38%;
    text-align: right;
}

#content
{
    padding: 12px;
    min-height: 400px;
}
#content a:Hover, #sitemap a:Hover
{
    background-color: #C3D4DF;
}
#left
{
    float: left;
    width: 238px;
}
#right
{
    float: right;
    width: 670px;
}

#footer
{
    background: #1E9DBD url("images/footer.jpg") no-repeat top left;
    color: White;
    padding: 25px 12px 15px 12px;
}
#footer, #footer a
{
    color: White;
}
#footer .left
{
    width: 47%;
    float: left;
}
#footer .right
{
    width: 47%;
    float: right;
    text-align: right;
}
#footer .left ul
{
    text-align: right;
}
#footer .left ul, #footer .left ul li
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#footer .left ul li
{
    display: inline;
}
#footer .left ul li.copyright
{
    padding-right: 5px;
}
#footer .left ul li a
{
    padding: 0px 5px;
    border-left: solid 1px White;
}