body {
	color: #443E1A;
	margin: 0px;
	padding: 0px;
	background-color: #443e1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.head {
	background-image: url(images/bgtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.foot {
	background-image: url(images/bgbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left {
	background-image: url(images/bgleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(images/bgright.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content {
	background-color: #F7EFD6;
	padding-right: 10px;
	padding-left: 10px;
}
.nav {
	padding-bottom: 20px;
}
td {
	text-align: left;
	vertical-align: top;
}
h3 {
	font-weight: bold;
	color: #443E1A;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
.line {
	float: right;
	height: 550px;
	width: 9px;
	padding-left: 4px;
	margin-right: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #443E1A;
	border-right-color: #443E1A;
	border-bottom-color: #443E1A;
	border-left-color: #443E1A;
}
.intro {
	background-image: url(images/smoketree_bg350.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #443E1A;
	margin: 0px;
	padding: 0px;
}
.footer {
	font-size: 10px;
	color: #F7EFD6;
}
.footer a:link {
	color: #F7EFD6;
	text-decoration: none;
}
.footer a:visited {
	color: #F7EFD6;
	text-decoration: none;
}
.footer a:hover {
	color: #D9CF9B;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #443E1A;
	text-decoration: none;
}
.logo {
	float: left;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #443E1A;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 40px 0px 0px;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: top;
	padding-right: 113px;
}
.content2 {
	padding-top: 20px;
}
.rightalign {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.leftalign {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
