@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #000000;
	background-image: url(../Images/bg-tree.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	width: 800px;
	border: 2pt solid #666563;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	background-image: url(../Images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}
#maintext {
	padding: 10px;
	float: right;
	width: 520px;
	background-color: #000000;
}
#leftnav {
	float: left;
	width: 180px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 1em;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	background-color: #000000;
}

#leftnav a:link {
	font-size: 1em;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A59462;
	text-align: right;
	color: #FFFFFF;
}
#leftnav a:visited {
	font-size: 1em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #A59462;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A59462;
	text-align: right;
}
#leftnav a:hover {
	font-size: 1em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A59462;
	text-align: right;
}
h1 {
	font-size: 1.4em;
	color: #A59462;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: .9em;
	color: #FFFFFF;
	font-weight: normal;
}
p {
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-right: 3px;
}
li {
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.6em;
}

a:link {
	font-size: 1em;
	color: #A59462;
	text-decoration: underline;
}
a:visited {
	font-size: 1em;
	color: #FFFF99;
	text-decoration: underline;
}
a:hover {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
}

.Boldit {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}

.Floatright {
	float: right;
	padding-left: 10px;
	border: none;
}
