﻿body
{
    font-family: 'Trebuchet MS';
    font-size: medium;
    color: #696969;
}

#container
{
    width: 800px;
    height: 700px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    height: 26px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    
}
#headerLeft
{
    width: 170px;
    height: 26px;
    float: left;

}
#headerRight
{
    width: 600px;
    height: 26px;
    float: right;
    text-align: right;
    padding-right: 8px;

}
#nav
{
    width: 100%;
    height: 50px;
    background-image: url(images/headerBG.png);
    background-repeat: no-repeat;
    text-align: center;

}

#leftColumn
{
    float: left;
    width: 30%;
    height: auto;
    min-height: 500px;
    background-image: url(images/BGgrad.png);
    background-repeat: repeat-x;
    padding-top: 40px;
}
#rightColumn
{
    float: right;
    width: 70%;
    height: auto;
    min-height: 600px;
    background-image: url(images/BGgrad.png);
    background-repeat: repeat-x;
}
#singleColumn
{
    
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url(images/BGgrad.png);
    background-repeat: repeat-x;
}
.infoHeader
{
    width: 550px;
    height: 28px;
    background-image: url(images/whitePanelTop.png);
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
    color: #003399;
}
.infoBody
{
    width: 550px;
    min-height: 350px;
    height: auto;
    line-height: 15pt;
    padding-bottom: 5px;
    background-image: url(images/whitePanelMiddle.png);
    background-repeat: repeat-y;
    padding-right: 10px;
    padding-left: 10px;
    font-size: small;
}
.infoBottom
{
    width: 550px;
    height: 30px;
    background-image: url(images/whitePanelBottom.png);
    background-repeat: no-repeat;
}
#footer
{
    width: 100%;
    height: 50px;
    background-color: #231c45;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    clear:both;
 
 

}
