﻿/* Green color: #83b407 */

BODY
{
    font-size: 12px;
    font-family: Arial;
    background-image: url( 'Images/bgLeft.png' );
    background-repeat: repeat-y;
    margin: 0px;
    height:100%;
    color: #252d4b;
}

#sectionT
{
    position: absolute; 
    width: 100%;
    background-image: url( 'Images/bgTopMid.png' );
    background-repeat: repeat-x;
    /*border: 1px solid pink;*/
    text-align: right;
}

#sectionLeft
{
    color: #252d4b;
    position: absolute;
    width: 220px;
    padding: 15px; 
    /*border: 1px solid yellow;*/
    padding-top: 110px;
    z-index: 1;
}

#sectionLeft A
{
    font-weight:bold;
    color: #007cc2;
}

#sectionBodyWrapper
{
    position: absolute; 
    /*border: 1px solid red;*/
    width: 100%;
}

#sectionBody
{
    margin-left: 270px;
    margin-right: 20px;
    /*border: 1px solid blue;*/
}

#sectionLogo
{
    position: absolute;
    /*border: 1px solid green;*/
}

#sectionSearch
{
    /*border: 1px solid orange;*/
    text-align: right;
    height: 145px;
    margin-top: 5px;
}



