﻿/*Master styles*/
body 
{
    font-family: Tahoma, Arial, Sans-Serif;
}

.header
{
}

.extraLine
{
    line-height: 2px;
}

.container
{
    margin-left: auto;
    margin-right: auto;
    background-color: #336699;
    width: 700px;
    height: 100%;
    position: relative;
    overflow: hidden;
    *margin-top: -3px;
}

.leftNav
{
    position: relative;
    background-color: #336699;
    width: 170px;
    float: left;
    clear: right;
    overflow:hidden;
    height: inherit;
    *margin-top: -3px;
}

.leftNav #logo
{
    position: absolute;
    bottom: 0px;
}

.leftNav a
{
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-size: small;
    color: White;
    /*border-bottom: 1px solid white;*/
    padding: 4px 5px 4px 10px;
}

.leftNav a.first
{
    padding: 15px 0 4px 10px;
}

.leftNav a:hover
{
    background-color: #92b4d2;
    color: Black;
}

.leftNav a:hover.image
{
    background-color: #336699;
    color: Black;
}

.content
{
    background-color: White;
    width:510px;
    float: left;
    padding: 10px;
    font-size: small;
    *margin-top: -3px;
}

.disclaimer
{
    font-size: smaller;
    color:Gray;
}

.footer
{
    clear:both;
    background-color:#336699;
    color: White;
    font-size: small;
}

/*content styles*/

h1
{
    font-size: large;
}

h2
{
    font-size: small;
    margin-top: -10px;
}