body {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	font-size:1em;
}
input, textarea {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}
body,form,h1,h2,h3 {
	padding:0;
	margin:0;
}
hr {
	border: none 0; 
	border-top: 1px dashed #888;
	height: 1px;
	margin-bottom:1em;
} 
small {
	font-size:0.9em;
}
#container {
}
#header {
	background-image:url(/images/fern2.jpg);
	background-repeat:no-repeat;
	height:100px;
}
#headerContent {
	margin-left:16.5em;
	padding-top:1em;
}
#headerContent span {
	color:#708418;
	font-size:1.5em;
}
#headerContent h1 {
	color:#708418;
	font-size:1.8em;
}
#primary {
	background-color:#000000;
	color:#FFFFFF;
}
#secondary {
	background-color:#4e4e4e;
	color:#FFFFFF;
	background-image:url(/images/secondarybg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#main {
	background-color:#fff;
	color:#000;
}
div.panel {
	clear:both;
	padding:1em;
}
div.panel a {
	color:#8ea530;
}
div.panel p {
	padding:0;
	margin:0;
	margin-bottom:1em;
}
div.panel h2 {
	color:#708418;
	float:left;
	width:8.5em;
	text-align:right;
}
div.panel span.panelInfo {
	margin-left:15em;
	padding:0.3em;
	line-height:1.5em;
	width:33em; /* adding this seems to fix the odd floating "Send" button in the contact form. */
	/* text-align:justify; */
	display:block;
}
div.panel li {
	margin-bottom:1em;
}
#contactForm {
	background-color:#e0e0e0;
	width:30em;
	padding:1em 2em;
}
#contactForm label {
	display:block;
}
#name, #email {
	width:30em;	
}
#message {
	width: 30em;
	height: 10em;
}
#contactMessage {
	color:#880000;
	background-color:#f0f0f0;
	padding:1em;
}

.highlight {
	background-color:yellow;
}