﻿body 
{
    font-family: Calibri , Verdana, Sans-Serif ;
    font-size: 12pt;
}

#MainData
{
    position: relative;
    width: 1000px;
    margin: auto;
    background-color: Black;
}

#Header
{
    width: 100%;
    height: 160px;
    background-color:  White;
    
    
}

#HeaderLogo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#Menu {
    width: 100%;
    height: 30px;
    /* background-color: #CCCCFF;*/
    background-color: #333333;
    text-align: center;
    color: white;
}

    #Menu a {
        color: white;
    }

    #Menu a.active {
        color: #0678bd;
    }

#Content
{
    width: 100%;
    background-color: White;
}

#Footer {
    width: 100%;
    height: 50px;
    /*background-color: #006699;*/
    background-color: #0678bd;
    text-align: center;
    font-size: 20px;
}


    .left
    {
        float:left;
        width:50%;
    }
    .right
    {
        float: right;
        width:50%;
    }
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
