html {
	background: #e9e9e9;
}

body {
	margin: auto;
	padding: 0;
	color: #7c7c7c;
	background: #E9E9E9 ;
	font: normal normal normal 0.7em/15px Helvetica, Arial, Verdana, sans-serif;
}

#indexHeader {
	height: 400px;
	background: url(images/footbridge.jpg) no-repeat;
}

#indexHeader h1 {
	padding-top: 84px;
	font-size: 2.2em;
	letter-spacing: -.1px;
	text-align: left;
	padding-right: 131px;
	padding-left: 87px;
}

#membersHeader {
	height: 400px;
	background: url(images/forestpath.jpg) no-repeat;
}

#membersHeader h1 {
	padding-top: 84px;
	font-size: 2.2em;
	letter-spacing: -.1px;
	text-align: left;
	padding-right: 131px;
	padding-left: 87px;
}

#resourcesHeader {
	height: 400px;
	background: url(images/stones.jpg) no-repeat;
}

#resourcesHeader h1 {
	padding-top: 84px;
	font-size: 2.2em;
	letter-spacing: -.1px;
	text-align: left;
	padding-right: 131px;
	padding-left: 87px;
}

#meetingsHeader {
	height: 400px;
	background: url(images/stonebridge.jpg) no-repeat;
}

#meetingsHeader h1 {
	padding-top: 84px;
	font-size: 2.2em;
	letter-spacing: -.1px;
	text-align: left;
	padding-right: 131px;
	padding-left: 87px;
}

#container {
	padding: 0 0 0px;
	width: 780px;
	border: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	background: url(images/line.jpg) repeat-y;
	height: auto;
}

#content{
	left: 104px;
	color: #666666;
	width: 390px;
	float: left;
	text-align: left;
	border-right: 2px dotted #949494;
	margin-bottom: 27px;
	margin-top: 0;
	padding-right: 38px;
	padding-left: 85px;
}

#content h1 {
	width: 340px;
	height: 23px;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 11px;
	margin-top: 0;
}

#content h2 {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 1px;
	line-height: 19px;
	padding-bottom: 6px;
	font-size: 1.6em;
	background-color: #e9e9e9;
	padding-top: 5px;
	padding-left: 6px;
}

#content h3 {
	margin-top: 12px;
	margin-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 4px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

#content p {
	margin-bottom: 0;
	line-height: 26px;
	margin-top: 1px;
	font-size: 1.1em;
}

#content a {
	color: #7b92a2;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #A3B6BC;
}

#content p.member {
	line-height: 19px;
}

#content p.article {
	line-height: 18px;
}

#content p.author {
	color: #666;
	font-variant: normal;
	line-height: 15px;
	font-size: 1.2em;
}

#content a.article {
	color: #5877c4;
	text-decoration: underline;
	font-size: 1em;
	line-height: 25px;
}

#content a.article:hover {
	color: #A3B6BC;
}

#content ul {
	line-height: 18px;
	font-size: 1.1em;
	list-style-position: inside;
	list-style-type: square;
}

#content table p {
	font-size: 1em;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
	
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0;
	margin-left: 0;
}

#content table a {
	text-decoration: underline;
	color: #7c7c7c;
	font-size: 1em;
}

#content table a:hover {
	color: #A3B6BC;
}

#content table p.head {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 6px;
}

#content table p.year{
	font-weight: bold;
	margin-top: 3px;
	font-size: 1.1em;
	border-bottom-style: none;
	padding-top: 11px;
}

#Nav{
	right:auto;
	width: 196px;
	float: none;
	background-repeat: repeat-y;
	border-left: 2px none #949494;
	margin-left: 558px;
	position: relative;
	top: -14px;
}

#Nav ul {
	text-align: left;
	list-style: none;
	font-size: 1.1em;
	line-height: 27px;
	padding: 0;
	margin-top: 0;
}

#Nav ul li a {
	padding: 3px 0;
	text-decoration: none;
	color: #7c7c7c;
	border-bottom: 1px dotted #7c7c7c;
}

#Nav ul li a:hover {
	color: #A3B6BC;
}

#Nav ul li a.active {
	color: #7c7c7c;
	font-weight: bold;
}

#archives {
	margin-top: 25px;
}

#archives h2 {
	font-size: 15px;
	color: #657fa0;
	margin-bottom: 7px;
	text-align: left;
	margin-left: 0;
}

#archives ul {
	margin-top: 0;
	padding-top: 0;
}

#footer {
	clear: both;
	text-align: center;
	height: 36px;
	background: url(images/footer.jpg) no-repeat;
}

#footer p {
	padding-top: 33px;
	clear: both;
}

