body {
	background-color: #333333;
	margin: 20px 10px 20px 10px;
}
table#layouttable {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	border: none;
}
td#tree {
}
td#banner {
	background-color: #c4aca1;
	height: 80px;
	white-space: nowrap;
}
td#navbar {
	background-color: #a28174;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding-left: 22px;
}
td#navbar a {
	color: #ffffff;
	text-decoration: none;
}
td#navbar a:hover {
	color: #53623d;
}
td#quotes {
	background-color: #f3eeec;
	height: 24px;
}
td#content {
	background-color: #ffffff;
	padding-right: 12px;
	padding-top: 27px;
	padding-left: 36px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
}
td#rightcolumn {
	background-color: #ffffff;
	width: 180px;
	padding-right: 12px;
	padding-top: 28px;
	padding-left: 12px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
td#footer {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 5px 12px 5px 36px;
}
td#bottombar {
	background-color: #c4aca1;
	border-top: 2px solid #333333;
	height: 8px;
}

/* BEGIN CONTENT STYLES */
td#content h1 {
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
}
td#content h2 {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 1px;
}
td#content p {
	margin-top: 0px;
}
td#content a {
	color: #333333;
}
td#content a:hover {
	text-decoration: none;
	color: #53623d;
}
td#content ul {
	margin-left: 5px;
	padding-left: 12px;
}
td#content ul li {
	margin-left: 0px;
	padding-left: 0px;
}
/* END CONTENT STYLES */

/* BEGIN RIGHT COLUMN STYLES */
td#rightcolumn h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 1px;
}
td#rightcolumn p {
	margin-top: 0px;
}
td#rightcolumn a {
	color: #333333;
}
td#rightcolumn a:hover {
	text-decoration: none;
	color: #53623d;
}
td#rightcolumn ul {
	margin-left: 3px;
	padding-left: 12px;
}
/* END RIGHT COLUMN STYLES */

/* BEGIN FOOTER STYLES */
td#footer a {
	color: #999999;
	text-decoration: underline;
}
td#footer a:hover {
	color: #999999;
	text-decoration: none;
}
/* END FOOTER STYLES */