/* CSS Document */
body {
margin:0px;
padding:0px;

font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #002200;
text-align:center;

background-color:#002200;
background-position:top center;

scrollbar-face-color: #fef5e9;
scrollbar-highlight-color: #850202;
scrollbar-3dlight-color: #fce3be;
scrollbar-darkshadow-color: grey;
scrollbar-shadow-color: grey;
scrollbar-arrow-color: #e8b76a;
scrollbar-track-color: #fef5e9;
}

a { 
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px; 
    color: #003300; 
    text-decoration: none
  }
  
p {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px; 
    color: #003300; 
  }
  
dl {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px; 
    color: #003300; 
  }
  
dt {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 14px; 
    color: #003300; 
  }
  
dd {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px; 
    color: #003300; 
  }
  
h1 {
    font-family:Arial, Verdana, sans-serif; 
    font-size:14px; 
    color:#003300;
    text-align:center;
  }  

.dif {
    font-family:Verdana, sans-serif; 
    font-size:14px; 
    color:#003300;
    text-align:center;
  }

h2 {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 13px; 
    color: #003300;
  }  
  
img {
    border:0px;
    } 
  
#shell {
  width:800px;
  height:1012px;
  text-align:left;
  margin:0 auto;
  background-color:#CCCCCC;
  }

/* IE6 Only */
* html #shell {
  height:1027px;
}  

.header {
  position:absolute;
  width:800px;
  height:200px;
  margin-top:0px; 
  z-index:1;     
  }
  
.top_menu {
  position:absolute;
  height:50px
  width:800px;
  margin-top:200px;
  margin-left:50px; 
  background-color:#CCCCCC;
  text-align:center;
  z-index:3;
  }
  
.top_menu_bg {
  position:absolute;
  height:50px
  width:800px;
  margin-top:200px;
  margin-left:0px; 
  background-color:#CCCCCC;
  text-align:center;
  z-index:0;
  }
  
/* IE6 Only */
* html .top_menu_bg {
  margin-left:0px;
  margin-top:197px;
}   
  
  .places_menu {
  position:absolute;
  height:100px
  width:800px;
  margin-top:232px;
  margin-left:230px; 
  background-color:#CCCCCC;
  text-align:center;
  z-index:3;
  }

.left_menu {
  position:absolute;
  width:220px;
  margin-top:240px ;
  z-index:2;
  }
  
.content_bg {
  position:absolute;
  margin-top:200px;
  margin-left:230px;
  background-color:#ffffff;
  width:570px;
  height:802px;
  }
  
* html .content_bg {
  height:817px;
  }
  
.content {
  position:absolute;
  margin-top:300px;
  margin-left:235px;
  width:560px;
  height:635px;
  overflow:auto;
  z-index:5;
  }
  
* html .content {
  height:665px;
  }
  
.footer {
  position:absolute;
  margin-top:948px;
  margin-left:235px;
  width:560px;
  height:50px;
  background-color:white;
  z-index:4;
  }
  
  * html .footer {
  margin-top:964px;
  }
  
.border {
  border-style:solid;
  border-width:1px;
  text-align:center;
  } 
  
.border_left {
  border-style:solid;
  border-width:1px;
  text-align:left;
  } 
  
.contact{
  border-style:solid;
  border-width:1px;
  width:300px;
  padding:5px;
  } 
  
.contact_no_border{
  width:300px;
  padding:5px;
  }    
