.tree {
	clear:left;
	float: left;
	margin-left: 25px;
 	font-family: Arial;
	color:#666;
	font-size: 11pt;
	text-decoration: none;
}
.tree a {
	text-decoration: none;
	color:#555;
	font-weight: bold;
}
.tree a:hover {
	text-decoration: underline;
}

#mainwrapper {
	float: left;
	clear: left;
	margin-left: 25px;
	width: 815px;
}

#textwrapper {
	float: right;
	width: 600px;
	margin-left: 25px;
border-bottom: solid 2px #888;
}

ul.navbar {
	float: left;
	display: block;
	width: 9em;
	margin: 30px 25px 5px 0px;
	padding: 8px;
	background-color: #c8c8c8;
	border: solid 1px #888;
	border-top-width: 10px;
}
ul.blanknavbar {
	float: left;
	display: block;
	width: 9em;
	margin: 30px 25px 5px 0px;
	padding: 8px;
	border-top-width: 10px;
}

ul.navbar  a {
	font-family: verdana, Arial;
	font-size: 11pt;
	text-decoration: none;
	color:#555;
}

ul.navbar a.youarehere {
	color: #333;
	font-weight: bold;
	font-size: 10pt;
}
ul.navbar a:hover {
	text-decoration: underline;
	color: #333;
}
ul.navbar li {
	list-style: none;
	margin-bottom: 10px;
}



h1 {
	margin-bottom: 10px;
}

.linkblock {
	clear:left;
	width: 600px;
}

.links {
	list-style: none;
}

.linkblock a {
	text-decoration: none;
	font-family: verdana, tahoma, arial;
	font-size: 11pt;
	color:#EE7600;
}
.linkblock a:hover {
	text-decoration: underline;
}
.toplink a {
	text-decoration: none;
	font-family: verdana, tahoma, arial;
	font-size: 11pt;
	color:#EE7600;
}
.toplink a:hover {
	text-decoration: underline;
}

.twocol h3 {
	width: 100px;
	float: left;
	clear: both;
	margin: 0;
}

.twocol p {
	width: 350px;
	float: right;
	margin: 0;
	margin-bottom: 10px;
}


