@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../images/main_bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-color: #E0D9CF;
}
#container  {
	width: 830px;
	text-align: left;
	margin: auto;
}
#header  {
	height: 90px;
	background-image: url(../images/header_2.jpg);
	width: 830px;
	float: left;
}
#header #address {
	float: left;
	font-size: 70%;
	color: #FFFFFF;
	width: 300px;
	padding-left: 20px;
	margin-top: 70px;
}
#header #contactHeader {
	float: right;
	font-size: 70%;
	color: #FFFFFF;
	width: 350px;
	margin-top: 70px;
}
#header #contactHeader a {
	color: #FFFFFF;
	text-decoration: underline;
}


#mainContent  {
	float: left;
	padding: 0;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
}
#mainContent #navBar {
	float: left;
	width: 830px;
	height: 265px;
	background-image: url(../images/nav_bg.jpg);
}
#navBar  #topNav {
	margin-top: 30px;
	width: 240px;
	float: left;
	padding-left: 33px;
	line-height: 30px;
	margin-right: 10px;
}
#navBar #topNav a {
	color: #C1B4A2;
	text-decoration: none;
}
#navBar #topNav a:hover {
	color: #FFFFFF;
	background-color: #6A0002;
}

#navBar #flashIntro {
	float: left;
	margin-top: 9px;
	padding-left: 1px;
}


#mainContent #sideBar {
	width: 240px;
	padding-right: 20px;
	margin-top: 20px;
	line-height: 30px;
	font-size: 90%;
	float: left;
	padding-left: 20px;
	margin-bottom: 40px;
}
#sideBar #newsLetter {
	width: 260px;
	margin-top: 40px;
}
#mainContent #sideBar a {
	color: #FFFFFF;
}
#mainContent #sideBar a:hover {
	color: #978265;
}

#mainContent #mainText {
	float: left;
	width: 535px;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #231E1A;
}
#mainText #mainCopy {
	font-size: 80%;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	float: left;
	width: 490px;
}
#mainText #mainCopy a {
	color: #978265;
}

#mainText #letterPres {
	padding-left: 10px;
}
#mainText #mainCopy ul {
	line-height: 40px;
}
#mainCopy #bylaw {
	border: 1px solid #231F18;
}
#mainCopy #incrp {
	border: 1px solid #231F18;
	margin-left: 20px;
}
#mainCopy #memApp {
	border: 1px solid #231F18;
}
#mainCopy #up {
	float: right;
}



.current {
	color: #FFFFFF;
	background-color: #6A0002;
}
.current2 {
	color: #FF0000;
}
#footer  {
	width: 830px;
	float: left;
	background-image: url(../images/foot_bg.gif);
	height: 44px;
}
#footer #disclaimer {
	font-size: xx-small;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-bottom: 5px;
}
#container #copy {
	float: left;
	width: 790px;
	font-size: 9px;
	text-align: center;
	color: #231E1A;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#container #copy a {
	color: #660000;
}

.style1 {
	font-size: 150%;
	font-weight: bold;
	color: #231F18;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

