/* Ames Stylesheet */
/* Created by Adrian Duyzer */
/* FactorE */

html, body
{
	height: 100%;
}

body {
	background-image: url(images/header_repeat.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* http://alistapart.com/articles/footers */
#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #container {
    height: auto;
	}

#doc {
	width: 790px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#bd {
	text-align: left;
	*margin-top: -6px;
}

#hd {
	font-size: 200%;
	height: 155px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main {
	width: 550px;
	float: left;
}

p {
	margin-top: 1.5em;
	line-height: 140%;	
}

#intro {
	background-image: url(images/intro_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 116px;
	*height: 116px;
	width: 520px;
}

#content {
	color: #594545;
	padding-left: 33px;
	font: 12px/19px "Lucida Sans", Arial, sans-serif;
	padding-top: 20px;
}

#content a {
	color: #a22a1f;
}

#content a:hover {
	color: #697e7f;
}

#content td {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

#content td p {
	margin-top: 0px;
	margin-bottom: 3px;
}

strong {
	font-weight: bold;
}

em {
	text-decoration: italic;
}

ul.meeting {
	margin-left: 0;
	padding-left: .5em;
	list-style-position: outside;
}

ul.meeting li {
	padding-left: .5em;
}

ul.constitution {
	margin-left: 0;
	padding-left: .5em;
	list-style-position: outside;
}

ul.constitution li {
	padding-left: .5em;
	margin-top: 25px;
}

ul.const_sub {
	margin-left: 0;
	padding-left: .5em;
	list-style-position: outside;
}

ul.const_sub li {
	padding-left: .5em;
	margin-top: 10px;
}

#top_of_page {
	float: right;
	margin-top: 10px;
}

#sidebar {
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	width: 220px;
	min-height: 322px;
	*height: 322px;
	float: right;
}

#sidebar ul {
	margin-top: 25px;
}

#sidebar ul li {
	margin-top: 10px;
	padding-left: 25px;
	font-size: 100%;
	background-image: url(images/menudivider.gif);
	background-repeat: no-repeat;
	background-position: 25px 100%;
}

#sidebar a {
	color: #697e7f;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	color: #9cbcbd;
}

#sidebar a.selected {
	color: #a22a1f;
}

#spacer {
	padding: 0;
	margin: 0px;
	height: 100px;
	clear: both;
}

#footer {
	background-image: url(images/footer_repeat.gif);
	background-repeat: repeat-x;
	height: 60px;
	/* clear: both; */
	/* padding: 60px; */
    position: absolute;
    bottom: 0;
	width: 100%;
}

