 
  /* styles for index.php to display the table contents*/
  .heading {
     background:url('images/header2.jpg') center center no-repeat; 
     width:1000px;
     height:129px;
     padding:0px;    
     top:0px;
  }  
  .headingmenuDiv {
    height:100px;
    float:left;
    left:70px;
    top:90px;
    text-align:center;
    position:relative;
    z-index:2;
  }
  .headingTextDiv {
    float:right;
    text-align:right;
    position:relative;
    top:0px;
    padding-right:40px;
    z-index:1;
  }
  .Sidebar{
    padding:5px;
    background:url('images/menu_bg.jpg')
  }
  .sidebarDiv {
    overflow:hidden;
    width:196px;
  }
  .mainTop{
    width:680px;
    padding:5px;
    background:url('images/menu_top.jpg') repeat-x;
  }
  .main{
    padding:5px;
    background:url('images/text_bg.jpg');
  }
  .mainDiv{
    overflow:hidden;
    width:670px;
    text-align:center;
  }
  .footer{
    background:url('images/footer.jpg') center center no-repeat;
    width:963px;
    height:107px;
  }
  .footerDiv{
    text-align:center;
    position:relative;
    top:0px;
    z-index:1;
  }
 