body {
font: .9em "Lucida Sans Unicode", "Lucida Grande", Times, serif;
background: #fbfdfb url('../images/page_bg.gif') repeat-y top left;
color: #3b3b3b;
margin: 0;
}

img {border: 0;}
h1 {font: 2em Georgia, "Times New Roman", Times, serif;}
h2 {font: 1.8em Georgia, "Times New Roman", Times, serif; margin-bottom: 0; padding-bottom: 4px;}
h3 {font-family: 1.4em; margin-bottom: 0; padding-bottom: 4px;}
p {margin: 0; padding: 12px 8px 2px 8px; }
ul {margin: 6px 0 6px 16px; padding: 0;}
dt {font-weight: bold; padding-top: 6px; padding-bottom: 2px;}
dd {margin-left: 0; padding-left: 6px;}
input, textarea {font: .9em "Lucida Sans Unicode", "Lucida Grande", Times, serif;}

.page-heading {margin-top: 0; padding-top: 12px; border-bottom: 1px solid #ccc;}
.event-date {color: #777; margin-top: 0; padding-top: 0;}
.event-heading {background: url('../images/event-heading_bg.gif') no-repeat left center; padding-left: 33px;}
.clear {clear: both;}
.bright {color: #0f45b7;}

#logo {
position: absolute;
	top: 0;
	left: 0;
}
#header {
width: 100%;
height: 127px;
position: relative;
background: #126c34 url('../images/header_bg.gif') repeat-x;
}
#header h1 {margin: 0; padding: 0;}
#header h1 a {
position: absolute;
	top: 42px;
	left: 200px;
width: 532px;
height: 30px;
background: url('../images/logo-text.gif') no-repeat;
margin: 0;
padding: 0;
}
#header h1 span {margin-left: -9999px;}

ul#navigation {
width: 570px;
position: absolute;
	top: 101px;
	left: 185px;
float: right;
margin: 0;
padding: 0;
list-style: none;
}
ul#navigation li {display: inline;}
ul#navigation li a {
display: block;
float: left;
font: 16px/25px Georgia, "Times New Roman", Times, serif;
text-align: center;
text-decoration: none;
color: #fefefe;
background: transparent;
padding: 0 10px;
margin-left: 5px;
border-left: 1px solid #126c34;
border-right: 1px solid #126c34;
border-top: 1px solid #126c34;
}
ul#navigation li a:hover, ul#navigation li #current {
background-color: #fbfdfb;
color: #0f6a31;
border-left: 1px solid #094720;
border-right: 1px solid #094720;
border-top: 1px solid #094720;
}

#container {
/*width: 760px;*/
width: 580px;
padding-left: 180px;
}

#subdata {
float: right;
width: 195px;
font-size: .8em;
background: #dbf0e3 url('../images/events_bg.gif') repeat-y;
padding-top: 15px;
margin-left: 10px;
}
#subdata h1 {
width: 181px;
height: 35px;
margin: 0 0 0 7px;
padding: 0;
}
#subdata h1#events {background: url('../images/events_heading.gif') no-repeat;}
#subdata h1#members {background: url('../images/members_heading.gif') no-repeat;}
#subdata h1 span {margin-left: -9999px;}
#subdata p {padding-left: 16px; padding-right: 16px; line-height: 1.5;}
#subdata p.last {background:url('../images/events-bottom_bg.gif') no-repeat bottom; padding-bottom: 40px;}

#footer {
clear: both;
font-size: .9em;
text-align: center;
padding-top: 40px;
}