@charset "utf-8";
p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li {
	margin: 0;
	padding: 0;
}
body         { background-color: #ffffcc; }
#container {
	width: 730px;
	margin-right: auto;
	margin-left: 0;
	background-color: #ffffcc; /* #FDFCC0 cream */
	margin-top: 0px;
	background-image: url(images/bgd_green.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainContent	{
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #333399;
	padding: 0 10px 0 10px;
	width: 550px;
	float: right;
}
#mainContent p	{
	font-size: 0.8em;
	padding: 5px 0 5px 0;	
	font-style: normal;
}

h1           {
	font-family: Verdana;
	font-size: 1.6em;
	color: #333399;
	font-weight: bold;
	text-align: center;
}
h2  {
	color: #333399;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
h3  {
	color: #333399;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000080;
	font-weight: bold;
	padding-top: 10px;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}

#mainContent a:link       { color: #0000FF; } /* #0000FF */

#mainContent a:hover      { color: #FF0000; } /* FF0000 red */

/* next is styling for link to Top of Page in mainContent */
.topLink {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #005900; 
	border-top:  .25em #006600 solid; 
	border-right: .25em #009900 solid; 
	border-bottom: .25em #003300 solid; 
	border-left: .25em #004C00 solid; 
}

#mainContent a:link.topLink, #mainContent a:visited.topLink {
	text-decoration: none;
	color: #ffffcc; /* background cream */
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 0em;
	padding-right: 0.45em;
	padding-bottom: 0em;
	padding-left: 0.45em;
}

#mainContent a:hover.topLink  {
	color: #00FF00; /* light green */	
	text-decoration: none;
	border-top:  .25em #004C00 solid;
	border-right: .25em #003300 solid;
	border-bottom: .25em #009900 solid;
	border-left: .25em #006600 solid;
}
/* end of Top of Page link styling */

#sideBar1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #ffffcc; /* #FDFCC0 cream */
	text-align: center;
	width: 150px;
	background-color: #060; /* #006600 dark green */
	vertical-align: top;
	float: left;
}

#sideBar1 a:link	{
	text-decoration: none;
	color: #0C0; /* #00CC33 light green */
	/* font-size: .7em; */
	font-weight: bold;
}

#sideBar1 a:hover	{
	color: #ffffcc;	
}
#sideBar1 a:focus {
	outline: none;
}
.sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 10px;
	padding: 10px;
	float: right;
	width: 150px;
	border: 2px solid #060; /* green */
}

.sidebar2 h2 {
	color: red;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
}

.sidebar2 h3 {
	color: #ffffcc;
	background-color: #005900;
	padding: 3px 0 3px 5px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	
}
.sidebar2 p {
	padding-top: 0;
	color: #000;
	font-weight: 100;
	text-align: left;
	font-style: italic;
}

#navi p {
	font-family: Verdana, Geneva, sans-serif;
	/* font-size: 1.3em; */
	text-align: center;
	padding: 10px 0 10px 0;
}

#navi a:link {
	text-decoration: none;
	color: #0C0; /* #00CC00 light green */
	font-size: 1.2em;
	font-weight: bold;
}

#navi a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #0F0; /* #00FF00 lighter green */
	text-decoration: none;
}

#navi a:hover {
	text-decoration: none;
	color: #ffffcc;
}
	
