   /* defaults */
   body {
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        /* aligns the horiz div in ie5 mac/win */
        text-align: center;   }
   p {
        color: #C0C0C0;
        margin: 0;
        padding: 0;
   }
   
   h2 {
    text-align: center;
   }

   h3 {
        margin-left:5px;
   }

   address {
      margin-left:15px;
   }

  .center {
    margin-left:auto;
    margin-right:auto;

  }
   /* fix the scrollbars */
   html {
        height: 100%;
        margin-bottom: 1px;
   }


   /* fonts */
   a {
        color: #666;
        text-decoration: underline;
   }
   a:link {
        color: #666;
        text-decoration: underline;
   }
   a:visited {
        color: #444;
        text-decoration: underline;
   }
   a:hover {
        color: #444;
        text-decoration: underline;
   }
   a img {
        border: 0;
    }
   a h5 {
        color: #666;
        text-decoration: underline;
   }
   h1 {
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        letter-spacing: 2px;
        text-align: left;
        color: #000;
        margin: 25px 0px 0px 10px;
        background-color: transparent;
   }

   /* layout */
   div#mainContainer {
   position: relative;
   width: 800px;
   margin: 2px auto;
   text-align: left;   
   
   }
    

   div#map {
    width: 425px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
   }

   /* mainWindow */ 
   div#mainWindow {
   position: relative;
   margin: 15px auto;
   min-height: 100px;
   border-style: solid;
   border-width: 1px;
   border-color: #C0C0C0;   
   width:auto;
   height:auto;

   }
  
   div#mainWindow img {
    display: block;
    margin-left: auto;
    margin-right: auto ;
   }  
 
   .code {
    width:500px;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    margin:0 auto; 
   }

   div#mainWindow p {
        color: #000;
        text-align:justify; 
        margin: 10px;
        padding: 0;
   }

   div#headerBanner {

   }

   .menu {
    background-color: #080808;
    word-spacing: 15px;
    height: 25px;
    list-style-type: none;
   }

   .menu ul{
    padding-top: 5px
   }

   .menu li {
    display: inline;
    
   }

   .menu a {
      text-align: left;
      font-size: 12px;
      font-weight: bold;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #c0c0c0;
      text-decoration: none;
      word-spacing: 2px;
    }

   .menu a:hover {
     color: #f0f0f0;
   }
   
   div#mail {
   border-style: solid;
   border-width: 1px;
   border-color: #C0C0C0;
   margin-bottom: 15px;
   }
   
   div#mail p {
   text-align: center;
   padding-top: 5px;
   padding-bottom: 5px;
   }

