﻿body 
{
    text-align:center;  
    background-position:top;
    height:100%;
     
    }
 
    div#divMain
{
    position:relative; 
    width: 1000px; 
    font-size: 20pt; 
     
    }
 
    div#divHeader
    {
      
    text-align:center;
    vertical-align:top;
    position: relative ; 
    width: 1000px;
    background-position: top;
    background-image: url('../layout/Header.gif');
    background-repeat: no-repeat ;
    float: left; 
    height: 210px;
    }
    
    div#divMenu
    {
      
    /*text-align:center;*/
    vertical-align:top;
    position: relative ; 
    width: 930px;
    Padding-top: 160px;
    padding-right: 0px;
     /*border: solid 1px red;*/
    float: right; 
    height: 210px;
    }
    
    div#divMenuOffset
    {
        float: left;
        padding-left: 110px;
        
    }
    
    
   div#divFooter
{
    width: 1000px;
    background-position: top;
    background-image: url('../layout/footer.gif');
    background-repeat: no-repeat;
    float: left; 
    height: 74px;
    padding-top: 20px;
    
    font-family: Arial;

    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
       
    } 
    
    div#divFooter A:link 
    {
        color: blue ;
        text-decoration: none;
        font-weight: bold;
        font-family: Arial;
        }
        
    div#divFooter A:visited 
    {
        color: blue;
        font-weight: bold;
        text-decoration: none;
        font-family: Arial;
        }
        
    div#divFooter A:hover 
    {
        text-decoration: underline;
        color: red;
        font-weight:bold;
        font-family: Arial;
    }
  
div#divLeftFooter
{
    position:relative;
    vertical-align:top;
    height:20px;  
    float: left;
    width: 300px;
    font-size: 10pt;
    font-weight: bold;
    text-align: left; 
    padding-top: 15px;
    padding-left: 35px;
     
    }
    
div#divLeftFooter A:link 
{
    color: #339966 ;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    }
    
div#divLeftFooter A:visited 
{
    color: #339966;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    }
    
div#divLeftFooter A:hover 
{
    text-decoration: underline;
    color: red;
    font-weight:bold;
    font-family: Arial;
}
  
div#divRightFooter
{
    position:relative;
    vertical-align:top;
    height: 20px;  
    float: right;
    width: 300px;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    font-family: Arial;
    padding-top: 15px;
    padding-right: 35px;
    
    }
    
 div#divBody 
{
    width: 1000px;
     
    float: left;
    position: relative ;
    background-position: top;
    background-image: url(../layout/body.gif);
    background-repeat: repeat-y ;
    text-align: left;  
    overflow: auto;
    font-family: Arial;
    font-size: 12pt;
    
   }
    
    div#divContent
    {
        float: right;
        Margin-right: 30px;
        /*border: solid 1px red;*/
        width: 900px;
            
    }
