﻿body, html
{
    padding: 0;
    margin: 0;
    background: #67AADE;   
}
#container {
    width: 900px;
    padding: auto;
    margin: auto;
}
#header
{
    width: 900px;
    font-family: Arial;
    background: #014478;
}
#header .subtitle
{
    font-size: 10pt;
    line-height: 175%;
    text-align: left;
    margin: 7px 10px 5px 10px;
    padding: 0 10px 0 10px; 
    color:#ECECEC; 
    font-weight:normal;
}
    #header .highlight {
        text-align: center;
        margin: 5px 0 5px 0;
        background: #780108;
        color: white;
        margin-top: 10px;
        font-weight: bold;
        font-size: 12pt;
        letter-spacing: 2px;
        line-height: 200%;
        /*width:895px;*/
    }

#header .top
{
    margin: 10px 30px 5px 30px;
    text-align: left;
    color:  white;
    line-height: 200%;
    font-size: 11pt;
}
#header .style6
{
    font-size: 10pt;
    line-height: 200%;
    text-align: center;
    background: white;
    margin: 10px;
    padding: 10px 0 10px 0;
    /*width: 140px;*/
}
#header .style6 a:link
{
    text-decoration: underline;
    color: #7D3A00;
    font-weight: bold;
}
#header .style6 a:hover
{
    text-decoration: none;
    color: #C0C0C0;
    font-weight: normal;
}
#header .style6 a:visited
{
    text-decoration: underline;
    color: #7D3A00;
    font-weight: bold;
}
#header .imp
{
    font-weight: bold;
    color: Red;
    font-size: 11pt;
}
#header .font
{
    margin: 20px 10px 10px 0px;
    text-align: left;
    color: #292100;
    line-height: 190%;
    font-size: 10pt;
}
#header .footer
{
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 180%;
    font-family: Arial;
    background: #446D8C;
    border: 2px solid #2E2E2E;
    width: 600px;
    /*height:189px;*/
    margin-left:8px;
}
#header .footer .imp
{
    font-size: 12pt;
    color: #FFFF00;
}
#header .bgcolor
{
    height: 7px;
    background: #EBB000;
}
#header .des
{
    font-size: 10pt;
    text-align: right;
    line-height: 200%;
    margin: 0px 20px 10px 0px;
}
#header .des a:link
{
    text-decoration: underline;
    color: #7D3A00;
}
#header .des a:hover
{
    text-decoration: none;
    color: #C0C0C0;
}
#header .des a:visited
{
    text-decoration: underline;
    color: #7D3A00;
}
#header .info
{
    font-size: 10pt;
    text-align: center;
    line-height: 180%;
    /*margin: 10px 2px 20px 2px;*/
    letter-spacing:1px;
}
#header .info a:link
{
    text-decoration: underline;
    color: #E49F1E;
}
#header .info a:hover
{
    text-decoration: none;
    color: White;
}
#header .info a:visited
{
    text-decoration: underline;
    color: #E49F1E;
}
#bottom {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 180%;
    background: #A69573;
    border-bottom: 7px solid #A67C73;
    clear: both;
}

    #bottom .imp {
        font-size: 12pt;
        color: #F3E8BA;
    }
.bgcolor
{
    height: 7px;
    background: #EBB000;
}
#gotop {
    display: none;
    position: fixed;
    right: 165px;
    bottom: 30px;
    padding: 2px 2px;
    cursor: pointer;
}

#gohome {
    display: none;
    position: fixed;
    right: 163px;
    bottom: 85px;
    padding: 2px 2px;
    cursor: pointer;
}