@charset "utf-8";

a:link {color: #18453b; }
a:visited {color: #539753; }
a:hover {color: #695c36; }
a:active {color: #18453b; }

#header{
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #18453b;
	margin: 0;
	width: 100%;
	}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: .82em Arial, Helvetica, sans-serif;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #695c36;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	background-color: #d0d9bc;
	width: 100%;
}




#container {
	width: 100%;
	}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #18453b;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

	
td {
	vertical-align: top;
}

form { 
   margin: 0px; 
   padding: 5px; 
} 

#crumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.lihome {
	list-style-position: inside;
	list-style-type: disc;
	
}

img {
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
}
sup {
	font-size: .75em;
}
.footnote {
	font-size: .75em;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
td.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.lisecond {
	font-size: 90%;
	}

.plinks {
	line-height: 70%;
}

.spacer {
	margin-bottom: 1em;
}

