body {
	background-color: #fff380;
	background-image: url("images/tree2.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	font-size: 12px;
	font-family: verdana, geneva, helvetica, sans-serif;
	color: #C35617;
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 20px 0 30px;
}
p.quote {
	margin: 2em 8em 2em 8em;
/*	font-size: larger; */
}
:link {
/*	color: #C34A2C; */
	color: #C34A2C;

	/*
	text-decoration: none;
	border-bottom:1px dotted red;
	*/
}
a {
/*	color: #3f320b; */
	color: #C34A2C;
}

a:visited {
/*	color: #d78a46; */
	color: #C34A2C;
}

#top {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 100px;
	margin: 0 0 0 0;
}

#left {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 100%;
	margin: 0 0 0 0;
}

#topmiddle {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 300px;
	height: 200px;
	margin: 0 0 0 0;
}

#topright {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 200px;
	height: 200px;
	margin: 0 0 0 0;
}


#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	margin: 0 0 0 0;
	border-width: 1;
}

div.menuitem {
	margin: 5px 5px 5px 5px;
	text-align: center;
/*	background-color: #d63806; */
	background-color: #aa0c31;
	padding: 0.2em 0.5em 0.2em 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #313f1b #313f1b #313f1b #313f1b;
	height: 3em;
	color: #340003;
	font-size: 1.25em;
}

div.menuitem a:link {
	color: #3f320b;
	text-decoration: none;
}

div.menuitem a:visited {
	color: #340003;
	text-decoration: none;
}

div.menuitem:hover {
	background-color: #C34A2C;
}

div.menuselect {
	margin: 5px 5px 5px 5px;
	text-align: center;
	background-color: #d78a46;
	padding: 0.2em 0.5em 0.2em 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #313f1b #313f1b #313f1b #313f1b;
	height: 3em;
	color: #C34A2C;
	font-size: 1.25em;
}

div.menuselect a:link {
	color: #d63806;
	text-decoration: none;
}

div.menuselect a:visited {
	color: #d63806;
	text-decoration: none;
}

#main {
	position: absolute;
	top: 10px;
	left: 300px;
}

div#rel1, div#rel2 {
	margin-left: 2em;
	margin-top: 1em;
	margin-right: 4em;
	font-family: Arial;
	font-size: 1em;
/*	letter-spacing: -0.02em; */
/*	color: #C34A2C; */
}

div#rel3 {
	margin-left: 10em;
	margin-top: 2em;
	margin-right: 2em;
	font-family: Arial;
	font-size: 1em;
/*	letter-spacing: -0.03em; */
	text-align: right;
/*	color: #C34A2C; */
}

ul.frontpage {
	list-style-type: none;
	margin-left: 0em;
}

ul.frontpage li {
	margin-bottom: 0.5em;
	margin-left: 0em;
}

/* Form stuff */

form {
	margin: 0;
	padding: 0;
	font-size: 100%;
/*	min-width: 560px; */
/*	max-width: 620px; */
/*	width: 590px; */
}

form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}

form fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

label {
	font-size: 100%;
}

textarea {
	overflow: auto;
}

form div {
	clear: left;
	display: block;
/*	width: 354px; */
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form div label {
	display: block;
	float: left;
	width: 35%;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

form div.optional label, label.optional {
	font-weight: normal;
}

form div.required label, label.required {
	font-weight: bold;
}

form .entry {
	background-color: #C34A2C;
	border: 1px solid #313f1b;
	width: 60%;
}

input.submit {
	background-color: #C34A2C;
}

#main select {
	background-color: #C34A2C;
}

#main textarea {
	background-color: #C34A2C;
	border: 1px solid #C34A2C;
}

/*
form div input, form div selectC34A2C, form div textarea {
	width: 200px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}
*/

div.optional label:before {
	content: '';
}

div.required label:before {
	content: '';
}

form div.submit {
	width: 214px;
	padding: 0 0 0 146px;
}

form div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}

li.error {
	font-weight: bold;
}

p.errors {
	font-weight: bold;
}


