html 	{
	text-align : center;
	background-color: #EDE4BD;
	background-position: center;
	background-image: url(images/gnarled_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a {
	font-size: 10pt;
	color: #D34E00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D34E00;
}
.bold {
	font-weight: bold;
	color: 4B2A1B;
}
a:hover {
	text-decoration: underline;
	color: #687A4E;
}
a:active {
	text-decoration: none;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h1 {
	font-size: 20pt;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: 4B2A1B;
}
p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
ul {
	text-align: left;
}

div#content {
	display: block;
	width: 645px;
	position: relative;
	margin-top: 60px;
	border: 4px solid #4B2A1B;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
div#nav {
	width: 100%;
	text-align: right;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 4B2A1B;
	border-bottom-color: 4B2A1B;
	background-image: url(images/green_spacer.gif);
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a {
	font-size: 12pt;
	color: #FFFFFF;
	padding: 8px;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFAE3;
}
#nav a:hover {
	text-decoration: underline;
	color: #CE5002;
}
.boxspace {
	margin: 8px;
}
#nav a:active {
	text-decoration: none;
}
#content #reg {
	height: 950px;
	padding-left: 100px;
	width: 540px;
	display: block;
}
