body {
}
body img {
display: none;
}
#body {
	width: 550px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	visibility: inherit;
	text-align: left;
	margin: 25px auto;
	float: left;
}
#body #header {
	display: none;
}
#body #navigation {
	display: none;
	width: 125px;
	float: left;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body #texthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: black;
	float: none;
	width: auto;
	padding: 0px;
	text-align: left;

}
#body #textmain {

	float: none;
	width: auto;

	text-align: left;


}
#body #navigation ul {
	background-position: center;
	margin: 0px;
	width: 125px;
	background-color: #efe2b9;
	text-align: center;
	padding: 0px;
}
#body #navigation ul li {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
#body #navigation ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#body #navigation ul li a:hover {
	color: #496745;
	background-color: #C8D2AF;
}
#body #textmain a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
}
