
body {
	background-color: #888;
	color: #000;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 75%;
	line-height: 1.2;
}
h1, h2, h3, h4 {
	font-family: Garamond, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
tt {
	font-family: "Courier New", mono;
	font-size: 90%;
}

#container {
	background-color: #fff;
	width: 50em;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#container p {
	color: #444;
}
#container li {
	color: #444;
}

div.item_default {
	margin-bottom: 2em;
}

#left {
	float: left;
	width: 11em;
	background: #fff url(/images/greenpaint.png) top right no-repeat;
	height: 464px;
}

#center {
	margin-left: 11.5em;
	padding: 1em;
}
h2 a, h3 a, h4 a {
	color: inherit;
	border-color: #000;
}

.caps {
}

form {
	margin: 0;
	padding: 0;
}

/* head */
#head {
	background: #b8cc2a url(/images/sidebar_bg_top.png) top repeat-x;
	line-height: 1.9;
	vertical-align: bottom;
	height: 2em;
}
ul#navtree {
	text-align: center;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}
ul#navtree li {
	position: relative;
}
ul#navtree li {
	list-style: none;
	display: inline;
}
ul#navtree li a {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	background-color: #9EAF24;
	color: #fff;
	border-style: none;
}
ul#navtree li a:hover {
	background-color: #fff;
	color: #6d6914;
}
ul#navtree li ul li a {
	display: block;
	margin: inherit;
	padding: inherit;
	background: #9EAF24;
}
ul#navtree li ul {
	display: none;
	position: absolute;
	top: 1.4em;
	left: 1em;
	z-index: 100;
	padding: 0.3em 0.5em 0.5em 0.5em;
	background-color: #9EAF24;
	line-height: 1.2;
	font-size: 0.9em;
	text-transform: lowercase;
	text-align: left;
}
ul#navtree li ul li {
	position: static;
	display: block;
}
ul#navtree li:hover > ul {
	display: block;
}

div.newsitem h4 {
	margin-bottom: 0;
}
div.newsitem p {
	margin-top: 0.3em;
}

/* sidebar */
div.sidebar {
	/*background: #b8cc2a url(/images/sidebar_bg_top.png) top repeat-x;*/
	font-size: 0.9em;
	text-align: right;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
div.sidebar h3 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 0.3em;
	color: #6d6914;
	margin: 0;
}
div.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidebar a {
	color: #6d6914;
	padding: 0 0.25em;
}

/* comments */
div.commenttext {
	margin: 0.5em 0 0.5em 1em;
}
.odd {
	background: #F2F5D7;
}

/* links */
a {
	color: #9EAF24;
	text-decoration: none;
	border-bottom: 1px none #9EAF24;
}
#center a {
	border-style: none;
	background: transparent url(/images/greenpaint-tiny.png) bottom left no-repeat;
}
a:visited {
	border-bottom-style: dashed;
}
a:hover, div.sidebar a:hover, #center a:hover {
	background: #9EAF24;
	color: #fff;
	border: none;
}

/* floats */
.clear {
	clear: both;
}
.infofloat {
	float: right;
	margin: 0.2em;
	margin-bottom: 0.6em;
	padding: 0.5em;
	background: #F2F5D7;
}
.infofloat h3 {
	margin: 0;
	margin-bottom: 0.1em;
	font-size: 1.1em;
}
.infofloat p {
	margin: 0;
	font-size: 0.9em;
}

@media print {
	#searchform, #head {
		display: none;
	}
}


