body {
}
body img {
display: none;
}
#body {
	width: 230px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	visibility: inherit;
	text-align: left;
	margin: 25px auto;
	float: left;
}
#body #header {
	background: url(../files/old/banner-handheld.gif) no-repeat;
	height: 50px;
}
#body #header img {
	display: none;
}
#body #navigation {
	width: 65px;
	float: left;
	padding-right: 7px;
	position: relative;
	bottom: auto;
	
}
#body #texthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: black;
	float: none;
	width: auto;
	padding: 0px;
	text-align: left;
	position: fixed;
	top: 10px;
	left: 10px;
}
#body #textmain {

	float: none;
	width: auto;

	text-align: left;


}
#body #textmain ul {
		list-style: none;
		margin-left: 15px;
		text-indent: -15px;
}
#body #navigation ul {
	list-style: none;
	margin-left: 0px;
	border: 1px black solid;
}
#body #navigation ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
	text-align: left;
}
#body #navigation ul li a {
	
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;

}
#body #navigation ul li a:hover {

}
#body #textmain a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;

	font-weight: bold;
}
