body { font-family: Myriad, "Myriad Pro", "Trebuchet MS", Verdana, Helvetica,  sans-serif;
	background: #87c0a0 url(images/outer_bg.png) repeat-y center top;
	font-size: small;
	color: #333133;
	margin: 0;
	padding: 0;
	}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #7d2218;
	}
h3 {
	color: #595441;
	font-style: italic;
	}
#wrapper {
	width: 782px;
	margin: 0 auto;
	/* background: url(bg.gif) repeat-y; */
	}
#header {
	height: 112px;
	background: rgb(128,158,173);
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-size: 190%;
	color: #333;
	}
#nav {
	height: 15px;
	margin: 0;
	padding: 10px;
	font-size: 1em;
	color: #cc9;
	text-align: center;
	background: #3858b4 url(message_bg.gif) center repeat-y; 
	/* background-color: #3352AD; */
	}
#nav ul {
	display: inline;
	}
#nav ul li {
	list-style: none;
	display: inline;
	}
#nav ul li a {
	color: #cc9;
	text-decoration: none;
	padding: 0 11px; 
	}
#nav ul li a:hover {
	color: #f2b300;
	text-decoration: none;
	}
#content {
	float: right;
	width: 560px;
	margin: 0;
	padding: 0;
	}
#feature {
	width: 520px;
	}
#feature h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #7d2218;
	}
#feature h3 {
	color: #595441;
	font-style: italic;
	}
#feature p {
	line-height: 1.3em;
	}
#feature img {
	float: left;
	padding-left: 0;
	padding-bottom: 8px;
	}
#feature dl dd {
	margin-left: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: .9em;
	}

#subfeature {
	width: 490px;
	}
#subfeature dl dd {
	margin-left: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: .9em;
	}
#donate {
	width: 490px;
	clear: both;
	}
#content .gutter {
	padding: 4px;
	padding-right: 15px;
	padding-bottom: 25px;
	}
#content h1 { color: #173695; }
#sidebar {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
	min-height: 700px;
	background-color: #fff;
	}
#sidebar .gutter {
	padding: 9px;
	}
#sidebar h2 { 
	color: #666;
	}
#upcoming {
	}
#upcoming h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #7d2218;
	}
#upcoming h3 {
	color: #595441;
	font-style: italic;
	}
#upcoming dl dd {
	margin-left: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: .9em;
	}
#fundraising {

	}
#fundraising h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #7d2218;
	}
#fundraising h3 {
	color: #595441;
	font-style: italic;
	}
#footer {
	height: 40px;
	clear: both;
	text-align: center;
	/* background-color: #606060; */
	background: #333 url(images/footer_bg.gif) top center; 
	margin: 0;
	padding: 4px;
	}
#footer a {
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
#footer a:hover {
	color: #f2b300;
	}
table.events { 
	border-collapse: collapse;
}
table.events tr {
	vertical-align: top;
}
table.events td {
	border: 1px solid #333;
	padding: 6px;
}
table.events tr:nth-child(odd) {
	background-color: #eee;
}
a:link { color: #1a3ca0; text-decoration: none; }
a:hover { color: #0097e2; text-decoration: none; }
th { text-align: left; }
table.info { border-collapse: collapse; }
table.info td, table.info th { padding: 1.2em;  border: 1px solid #eee; }

div.director { border: 2px solid #CCC; padding: 1.5em; 
	border-radius: 6px; 
	background-color: #E5F1F3;
	margin-bottom: 8px;
}
div.director p.pic { 
	float: left;
	padding-right: .5em;
	padding-bottom: .5em;
}
ol.purchasing li { margin-bottom: 8px; }