/*
ltr spr green - edf7db
spring green - dbefb6
dkr spr green - bfd596
off black - 1d211f
off purple - 322a3b
ltr orange - e27e30
orange - ce5d22
brown - 834a2c
dusky purple - 814f54
*/

body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 13px;
	background: #edf7db url('/images/vertbg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	color: #1d211f;
	}

#stripe, #wrap, #head, #content, #foot {
	margin: 0px auto !important;
	}

#stripe {
	background: url('/images/bg.gif') repeat-x top;
	}
	
#wrap {
	background: url('/images/masthead.gif') no-repeat top center;
	padding-bottom: 8px;
	}

#head, #wrap, #foot {
	width: 970px !important;
	}

#head {
	padding-top: 70px;
	padding-bottom: 10px;
	}
	
#content {
	margin: 0;
	padding: 0;
	}
	
#foot {
	font-size: 11px;
	padding: 0;
	clear: both;
	margin-top: 24px;
	}

h1, h2 {
	font-family: georgia, "times new roman", serif;
	margin-top: 0;
	}
	
h1 {
	margin-bottom: 0;
	font-size: 42px;
	}
	
h2 {
	font-size: 26px;
	margin-top: 6px;
	font-weight: normal;
	}

/*
#content h2 {
	border-left: 10px solid #edf7db;
	padding-left: 4px;
	}
*/

h3 {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 18px;
	}
	
#head h1, #head h2 {
	text-align: right;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #834a2c;
	}
	
a:visited {
	color: #814f54;
	}

a:hover, a:active {
	background: #fff;
	color: #ce5d22;
	text-decoration: none !important;
	}
	
#nav {
	width: 290px;
	/* float: left; */
	margin: 0 auto !important;
	padding: 80px 24px 24px 0;
	}
	
#nav a {
	display: block;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	padding: 6px 2px;
	color: #834a2c;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}

#nav a:hover, #nav a:active {
	color: #1d211f;
	background: #fff;
	}

#nav #last {
	border: none !important;
	}

b {
	background: #fff;
	color: #ce5d22;
	text-transform: uppercase;
	padding: 0 1px;
	}

#content p {
	margin: 16px;
	margin-top: 0;
	}

#foot p {
	margin: 8px 6px;
	margin-bottom: 0;
	}

#foot #addy {
	margin: 0;
	padding: 2px 6px;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	}
	
small {
	font-size: 11px;
	}
	
ul {
	margin-bottom: 16px;
	}
	
li {
	list-style-type: square;
	line-height: 160%;
	}

#content img {
	background: #fff;
	padding: 1px;
	border: 5px solid #edf7db;
	}
	
.left {
	margin-right: 24px;
	float: left;
	}
	
.right {
	margin-left: 24px;
	float: right;
	}

