﻿body 
    {
        background-color:#83A7BA;
        background-image:url(/images/main_background.png);
        background-repeat:repeat-x;
        margin:20px 0px 0px 0px;
    }
.BODY
    {
        margin:0px auto;
        width:800px;
    }
    
.BODY .BOD
    {
        width:800px;
        //height:866px;
        min-height:866px;
        background-image:url(/images/body_background.png);
    }   
    
.BODY .BOD .TOP_HEADER     
    {
        width:790px;
        height:125px;
        padding:4px 5px 0px 5px;
    }
    
.BODY .BOD .CONTENT .BUTTON_ID
    {
        text-align:center;
        float:left;
        text-decoration:none;
        line-height:26px;
        font-family:Arial;
        font-weight:bold;
        font-size:15px;
        color:white;
        position:relative;
        z-index:200;
    }

.BODY .BOD .CONTENT .BUTTON_ID:hover
    {
        color:Black;
        background-color:#86A8BA;
        text-decoration:none;
    }
    
.BODY .BOD .CONTENT .PAGE_HEADER
    {
        font-family:Arial;
        font-weight:bold;
        color:#FF6600;
        font-size:23px;
        margin-left:34px;
        margin-top:75px;
    }  
      
.BODY .BOD .CONTENT .PAGE_SUB_HEADER
    {
        font-family:Arial;
        font-weight:normal;
        color:#86A8BA;
        font-size:23px;
        margin-left:34px;
    }        
    
.BODY .BOD .CONTENT .TEXT
    {
        margin-top:25px;
        margin-left:188px;
        width:427px;
        font-size:11px;
        font-family:Arial;
        font-weight:normal;
        color:White;
        line-height:17px;
    }    
    