﻿#main 
{
    width: 996px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
    background-color: #FFF;
    background-image: url('Images/mainBg.png');
    background-position: right top;
    background-repeat: repeat-y;
}

#head 
{
    width: 100%;
    height: 200px;
    border-bottom: solid 1px #002A6B;
}

#menubar 
{
    background-color: #002A6B;
    width: 100%;
    height: 21px;
    text-align: left;
    margin-top: 3px;
}

#body 
{
    width: 100%;
    height: 420px;
    /*height: 320px;*/
    background-color: #FFF;
    clear: both;
}

#bodyLeft 
{
    width: 180px;
    height: 410px;
    /*height: 310px;*/
    padding: 4px;
    float: left;
}

#bodyLeft ul,
#bodyLeft li 
{
    list-style-type: none;
}

#bodyMiddle 
{
    width: 562px;
    height: 410px;
    /*height: 310px;*/
    float: left;
    padding: 4px;
}

#bodyRight 
{
    width: 230px;
    height: 410px;
    /*height: 310px;*/
    float: left;
    padding: 4px;
    text-align: center;
}

#foot 
{
    background-color: #002A6B;
    width: 100%;
    height: 35px;
    text-align: center;
    clear: both;
}

#foot p 
{
    color: #FFF;
    padding-top: 5px;
}

#foot a,
#foot a:link,
#foot a:visited 
{
    color: #FFF;
}

#end 
{
    width: 996px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
    background-color: #EEE;
    background-image: url('Images/footBg.png');
    background-position: right top;
    background-repeat: no-repeat;
}
