body {
	margin: 0 auto;
	text-align: center;
	background-color: #FAFBFC;
	min-height:100%;
	height: 100%;
}

#page {
	margin: 0px auto;
	padding: 20px;
	width: 800px;
	min-height: 100%;
	text-align: left;
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
}

#navbar {
	width: 100%;
	height: 24px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: right;
}

#navbar ul {
	margin: 0;
}

#navbar li {
	display: inline;
	padding-right: 15px;
}

#navbar img {
	border: 0;
}

#sidebar {
	color: #6C5034;
	font-family: 'verdana';
	font-size: 0.7em;
	line-height: 125%;
	height: 200px;
	float: left;
	width: 256px;
	padding: 0px;
	min-height: 100%;
}

#sidebar img {
	vertical-align: middle;
	margin-right: 0.4em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.li_1 { 
	margin: 0;
	vertical-align: text-top;
	margin-bottom: 1px;
	padding: 10px 20px 10px 10px;
	color: #6C5034;
	background-color: #E4EDB9;
	border-bottom: 1px solid #DAE5B0;
	width: 226px;
}

.li_2 {
	vertical-align: text-top;
	margin-bottom: 1px;
	padding: 10px 20px 10px 10px;
	color: #6C5034;
	background-color: #F4F8E4;
	border-bottom: 1px solid #E4EDB9;
	margin-left: 5px;
	width: 221px;
}

.li_3 {
	vertical-align: text-top;
	margin-bottom: 1px;
	padding: 10px 20px 10px 10px;
	color: #6C5034;
	background-color: #F8FFE8;
	border-bottom: 1px solid #E4EDB9;
	margin-left: 10px;
	width: 216px;
}

.sidebar_link {
	color: #6C5034;
	text-decoration: none;
}

.sidebar_link:hover {
	border-bottom: 1px dashed #6C5034;
}

#sidebar p {
	margin-bottom: 1.5em;
}

#sidebar h4 {
	font-size: 1.0em;
	font-weight: normal;
	font-weight: bolder;
	margin-bottom: 0.5em;
}

#contents {
	margin: 0;
	padding: 0;
	padding-top: 1.0em;
	float:right;
	color: #6C5034;
	font-family: 'verdana';
	font-size: 0.8em;
	line-height: 125%;
	min-height: 100%;
	overflow: hidden;
}

#contentsp {
margin: 0;
}

#contents  h2 {
	font-family: arial;
	font-weight: normal;
	font-size: 2.0em;
}

#contents h4 {
	font-size: 1.0em;
}

#contents td {
font-size: 0.8em;
}

#header {
	margin-bottom: 20px;
	height: 40px;
	background-color: #E4EDB9;
}

.tree {
padding-left: 10px;
}

#breadcrumbs {
	font-size: 0.85em;
	color: #6C5034;
	margin-bottom: 10px;
}

#breadcrumbs a {
color: #6C5034;
text-decoration: none;
}

#breadcrumbs a:hover {
border-bottom: 1px dashed #6C5034;
}

.web_links {
	font-size: 0.9em;
	border-bottom: 1px solid #EEEEEE; 
	margin-bottom: 1.0em;
}

.web_links a {
color: #6C5034;
text-decoration: none;
}

.web_links a:hover {
color: #6C5034;
border-bottom: 1px dashed #6C5034;
}

.tf_image p {
	margin: 0;
}