/* CSS Document */

body {text-align: center;
      margin: 0%;
      background-color: #c1d3b8;
      
}

            
#header {
         text-align: left;
         position: absolute;
         top: 0;
         *top: 0; 
         left: 50%;
         *left: 50%;
         width: 1000;
         background-color: none;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -363px;
          
    }
    
#list {
         text-align: left;
         position: absolute;
         top: 130;
         *top: 130; 
         left: 50%;
         *left: 50%;
         width: 225;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -350px;
      }
      
.menuLinks {font-family: Verdana; 
            font-size: 12pt;
            color: #164b7c;
            line-height: 190%;
            font-weight: normal;
            text-decoration: none;
            }
            
.menuLinks2 {font-family: Verdana; 
            font-size: 10pt;
            color: #164b7c;
            line-height: 220%;
            font-weight: normal;
            text-decoration: underline;
            }
            
.menuLinks3 {font-family: Verdana; 
            font-size: 8pt;
            color: #164b7c;
            line-height: 220%;
            font-weight: normal;
            text-decoration: none;
            }
            
#bottom { text-align: left;
            position: absolute; 
            top: 450;
            *top: 450; 
            left: 50%;
            *left: 50%; 
            width: 725;
            margin-top: 0px;
            margin-right: 10px;
            margin-bottom: 5px;
            margin-left: -210px;
          }        

.times { text-align: center;
            position: absolute; 
            font-family: Verdana; 
            font-size: 10pt;
            color: #164b7c;
            font-weight: normal;
        }
          

.address { text-align: center;
            position: absolute; 
            font-family: Verdana; 
            font-size: 8pt;
            color: #164b7c;
            font-weight: normal;
            letter-spacing: 0pt;
            text-decoration: none;
            margin-top: 0px;
            margin-right: 10px;
            margin-bottom: 5px;
            margin-left: -105px;
          }
          


          
#copyright   {
             position:absolute;
             top: 1600px;      
             margin-left: 50%; 
             left:-150px;     
        font-family: Arial;
        font-size: 7pt;
        color: #000000;
        font-weight: normal;
}
        
.copyright {
            font-family: Arial;
            font-size: 7pt;
            color: #000000;
            font-weight: normal;
           
           }
           

           
//position:absolute; this is a statement that dictates your positions are absolute not a float
 //margin-left:50%; start in the middle
 //left:-150px; offset from the middle in this case it's negative so it goes past the middle to the left
 


              

              

