﻿body 
{
    text-align:center;  
    background-position:top;
    height:100%;
     background-color: #05152e;
     
    }
 
    
div#divMain
{
    position:relative; 
    width: 950px; 
    font-size: 20pt; 
      background-color: White;
    }
    
div#divHeader
{
    
      background-color: White;
    text-align:center;
    vertical-align:top;
    position: relative ; 
    width:950px;
    background-position: top;
    background-image: url('../layout/header.jpg');
    background-repeat: no-repeat; 
    height: 315px;
    }
      
   
 div#divBody 
    {
        width: 950px;
         background-color: White;
        float: left;
        position: relative ;
         /* background-position: top;
        background-image: url(../layout/mainbody.jpg);
        background-repeat: no-repeat; */
        text-align: left; 
         
        overflow: auto;
        font-family: Arial;
        font-size: 12pt;
    
   }
   
   div#divHomeBody
   {
    width: 900px;
    height: 400px;
    text-align: left;
    
    
   }
   
   div#divContactUsBody
   {
    width: 900px;
    
    text-align: left;
    
    
   } 
   
   
   div#divMenu 
    {
        width: 950px;
        height: 60px;
        float: left;
        position: relative ;
         background-position: top;
        background-image: url(../layout/menu.jpg);
        background-repeat: no-repeat; 
        text-align: left; 
          background-color: White;
        overflow: hidden;
        font-family: Arial;
        font-size: 12pt;
     
   }
   
   div#divMenu A:link 
        {
            color: #05152e ;
            text-decoration: none;
              font-weight:bold;
            font-family: Myriad Pro;
            font-size: 14pt;
            }
            
        div#divMenu A:visited 
        {
            color: #05152e;
              font-weight:bold;
            text-decoration: none;
            font-family:  Myriad Pro;
            font-size: 14pt;
            }
            
        div#divMenu A:hover 
        {
             
            color: gray;
            font-weight:bold;
            font-family:  Myriad Pro;
            font-size: 14pt;
        }
    div#divMenu2 A:link 
        {
            color: gray ;
            text-decoration: none;
             
            font-family: Myriad Pro;
            font-size: 12pt;
            }
            
        div#divMenu2 A:visited 
        {
            color: gray;
             
            text-decoration: none;
            font-family:  Myriad Pro;
            font-size: 12pt;
            }
            
        div#divMenu2 A:hover 
        {
             
            color: red;
            font-weight:bold;
            font-family:  Myriad Pro;
            font-size: 12pt;
        }
   
   div#divFooter
{
    width:950px;
    background-color: White;
    
    height: 50px;
    padding-top: 10px;
    font-family: Arial;
       background-position: top;
        background-image: url(../layout/footer.jpg);
        background-repeat: no-repeat; 
    text-align: center;
    color: #333399;
    font-size: 16px;
    font-weight: bold;
       
        
    } 
   
   
    div#divHostLink
        {
             
            font-weight: bold;
            color: White;
            width: 950px;
            text-align: right;
            padding: 5px;
         }
        
         div#divHostLink A:link 
        {
            color: red;
            text-decoration: none;
            border: none;
            font-weight: bold;
            }
            
        div#divHostLink A:visited 
        {
            border: none;
            color: red;
            text-decoration: none;
            font-weight: bold;
            }
            
        div#divHostLink A:hover 
        {
             color: white;
           text-decoration: none;
           border: none;
           font-weight: bold;
        }