﻿body
{   
    /*width: 769px;
    width: 900px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: #fff;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 75%;
    color: #000;
    vertical-align: middle;
    
}
div#header
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;    
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #D8E1F7;
}
div#menu
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 80px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #D8E1F7;
    background-color: #EDF7E7;
}
div#body
{
    margin-top: 1px;
    margin-bottom: 1px;
    min-height: 500px; /* background: #f1f0f5; */
    text-align: center;
    vertical-align: middle;
}
div#footer
{
    margin-top: 1px;
    text-align: center;
    height: 30px;
    background: #FFFFFF none repeat scroll 0 0;
    border-top: 4px solid #b7b8bc;
    color: #555555;
    font-size: 11px;
    vertical-align: middle;
}
.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.section-text
{
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
    text-align: left;
    border-bottom: 1px solid #D8E1F7;
    padding-bottom: 4px;
}
.bottom-line
{
    vertical-align: bottom;
    text-align: left;
    border-bottom: 1px solid #D8E1F7;
    padding-bottom: 4px;
}
.top-line
{
    height: 8px;
    border-top: 1px solid #D8E1F7;
    padding-top: 4px;
}
.text-right
{
    text-align: right;
}

