/* CSS Document */

a { color: #7DA463; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

h1 {
	color: #7DA463;
	font-weight: normal;
	font-size: 1.6em; }
	
h2 {
	color: #000000;
	font-size: 1.2em; }

body {
	text-align: center;
	margin: 0px auto;
	background-color: #F2E9D3;
	width: 980px;
	color: #000;
	font-family: tahoma, arial;
	font-size: 0.9em;
	line-height: 1.8em; }
	
#master {
	width: 980px;
	background-image:  url("images/template/parchment.gif");
	background-position: center;
	background-repeat: repeat; }
	
#top {
	width: 980px;
	height: 55px; 
	background-image:  url("images/template/top.jpg");
	background-position: center;
	background-repeat: no-repeat;
	float: left; }
	
#roots {
	width: 650px;
	height: 206px;
	background-image:   url("images/template/tree.gif");
	background-position: center;
	background-repeat: no-repeat;
	float: right; }
	
#navigation {
	width: 650px;
	text-align: left;
	height: 23px;
	float: right; }

.navitem {
	float: left;
	margin-left: 29px; }
	
#left {
	width: 900px;
	background-image: url(images/template/leftback.gif);
	background-repeat: repeat-y;
	padding-right: 80px;
	background-position: top left;
	position: relative;
	float: left; }
	
#copyright {
	width: 198px;
	font-size: 0.8em;
	line-height: 1.3em;
	position: absolute;
	bottom: 30px;
	left: 0; }

#right {
	width: 980px;
	float: right;
	background-image: url(images/template/rightback.gif);
	background-repeat: repeat-y;
	background-position: top right; }
	
#content {
	width: 650px;
	text-align: justify;
	padding: 20px 0 30px 0;
	float: right; }
	
#bottom {
	width: 980px;
	height: 24px; 
	background-image:  url("images/template/bottom.jpg");
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	clear: both; }
	
.textfield {
	background-color: #F9F6EE;
	border: 1px solif #CA9A45;
	font-family: tahoma, arial;
	font-size: 0.8em;
	padding: 2px;
	width: 200px; }
	
.textarea {
	background-color: #F9F6EE;
	border: 1px solif #CA9A45;
	font-family: tahoma, arial;
	font-size: 0.8em;
	padding: 2px;
	width: 200px;
	height: 100px; }
	
.tablerow {
	padding: 2px 0; }
	
.button {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	border: 0px;
	padding: 10px 45px 0 0;
}