body {
	font-family: Georgia, serif;
	text-align: center;
	font-size: 76%;
	margin: 0; padding: 0;
}

:link, :visited {
	color: #039;
}

hr { border: none; border-top: 1px dotted #296E22; margin: 1em 0; }

#content {
	width: 660px;
	position: relative; /* creates a containing block */
	text-align: left;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.4em;
}

#biglogo {
	background: url("/images/tree-and-fruit.png") no-repeat;
	/*height: 306px;
	width: 216px;*/
	height: 335px;
	width: 243px;
	margin-bottom: 0.5em;
}

#biglogo span { display: none; }

#frontpage-leftcol {
	float: left;
	margin-bottom: 0.5em;
	margin-top: 20px;
	width: 243px;
	font-size: 0.9em;
}

#frontpage-rightcol {
	float: right;
	padding-top: 1em;
	width: 390px;
}

#footer {
	font-size: 85%;
	padding: 0.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #296E22;
	color: white;
	clear: both;
	margin-top: 4em;
}

#quicknav {
	text-transform: lowercase;
	/* brown: background-color: #39240D; */
	background-color: #296E22;
	color: #3A9D31;
	font-size: 1.0em;
	padding-left: 8px;
	padding-right: 12px;
	white-space: nowrap;
	text-align: left;
	position: relative; /* creates a containing block */
	height: 52px;
}
#quicknav #logo {
	border: none;
	position: absolute;
	bottom: 4px;
	left: 12px;
}
#quicknav ul {
	list-style-type: none;
	display: inline;
	position: absolute;
	right: 12px;
	bottom: 0;
}
#quicknav li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	/* this would be so much easier if IE supported 
	 * Adjacent sibling selectors (li+li) */
	border-left: 2px solid #3A9D31;
	margin-left: 8px;
	padding-left: 8px;
}
#quicknav ul:first-child, #quicknav li.first {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border: none;
}
#quicknav a, #footer a {
	color: #F7A71B;
	font-weight: bold;
	text-decoration: none;
}
#quicknav a:hover, #footer a:hover {
	text-decoration: underline;
}

#sidebar {
	margin-top: 20px; background-color: #eee; 
	padding: 0.5em 1em 0.5em 2em;
	text-indent: -1em;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul {
	padding-left: 18px;
}

#sidebar>ul {
	padding-left: 0;
}
h1,h2,h3 {
	font-weight: normal;
	_xcolor: #296E22;
	color: #3A9D31;
}
strong { 
	_xcolor: #296E22;
	color: #3A9D31;
}
h1 { 
	font-size: 3em; line-height: 1.0em; letter-spacing: -2px; 
}
h2 { 
	font-size: 2.25em; line-height: 1.0em; letter-spacing: -1px; 
	margin-bottom: 0.5em;
}
h3 { 
	font-weight: bold;
	font-size: 1.1em; line-height: 1.0em; letter-spacing: 1px;
	text-transform: uppercase; 
}

.headline {
	padding-top: 1em;
}

.orange-text { color: #F7A71B; }
.green-text { color: #3A9D31; }

.xmlbutton {
	background-color: #F7A71B; 
	border: 1px outset; 
	font-weight: bold; color: white;
	font-size: 90%; 
	padding: 0 0.35em; 
	text-decoration: none;
	font-family: sans-serif;
	letter-spacing: 0;
}
.xmlbutton:active {
	border: 1px inset;
}

