/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block
  }
  body {
    /* background-image: url("../img/Ants.JPG");*/
    background-color:#CEE9FC;
    background-repeat:repeat;
    font-family: verdana, Tahoma;      
    margin-center: 0 auto;
    line-height: 1.5;
    }
 
  ol, ul {
    list-style: url("img/Arrow.PNG") inside;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 5;
  }

/*=========================================
    Main Styles
    =========================================*/
      .container {
      width: 1010px;
      margin: 0 auto;
      border: 1px solid Black;       
      box-shadow: 10px 10px grey;
      align:"center";
      background-color: White;
 
    }

   .PhoneTable
   {
       table-layout:auto;
       width:100%;
       text-align:left;
       vertical-align:bottom;
       font-style:italic;       
   }
   
   .tab
   {
       margin-left: 40px
   }
     .HeaderTable
   {
       table-layout:auto;
       width:100%;
       text-align:left;
       vertical-align:bottom;
       font-style:italic;
       background-color: White;            
   }
    .CenterText
   {        
        background-color: White;
        padding: 10px;
        width: 989px;
        margin: 0 auto;
        text-align: left;
        border:solid 1px black;
   }
   