hr {
	margin: 10px 0 10px 0;
	border: 0;
	padding: 1px 0 1px 0; /* padding required to get hr to show in safari */
	background-color: #060; /* for Firefox */
	color: #060; /* for IE */
}
p.footer a      { color: #0000FF; text-align: center; font-family: Verdana; font-size: 8pt; text-decoration: none; }
p.footer a:hover     { color: #FF0000; text-align: center; font-family: Verdana; font-size: 8pt; text-decoration: none; }

.homeNav {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: #005900; 
	border-top:  .25em #006600 solid; 
	border-right: .25em #009900 solid; 
	border-bottom: .25em #003300 solid; 
	border-left: .25em #004C00 solid; 
}
.homeNav a:link, .homeNav a:visited {
	display: block;
	text-decoration: none;
	color: #ffffcc; /* background cream */
	font-size: .7em;
	font-weight: bold;
	padding-top: 0;
	padding-right: .45em;
	padding-bottom: 0;
	padding-left: .45em;
	
}
.homeNav a:hover {
	color: #00FF00; /* 0FF */	
}
.homeNav:hover {
	color: #0FF; /* 0FF */
	text-decoration: none;
	border-top:  .25em #004C00 solid;
	border-right: .25em #003300 solid;
	border-bottom: .25em #009900 solid;
	border-left: .25em #006600 solid;
}

.topNav {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #006600; 
	border-top:  .25em #007900 solid; 
	border-right: .25em #009900 solid; 
	border-bottom: .25em #004000 solid; 
	border-left: .25em #004C00 solid; 
}

.topNav a:link, .topNav a:visited {
	display: block;
	text-decoration: none;
	color: #ffffcc; /* background cream */
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 0em;
	padding-right: 0.45em;
	padding-bottom: 0em;
	padding-left: 0.45em;
}

.topNav a:hover {
	color: #00FF00; /* light green */	
} 
.topNav:hover {
	color: #0FF; /* 0FF */
	text-decoration: none;
	border-top:  .25em #004C00 solid;
	border-right: .25em #003300 solid;
	border-bottom: .25em #009900 solid;
	border-left: .25em #008000 solid;
}
/*
.listNav	{
	font-family: Verdana, Geneva, sans-serif;
	padding: 0em 0 0em 0;
}

.listNav ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}


.listNav li {
	display: inline;
}
.listNav a {
	text-decoration: none;
	color: #333399; /* Hawridge blue */
/*	font-size: .65em;
	font-weight: bold;
	padding-top: .0em;
	padding-right: .45em;
	padding-bottom: .0em;
	padding-left: .45em;
}

.listNav a:link, .listNav a:visited {
  margin-right: 0.2em;
  padding: 0.2em 0.6em 0.2em 0.6em;
  color: #339;
  background-color: #09F;
  text-decoration: none;
  border-top: .25em solid #0CF;
  border-right: .25em solid #0FF;
  border-bottom: .25em solid #03F;
  border-left: .25em solid #06F;
}

* html .listNav a {
  width: 100%;
}

.listNav a:hover {
  border-top: .25em solid #06F;
  border-right: .25em solid #03F;
  border-bottom: .25em solid #0CF;
  border-left: .25em solid #0FF;
}
*/
.heritageCover	{
	margin-top: 10px;
	margin-right: 10px;
	border: none;
	float: left;
	width: 200px;
	height: 294px;
}
.adobeIcon	{
	margin: 10px 20px 10px 20px;
	border: none;
	float: right;
	width: 112px;
	height: 33px;
}
.stories {
	width: 100%;
	border: none;
	margin-top: 20px;
}
.agm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	width: 80%;
	margin-top: 20px;
}
.agm td {
	padding: 5px 0 5px 20px;
}
.contacts {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	width: 90%;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}
.committee {
	font-family: Verdana, Geneva, sans-serif;
	width: 80%;
	border: 0;
	margin: 10px 0 20px 35px;
	font-size: 0.8em
}
.subscription {
	width: 80%;
	margin: 0px 0 20px 30px;
	border: none;
	padding: 0 0 0 20px;
	
}
.subscription li	{
	font-size: 0.8em;
}
.letters {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	border: 0;
	margin-top: 20px;
	width: 80%;
}
.letters td	{
padding: 5px 0 5px 15px;
}


.stories td {
	text-align: center;
	width: 25%;
	font-size: 0.8em;
	border: 0;
}
.stories td a:link	{
	text-decoration: none;
}
.stories td a:visited	{
	text-decoration: none;
}

ol {
  list-style-type: decimal;
  margin-left:30px;
  text-align:justify;
  font-size: .8em;
}
ol ol {
	list-style-type: lower-alpha;
	margin-left: 40px;
	font-size: 1em;
}
ol ol ol {
	list-style-type: lower-roman;
	font-size: 1em;
}
li {
	padding-top: 5px;	
}
.w350 {
	width: 350px;	
}
.w420 {
	width: 420px;	
}
.indent40	{
	margin-left: 40px;
	width: 400px;
}
img	{
	border: none;
}
.fltleft {
	padding: 10px 10px 10px 0;
	float: left;
}
.fltclear {
	clear: both;
}
.fltright {
	padding: 10px;
	float: right;
}

.gallery {
	padding: 10px;
}
.padleft {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.padright {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.center {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 80%;
}
.borderbrn {
	border: 1px solid #B25309;
}
#tablewp	{
	border: solid #060 2px;
	border-collapse: collapse;
	
	
	
}
#tablewp td	{
	border: solid #060 2px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}


.leftalign {
	text-align: left;
	float: left;
}



