@charset "UTF-8";
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FDFFEE;
}
a {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
h1 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
h4 {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 870px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #CFCFA6;
	padding-bottom: 5px;
}
#header {
	height: 140px;
	position: relative;
}
/*nav is a div for secondary pages with only one nav bar*/
#nav {
	background-color: #D6E1AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navBar1 {
	letter-spacing: 0.1em;
	text-align: center;
	height: 26px;
	line-height: 24px;
	background-image: url(../images/navBar_tan.jpg);
	background-repeat: repeat-x;
}
#navBar2 {
	letter-spacing: 0.1em;
	text-align: center;
	height: 26px;
	line-height: 24px;
	background-image: url(../images/navBar_dkTan.jpg);
	background-repeat: repeat-x;
	background-color: #B7A47A;
}
/*main is div for secondary pages which contains several boxes */
#main {
	position: relative;
	margin-bottom: 5px;
	width: 870px;
}
/*intro is for secondary pages with an introduction....could be combined with textblurb?*/
#intro {
	text-align: justify;
	vertical-align: top;
	line-height: 18px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 10px;
}
/*contact is div for boards/committee pages*/
#contact {
	width: 700px;
	clear: both;
	margin-bottom: 20px;
	border: thin outset #88AB50;
	margin-left: 25px;
	margin-top: 5px;
	line-height: 18px;
	padding: 5px;
}
#leftSidebar {
	float: left;
	background-color: #CFCFA6;
	position: relative;
	width: 275px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*MAIN CONTENT is box for picture on home page*/
#mainContent {
	float: right;
	width: 550px;
	text-align: left;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 15px;
}
#leftColumn {
	width: 300px;
	float: left;
	margin-right: 5px;
	margin-left: 20px;
	background-color: #E5E6D7;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftColumn table#events            {
	border: thin solid #B9B994;
	border-collapse: collapse;
	background-color: #D9D9AE;
}
#leftColumn #events td {
	padding: 5px;
	border: thin solid #B9B994;
}
#rightColumn {
	width: 500px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #D9D9AE;
	border: medium ridge #88AB50;
}
#rightColumn    p {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 250px;
}
#rightColumn2 {
	width: 235px;
	margin-top: 60px;
	margin-bottom: 150px;
	float: left;
	text-align: left;
	border: 0;
	background-color: #E5E6D7;
}

#rightColumn2 table#info {
	border: thin solid #B9B994;
	margin: 5px;
	background-color: #D9D9AE;
}
#rightColumn2 #info td {
	padding: 3px;
}

#footer {
	text-align: center;
	padding: 8px;
	line-height: 1.4em;
}

