/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #393e3a;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 0.75em;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 64em;
}
#outerWrapper #header {
	background-color: #E6EFE1;
	border-bottom: solid 1px #627850;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFF;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 13em;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 12.5em;
	padding: 10px 10px 10px 0px;
	line-height: 1.2em;
	font-size: 1.2em;
}

#outerWrapper #footer {
	background-color: #e6efe1;
	border-top: solid 1px #93b178;
	padding: 10px 10px 10px 10px;
}
h1 {
	color: #5A6F43;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 {
	margin-bottom: 0px;
}
#leftColumn1 h2 {
	margin-bottom: 7px;
	margin-top: 10px;
	font-size: 1.1em;
	color: #5a6f43;
	font-weight: bold;
}
table {
	border: thin solid #030;
	border-collapse: collapse;
}
caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
table img {
	border: thin solid #393e3a;
}
td {
	border: thin solid #030;
	padding-left: 5px;
}
#content table tr td ul  {
	margin-top: 0px;
}
.ad {
	width: 575px;
}
.notice {
	font-weight: bold;
	color: #C30;
	font-size: 1.3em;
}
#content table tr td h3 {
	margin-bottom: 0px;
	
}
.officersMain  {
	padding-right: 5px;
	border-bottom-style: none;
	width: 50%;
}
.officersContact {
	border-top-style: none;
	padding-bottom: 5px;
}
a,  a:link {
  color: #668975;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
	color: #8A9384;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #973F53;
	text-decoration: underline;
}
a:focus {
  color: #c92c17;
}
a:active {
  color: #4b3200;
}
ol {
	margin-top: 5px;
}
#leftColumn1 a img {
	margin-bottom: 10px;
}
.mainContentTopImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 30px;
	border: solid thin #393e3a;
	margin-top: 18px;
}
#content .clearFloat {
	clear: left;
	display: block;
}
.contentHeight {/*set for Netscape on pages where content is not as long as left column. Without this Netscape shows short content area*/
	height: 49em;
}
.clearRight {
	clear: right;
}
.imagefltleft {
	float: left;
	margin-right: 10px;
	border: solid thin #393e3a;
}
.centerText {
	text-align: center;
}
.officerTitle {
	font-style: italic;
	font-weight: bold;
}
.intro {
	margin-top: 25px;
}
.intro:first-letter {
	font-size:2em;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#calendar_mapTitle {
	margin-bottom: 1.1em;
}
.photoCategHead {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #030;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.blankCell {
	background-color: #FFC;
}
.secondEmphTitle {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}
.announceEvent {
	font-size: 1.3em;
	line-height: 1.4em;
}
#targetAssign {
	text-align: center;
}
#boxPrimaryNotice {
	font-size: 1em;
	line-height: 1.2em;
	border: thin solid #3B542A;
	padding: 10px;
	margin-top: 10px;
	clear: right;
	width: 300px;
	text-align: center;
	margin-left: 115px;
}
