﻿body 
{
     margin:0 auto; 
     background-repeat:repeat;
     background-position:top;
     height:100%;
     /* background-image:url(../Images/til_1.jpg); */
     text-align: center;
     background-color: gray;
    }
  
/***shadow at left side***/
       
        
      div#divRightBorder
      {
        position:relative;
        margin: 0 auto;
        z-index:5;
        height:100%;
        width: 761px;
        background-color:Transparent; 
        background-image: url(../Images/right.png);
        background-repeat: repeat-y;
        background-position: right;

        }
        
        
/***shadow at right side***/
         div#divLeftBorder
      {
        position:relative;
        top:0px;
        left:.5px;
        z-index:10;
        height:100%;
        width: 761px;
          
        background-color:Transparent;
        background-image: url(../Images/left.png);
        background-repeat: repeat-y;
        background-position: left;

        }
         
      div#divMain
      {
        position: relative; 
        float: left; 
         
        background-color:#ffffff;
        
        padding: 0px; 
        left: 14px; 
        width: 730px; 
        height: 100%;
        margin:0 auto;
        z-index:11;
        /* border: solid 1px red; */
        
       }
       
        
      div#divTopBar
      {
        position: relative ; 
        float: left; 
        padding: 0px; 
        width: 730px; 
        height: 125px;
         
        background-color: white;
        background-image: url(../Images/Header2.jpg);
        background-repeat: no-repeat ;
        background-position: top;
      }
      
      div#divBody
      { 
       position: relative;  
       float: left; 
       padding: 5px;  
       width: 730px; 
        
        
      }
      
      div#divLeftMenu
      { 
       position: relative;  
       float: left; 
       width: 160px; 
       /** border: solid 1px red; **/
       text-align: left; 
        
      }
      
      div#divRightContent
      { 
       position: relative;  
       float: right; 
       width: 560px; 
       /** border: solid 1px red; **/  
        
      }
      
      div#divHeaderTitle
      {
       border-bottom: solid 2px #CC9933; 
       width: 95%; 
       height: 20px;
       text-align: left;
       padding-left: 5px;
       color: #006633;
       font-size: 16pt;
       font-family: Arial;
       font-weight: bold;
         
      }
      
      div#divIndexContainer
      { 
       width: 95%;  
       text-align: left;
       float: left;
       padding-top: 10px;
       padding-left: 15px;
         
      }
      
    
      div#divText
      {
        padding: 10px; 
        text-align: left;
        width: 90%; 
      }
      
      /* ################### FOOTERS START ##################### */
      
      div#divFooter 
      {
        border-top: solid 2px #CC9933; 
         float: left;
         text-align: center;
        position: relative ; 
        bottom: 1px;
        vertical-align: bottom; 
        padding: 3px; 
        width: 725px; 
        height: 80px;
      }
      
       
      
       /* ################### FOOTERS END ##################### */
        
        div#divHeaderMenu A:link 
        {
             
            text-decoration: none;
             color: black;
            font-size: 9pt;
            font-family: Arial;
            }
            
        div#divHeaderMenu A:visited 
        {
              color: black;
            text-decoration: none;
            font-size: 9pt;
              font-family: Arial;
            }
            
        div#divHeaderMenu A:hover 
        {
             text-decoration: none;
              color: red;
            font-size: 9pt;
            /**text-decoration: underline;**/
              font-family: Arial;
        }


        
