/* 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;
    }

   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;
       background-color: White;       
   }
   
   .HeaderTable
   {
       table-layout:auto;
       width:100%;
       text-align:left;
       vertical-align:bottom;
       font-style:italic;
       background-color: White;            
   }
   
   .Form
   {        
        background-color: White;
        padding: 10px;
        width: 989px;
        margin: 0 auto;
        text-align: left;
        border:solid 1px black;
   }
   
  #comments
  {
      height:50px;
      width:500px;
      size: 500px;
  }