body {
	font: normal 12pt verdena, geneva, arial, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(bleached_wood.jpg);
	background-repeat: repeat;
}
p {
	font-size: 100%;
}
/*228b22=Forest Green|#80000-Maroon|D3D3D3=lightgray*/	

h1, h2, h3 {	
	color: #006400;
}
h1 {
	font-style: italic;
	font-size: 200%;
	text-align: center;
}
h2 {
	font-size: 100%;
}
h3 {
	font-style: italic;
	font-size: 200%;
	text-align: left;
	margin-left:50px;
}
table {	font-size: 100%;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px #80000;
	cellpadding: 3px;
	cellspacing: 1px;
	rules: rows;
}

th { 
	border: thin solid #800000;
	padding: 5px;
	text-align: center;
}
caption {
	font-size: 80%;
	text-align: left;
	font-style: italic;
	color: #800000;
}
td {
	border: thin solid #D3D3D3;
	padding: 3px;
}
td.center {	
	text-align: center;
}
td.left {
	text-align: left;
}
img {
	border-style: none;
}
p.woodimage {
	margin-right:50px;
	float: right;
}
p.woodimageleft {
	float: left;
	margin: 0 0 10px 10px;
}
p.center {
	text-align: center;
}
p.line {
	border-color: #800000;
	border-style: solid;
	border-width: 2px;
}
p.headerline {
	border-color: #800000;
	border-style: solid;
	border-width: 15px;
}
p.headerline3 {
	border-color: #800000;
	border-style: solid;
	border-width: 5px;
}
p.right {
	text-align: right;
	margin-right: 30px;
	font-size: 70%;
}
p.left {
	text-align: left;
	margin-left: 30px;
	font-size:80%;
}
p.footer {
 	text-align:center;
	font-style:italic;
	color:#800000;
	font-size:90%;
}