body { 
	font-family: "Georgia", "Times New Roman", serif; 
	font-size: 1em; 
	margin: 0; 
	background: url(../images/bg_dirt.jpg) top left;
}
hr { 
	display: none;
} 
a {
	color: #1D8DDB;
}
a:hover { 
	color: #F59926;
}

a.external {
	padding-right: 14px;
	background: url(../images/external.gif) right 50% no-repeat;
}

#header {
	height: 177px;
	background: top center #1D8DDB url(../images/header_bg.jpg) repeat-x;
	text-align: center;
}
#header img {
	margin-left: -500px;
}
#navbar {
	margin: 0px auto 0 auto;
	width: 876px;
	background: url(../images/nav_bg.jpg) bottom left repeat-x;
	text-align: center;
}
#navtable {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.navlink a {
	color: white;
	text-transform: lowercase;
	white-space: nowrap;
	letter-spacing: -1px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	_font-style: normal;
	text-decoration: none;
	padding: 5px 10px;
	text-shadow:#000 1px 1px 2px;
}
.navlink a:hover {
	color: #E5BA54;
}
#content {
	margin: 0 auto 0 auto; 
	width: 820px; 
	padding: 28px 44px 28px 44px; 
	background: url(../images/content_bkg.png) 50% top repeat-y; 
	_background-image: url(../images/content_bkg.gif);
}
#footer { 
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #E5BA54;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
#right-sidebar {
	float:right;
	overflow:hidden;
	width:210px;
	z-index:0;
}
.sidebarNav {
	background-color:#3f2c18;
	margin-bottom:10px;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.sidebarNav h4 { 
	color:white; 
	margin:0; 
	padding:0;
	letter-spacing:-1px;
}
.sidebarNav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebarNav a {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #E5BA54;
	display: block;
	width: 180px;
	padding: 3px 4px;
}
.sidebarNav a:hover {
	color: #E5BA54;
	background-color: #2f1c08;
}
#left-mainbar { 
	width: 580px; 
}
#mainbarNav { 
	margin-top: 0px;
}

#left-mainbar h1 { 
	margin-top: 0;
	border-bottom: 1px solid #E5BA54;
	color: #755947;
	white-space: nowrap;
	letter-spacing: -2px;
}
#left-mainbar h2 { 
	color: #E5BA54;
}
.events {
	list-style: none;
	padding: 0;
}
.event {
	display:block;
	border-top: 1px dashed #E5BA54;
	color: #755947;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	background: transparent url(../images/arrow_brown.gif) 10px 15px no-repeat;
}
.event:hover {
	color: #755947;
	background-color:#F6F3E8;/* #DCD2AB;*/
}
.listheader {
	color: #1D8DDB;
	font-size: 13pt;
	font-weight: bold;
}
#volunteers {
	color:#755947;
	font-size:11pt;
	margin:0 auto;
	clear:both;
	width:100%;
}
#volunteers th {
	color:#1D8DDB;
}
#volunteers th,
#volunteers td {
	padding:6px 20px;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#E5BA54;
}
#volunteers tr.firstrow td {
	padding:16px 20px;
	font-size:14pt;
	color:black;
}

