body {
  background: url(images/bg_site.gif) repeat-x;
  font-family: arial;
  font-size: 12px;
  color: #333;
    margin: 10px 10px;
    padding: 0px;
}
.clear{clear:both;}

* {
    margin: 0px;
    padding: 0px;
}
#container {
    border: 0px solid #000;
    margin: 0px auto;
    text-align: left;
    width: 804px;
}





a{
    font-size:12px;
}
p{
    margin: 15px 0px;
}
/********************** Header ***************************/
#header {
    margin: 0px 0px 0px 0px;
    background-image:url(images/header.png);
    background-repeat: no-repeat;   
    width:804px;
    height:90px;
    position:relative;
    top: 0px;
    border: 0px solid #f00;
}
#header ul{
    background: #EFF8D0 url(images/menumain.jpg) repeat-x;
    width:804px;
    border: 5px solid #D7D1D5;
    display:block;
    margin: 0px 0px 0px 0px;
    height: 25px;
    padding:5px 0px 0px 0px;
    text-align: center;
	font-size:15px;
}
#header li{
    display:inline; 
	font-size:15px;
}
#header ul a{
    text-decoration:none;
    color:#ffffff;
    margin: 0px 27px;
	font-size:15px;
	font-weight: bold
}
#header ul a:hover{
    text-decoration:underline;
    color:#FB8405;
	font-size:15px;
	font-weight: bold
}

#menu{
    position:relative;
    top: 60px;
    height:120px;
}




/********************** Content ***************************/
#content {
    background: #FFFFFF;
    width:804px;
    border: 5px solid #D7D1D5;
    height:646px;
}
img{
    border-width:0px;
}
h1{
    color:#FB8405;
    font-size:18px;
    margin: 20px 0px 20px 0px;
    text-align:center;
}

h2{
    color:#85a157;    
    text-align:right;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}
h3{
    color:#85a157;    
    text-align:center;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
}
h4{
    color:#798950;    
    text-align:center;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}
    
#left {
    float:left;
    width: 420px;
    height: 430px;
    margin-left: 5px;
    padding: 0px 30px 0px 30px;
    border: 0px solid #00f;
    text-align: justify;
    
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}

#right {
background: #EFF8D0;
    float:right;
    width:204px;
    height: 475px;
    margin-top: 10px;
    margin-right: 0px;
    padding: 0px;
    text-align: justify;
    border: 0px solid #FCFC00;
}

#right a{
    color:#85a157;
    font-weight: bold;
    
}
#right a:hover{
    color:#FB8405;
    font-weight: bold;
    
}
#top_image{
    background: url(images/twomaps.jpg);
    width:804px;
    height:161px;     
}
#top_image1{
    background: url(images/header1.jpg);
    width:804px;
    height:161px;     
}
#top_image2{
    background: url(images/header2.jpg);
    width:804px;
    height:161px;     
}
#top_image3{
    background: url(images/header3.jpg);
    width:804px;
    height:161px;     
}

#righttop_image{
    background: url(images/righttop.gif);
    width:200px;
    height:27px;  
    border: 2px solid #D7D1D5;  
    text-align: center; 
    padding-top: 10px;
}
#righttext{
    width:160px;
    height:350px;  
    border: 0px solid #CCD1D5;  
    text-align: justify;    
    padding: 5px 20px 0px 20px;
}





/********************** Footer ***************************/
#footerline {
    clear:both;
    background-image:url(images/footer_bg.gif);
    font-size:1px;
}

#footer {
    width:812px;
    height:20px;
    text-align:center;
    padding: 0px;
    border: 0px solid #0f0;
}
