body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 1.3em;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Trebuchet, "DejaVu Sans", Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	color: #008500;
}

h2 {
	font-size: large;
	color: #679B00;
}

h3 {
	font-size: larger;
	color: #006363;
}

a:link, a:visited {
	color: #1D7373;
	border-bottom: 1px dashed #1D7373;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #009999 !important;
	border-bottom: 1px solid #009999;
}

a.noborder {
	border: none !important;
	border-bottom: none !important;
}

pre {
	border: 1px dashed gray;
	padding: 0.5em;
	
}

img {
	border: none;
}

#wrapper {
	width: 800px;
	margin: 1em auto 1em auto;
}

#header {
	width: 100%;
	height: 5em;
	margin: 2em 0 1em 0;
}

#header .leftings {
	float: left;
	margin-left: 1.5em;
}

#header .headertext {
	display: block;
	font-family: "Trebuchet MS", Trebuchet, "DejaVu Sans", Helvetica, sans-serif;
	font-size: xx-large;
	color: #786b16;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#header .headerlogo {
	margin-right: 1.5em;
	margin-top: -1em;
	float: right;
}

#header .headerlogo a {
	border: none !important;
}

#content {
	width: 525px;
	float: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#content .contentintro {
	border: 1px solid gray;
	padding: 1em;
}

#content .contentintro p {
	margin: 0;
}

#content #contentnews #newsrss {
	position: relative;
	left: 500px;
	top: -30px;
	display: block;
	width: 20px;
	height: 20px;
}

#content #contentnews .newsheader {
	margin: 0em;
}

#content #contentpage .pagearticle {
	margin-top: -2em;
	margin-bottom: 2.3em;
}

#content #contentnews .newsarticle {
	margin-top: -1em;
	margin-bottom: 2.3em;
}

#content #contentnews .newsarticle .newsheader, #content #contentpage .pagearticle .pageheader {
	font-family: "Trebuchet MS", Trebuchet, "DejaVu Sans", Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #679B00;
}

#content #contentnews .newsarticle .newsdate {
	font-size: smaller;
	font-weight: bold;
	color: gray;
	padding-top: 0.2em;
}

#content #contentnews .newsarticle .newsbody p, #content #contentpage .pagearticle .pagebody p {
	margin-top: 0.2em;
}

#content #contentbuttons {
	margin-top: -1em;
}

#sidebar {
	width: 250px;
	float: right;
	margin-top: 3.5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.copyright {
	color: gray;
}

input {
	padding: 0.5em;
	border: 1px solid gray;
}

input[type=submit] {
	background: #fafafa;
}

input[type=submit]:hover {
	background: white;
}

input[type=submit]:active {
	background: #bbbbbb;
}

pre {
	overflow: auto;
}

