﻿body 
{
     margin:0 auto; 
     background-color: Gray;
     height:100%;
     
    }
  
      div#divMain
      {
        width: 924px;
        height: 1163px;
         
      }
   
       div#divHeader
       {
            width: 924px;
            height: 217px;
            background-image: url(../Layout/Header3.jpg); 
            background-color:#ffffff;
            background-position: 0 0; 
            background-repeat: no-repeat; 
            
       }
        
      
      div#divBody
      {
        
        float: left; 
        background-image: url(../Layout/Body.jpg); 
        background-color:#ffffff;
        background-position: 0 0; 
        background-repeat: no-repeat; 
        padding: 0px; 
        margin: 0px; 
        width: 924px; 
        height: 869px;
        text-align: center;
        
       }
       
       div#divContainer
       {
            font-family: Sans-Serif;
            text-align: center;
            Padding: 12px; 
            width: 825px; 
            height: 869px;
       }
       
      
      /* ################### FOOTERS START ##################### */
      
     div#divFooter 
      {
        background-image: url(../Layout/footer.jpg); 
       
        background-position: 0 0; 
        background-repeat: no-repeat; 
        left: 0px; 
        text-align: center;
        float: left; 
        padding: 0px; 
        width: 924px; 
        height: 79px;
         
      }
      
      
      div#divFooter A:link 
        {
            color: white;
            text-decoration: none;
            font-weight: bold;
            font-size: 18pt;
            }
            
        div#divFooter A:visited 
        {
            color: white;
            font-weight: bold;
            text-decoration: none;
            font-size: 18pt;
            }
            
        div#divFooter A:hover 
        {
             
            color: red;
            font-weight: bold;
            font-size: 18pt;
        }
       
       /* ################### FOOTERS END ##################### */
        div#divHeaderMenu 
        {
             font-family: Sans-Serif;
            width: 500px;
            height: 100px;
            float: right;
            text-align: right;
            padding-right: 35px;
            padding-top: 30px;
             font-weight: bold;
            font-size: 12pt;
            }
            
        div#divHeaderMenu A:link 
        {
            color: #0066CC ;
            text-decoration: none;
            font-weight: bold;
            font-size: 12pt;
            }
            
        div#divHeaderMenu A:visited 
        {
            color: #0066CC;
            font-weight: bold;
            text-decoration: none;
            font-size: 12pt;
            }
            
        div#divHeaderMenu A:hover 
        {
             
            color: Black;
            font-weight: bold;
            font-size: 12pt;
        }
        
        
        div#divHostLink
        {
            float: right;
            font-weight: bold;
         }
        
         div#divHostLink A:link 
        {
            color: white;
            text-decoration: none;
            border: none;
            font-weight: bold;
            }
            
        div#divHostLink A:visited 
        {
            border: none;
            color: white;
            text-decoration: none;
            font-weight: bold;
            }
            
        div#divHostLink A:hover 
        {
             color: red;
           text-decoration: none;
           border: none;
           font-weight: bold;
        }
    
     div#divContactUs A:link 
        {
            color: #0066CC;
            text-decoration: none;
            border: none;
            font-weight: bold;
            }
            
        div#divContactUs A:visited 
        {
            border: none;
            color: #0066CC;
            text-decoration: none;
            font-weight: bold;
            }
            
        div#divContactUs A:hover 
        {
             color: red;
           text-decoration: none;
           border: none;
           font-weight: bold;
        }
