
body {
	background: #EBF0E1;
	margin: 40px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: small;
}
/* IE5 and Opera text */
body {
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body {
	font-size: small;
}
#wrapper {
	width: 796px;
	margin: 0px auto;
	text-align: center;
}

	/* main layout divs */

#header {
	text-align: left;
}
#canvas {
	background: #FFFFFF url(/images/pagebg.jpg) repeat-y;
	text-align: left;
}
#inner {
	width: 502px;
	float: right;
	margin: 3px 3px 0px 0px;
	display: inline;
}
#side {
	background: #DFDBD8;
	width: 285px;
	float: left;
	margin-left: 3px;
	display: inline;
}
#content {
	margin: 10px;
}
#footer {
	clear: both;
	text-align: left;
}

	/* menus */

#menu {
	width: 100%;
	background: #B2C891;
}
#menu ul {
	background: #B2C891;
	margin: 0px 0px 0px 60px;
	padding: 10px 0px 5px 0px;
}
#menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	display: inline;
	list-type: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#menu a {
	color: #695D54;
	text-decoration: none;
}
#menu a:hover, #menu #here a {
	color: #B06010;
}

#subnav {
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 5px 0px;
}
#subnav li {
	background: url(/images/leafbg.gif) no-repeat 0;
	padding: 0px 10px 0px 22px;
	list-style: none;
	display: inline;
	font-size: 95%;
}
#subnav li a {
	color: #B06010;
	text-decoration: none;
}
#subnav a:hover {
	color: #695D54;
}
#subnav #on a {
	color: #695D54;
	font-weight: bold;
}

	/* images */

#side img {
	border-bottom: 3px solid #FFFFFF;
}

#side img#top {
	border-top: 3px solid #FFFFFF;
}

	/* forms */

form {
	margin: 10px 10px 10px 10px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin: 0px 5px;
	font-size: 85%;
}

	/* text and basic a styles */

a {
	color: #B06010;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#side a {
	color: #695D54;
	text-decoration: none;
}
#side a:hover {
	text-decoration: underline;
}
p, li {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
}
#side p {
	margin: 0px;
	padding-left: 15px;
	font-size: 85%;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	padding: 0px;
	list-style: square;
}
h1, h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 0px 0px 3px 3px;
	font-size: 125%;
	color: #7D6A55;
	border-bottom: 1px solid #B06010;
}
h3 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 10px 15px;
	font-size: 100%;
	color: #B06010;
}
