html, body
{
    margin: 0px;
    background-color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#centered
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

#header
{
    height: 188px;
    background-color: white;
}

#header img
{
    height: 188px;
    border: 0px;
}

#navMain
{
    height: 30px;
    background-color: black;
    color:white;
    text-align: right;

}

#navMain ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

#navMain li
{
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    line-height: 30px;
}

#navMain li a
{
    text-decoration: none;
    color: inherit;
}

#navMain li:hover
{
    background-color: #999999;
}

#footer
{
    height: 109px;
    background-color: #669999;
}

#image
{
    float: left;
    width: 288px;
    text-align: center;
}

h5
{
    margin-bottom: 0px;
}

h6
{
    margin-top: 0px;
    font-weight: normal;
}


#rightside
{
    width: 462px;
    margin-left: 288px;
}

#navSub
{
    background-color: #999999;
    height: 21px;
    color: white;
}

#navSub ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 21px;
}

#navSub li
{
    float: left;
    padding-left: .6em;
    padding-right: .6em;
    font-weight: bold;
    font-size: .6em;
    line-height: 21px;
}

#navSub li:hover
{
    background-color: #669999;
}

#navSub li a
{
    text-decoration: none;
    color: inherit;
}

#footer
{
    clear: both;
    height: 109px;
    background-color: #669999;
    font-size: 11px;
    padding-left: 60px;
}

#blend
{
    clear: both;
    height: 47px;
    background-image: url('./images/bottom_blend.gif');
}

#slogan
{
    margin-top: 30px;
}

#cpa
{
    margin-top: 30px;
    margin-right: 40px;
}

#content
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    width: 382px;
    margin-left: auto;
    margin-right: auto;
}

#content p, #content li
{
    font-size: 11px;
}

#content a
{
    color: #669999;
    font-weight: bold;
}

.hidden
{
    display:none;
}

p
{
    margin-top: 0px;
}

#content table
{
    margin-top: 10px;
}

#content td
{
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

h4
{
    margin-top: 10px;
}

#footer-right
{
    float: right;
    width: 200px;
    text-align: center;
}

#footer-left
{
    float: left;
    width: 260px;
    text-align: center;
}

