@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url(images/gradient2.png) repeat-y center top #832203;
}

h2 {
	color: #832203;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
	letter-spacing: .1em;
	
}
h3 {
	color: #832203;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	
	font-variant: small-caps;
	
	
}

p {
	color: #585858;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align: justify;
}
p.chairman {
	text-indent: 25px;
	font-size: 13px;
	padding: 0;
	margin: 0;
	padding-bottom: 6px;
}

img {
	border: none;
}

p.quote {
}

a {
	text-decoration: none;
	color: #585858;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width:770px;
	height: 238px;
	margin: 0;
	padding: 0;
}

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#nav {
	float: right;
	width: 470px;
	height: 35px;
	margin-top: 180px;
	margin-bottom: 20px;
}
#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	padding-right: 15px;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	font-variant: small-caps;
	
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
}

a.currentPage {
	border-bottom: medium;
	border-bottom-color: #fff;
	border-bottom-style: solid;

}



#contentTop {
	background: url(images/topRound.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 50px;
	
}

#content{
	background: url(images/contentRepeat.jpg) repeat-y;
	margin: 0;
	padding: 0; 
	height: 470px;
	width: 770px;
}

#content.about {
	height: 1800px;
}

#content.join {
	height: 1100px;
}

#content.resources {
	height: 1000px;
}

#contentBottom {
	background: url(images/bottomRound.jpg) no-repeat;
	margin: 0;
	padding: 0; 
	height: 50px;
}

#featuredArticle {
	width: 450px;
	float: left;
	padding-left: 70px;
	padding-right: 15px;
}

#sidePane {
	float: left;
	height: 395px;
	width 120px;
	background: url(images/divBar.gif) no-repeat;
}

#sidePane div {
	margin-left: 30px;
	
}

#footer {
	width: 770px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/footer.jpg) repeat-y;
}

#footer ul {
	margin-left: 20px;
}
#footer ul, #footer li {
	clear: inherit;
	display: inline;
	color: #ffffff;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	
}

#footer li {
	margin-right: 10px;
}

#footer a {
	color: #ffffff;
}
#footer p{
	color: #ffffff;
	margin-left: 60px
}