body {
background-color: #3f502b;
margin-top: 30px;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
line-height: 1.2;}

* {padding: 0;
margin: 0;}

#wrapper {
width:800px;
position:absolute;
left: 50%;
margin-left: -400px;
font-size: 0;} /*for IE6*/
	
#top {
background: url(/images/topbg.jpg) no-repeat;
height: 15px;
}

#main {
background: url(/images/mainbg.jpg) repeat-y;
padding: 20px 40px;
}

#bot {
background: url(/images/botbg.jpg) no-repeat;
height: 15px;
clear: both;}

.head {
margin-top: 5px;
}

h1 {
color: #A2335A;
font-size: 18px;
font-family: "Lucida Grande", "Trebuchet MS",sans-serif;
font-weight: bold;
margin-bottom: 10px;
}

h2 {
color: #333;
font-size: 16px;
font-family: Futura, Verdana, sans-serif;
font-weight: normal;
margin-bottom: 6px;}

h3 {
color: #A2335A;
font-size: 12px;
font-family: Futura, Verdana, sans-serif;
font-weight: normal;}

#mainwrap {
overflow: hidden;
width: 690px;
}

.topphoto {
height: 211px;
margin: 20px 0;}

.topphoto img {
border: 1px solid #cadcac;
}

#sidebar {
float: left;
width: 165px;
text-align: right;}

.address {
font-size: 12px;
}

/* #sidebar a:link, #sidebar a:active {
color: #580921;
font-size: 14px;
font-weight: bold;
}

#sidebar a:hover, #sidebar a:visited {
color: #A2335A;
font-size: 14px;
font-weight: bold;
}
*/

#content {
float: right;
width: 480px;
padding: 0 10px 10px 10px;}

p {
font-size: 12px;
line-height: 20px;
color: #444;
margin-bottom: 10px;}

.nav {
line-height: 24px;
}

table {
margin: 15px auto;
}

.areas {
text-align: center;
}

.areashead {
text-align: center;
font-weight: bold;
font-size: 13px;
margin-top: 20px;
color:  #A2335A;}

ul#navlist
{
list-style: none;
width: 145px;
float: left;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 3px 10px;
color: #fff;
text-decoration: none;
background: #809185;
font-size: 12px;
font-weight: bold;
margin-bottom: 1px;
text-align: right;}


/*ul#navlist li#active a
{
color: #fff;
}*/

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #000;
background: transparent;

}

a:link {color: #4381a6;}
a:visited {color: #619263;}
a:active {color: #4381a6;}
a:hover {color: #619263;}

