@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0;}
body {
	font-size: 100.01%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F2E4B5;
	background-image: url(images/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
#container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 0.9em;
	position: relative;
}
#header  {
	background-color: #F2E4B5;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #751A19;
}

#nav {
background-color: #781F1B;
margin: 0 0 5px 0;
padding: 6px 0 6px 2px;
font: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: center;
}

#nav a, #nav_top a:link, #nav_top a:visited {
border: 1px solid #781F1B;
padding: .1em 1.8em .1em 1.8em;
color: #fff;
font-weight: bold;
text-decoration: none;
}

#nav a:hover {
	border: 1px solid #FFCC66;
	text-decoration: none;
	color: #FC0;
}

#nav li
{
padding: 0 1px 0 0;
display: inline;
font-size: 0.9em;
}

#nav #active a {
	background-color: #EDDFB0;
	color: #000;
}

#content  {
	background: #FFFFFF;
	padding: 1.8em;
}
#footer  {
	background-color: #F2E4B5;
}

#apDiv_index, #apDiv_join, #apDiv_events, #apDiv_directory, #apDiv_contact {
	position:absolute;
	left:0px;
	top:726px;
	width:780px;
	height:20px;
	z-index:1;
	font-weight: bold;
	font-size: .7em;
	text-align: center;
}
h3 {
	text-decoration: underline;
	color: #000;
	padding-bottom: .8em;
	letter-spacing: 0.1em;
}
h4 {
	color: #781F1B;
	padding-bottom: .8em;
	letter-spacing: 0.1em;
	font-style: italic;
}

h4.index {
	text-align: center;
	font-size: 1.2em;
}
ul.content {
	list-style-type: circle;
	padding-left: 2em;
}
.image_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
table #events  {
	margin: 0.2em;
	margin-left: -0.1em;
	border-collapse: collapse;
}

.table_header_event {
	background-color: #D6B843;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.table_odd {
	background-color: #FDFBF4;
	vertical-align: top;
}

.table_even {
	background-color: #F9F0D5;
	vertical-align: top;
}
.sig {
	font-size: .7em;
}
.center {
	text-align: center;
}


table #board
{
	width: 500px;
	vertical-align: top;
	
}
tr #board
{
	width: 275px;
}
.table_header_board {
	background-color: #D6B843;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
}