BODY {
	background-color: white;
	text-align: center;
	font-size: 0.8em;
	color: #0033ff;
}
#pagebin {
	width: 800px;
	border: thin solid #8793fa;
	background-color: White;
	/*background-color: Aqua;   */
	/*	background-color: Red;  */
}
#textsize {
/*	border-left: thin solid #8793fa;  */
	width: 115px;
	float: right;
/*	background-color: Silver; */
}
#navigation-panel {
/*	border-right-color: #8793FA;
	border-right-width: thin;
	border-right-style: solid;  */
	position: fixed;
/*	top: 0px;  */
	float: left;
	width: 145px;
/*	background-color: Fuchsia;  */
}
#navigation-panel li {
	list-style-type: none;
	text-align: left;
}
#textsize li {
	list-style-type: none;
	text-align: left;
}
#page-inner {
	width: 537px;
	float: right;
/*	margin-left: 0px; */
/*	background-color: #2AFFFF;  */
}
#page-inner-subhead {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.25em; /*	color: Blue;  */
}
hr {
	color: #EEAEAE;
}
.bwdtext {
	text-align: center;
}
#pagetop {
	height: 70px;
	width: 537px;
	background-color: White;
	/* background-color: Aqua;  */
}
