body {
	background-image: url('text_only_bg.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000066;
	font-size: 100%;
}
div#header {
	position: absolute; 
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 75px;
	padding: 5px;
}
div#coname {
	position: absolute; 
	z-index: 1;
	top: 75px;
	left: 0px;
	height: 30px;
	padding: 5px;
	text-align: center;
}
div#navigation {
	position: absolute; 
	display: inline;
	z-index: 1;
	top: 135px;
	left: 0px;
	width: 200px;
	height: auto;
	border-top: thin solid #000066;
	padding: 5px;
}
div#content {
	position: absolute; 
	display: inline;
	z-index: 1;
	top: 135px;
	left: 200px;
	height: auto;
	border-top: thin solid #000066;
	border-left: thin solid #000066;
	padding: 5px;
}
h1 {
	font-size: 150%;
	text-align: center;
}
h2 {
	font-size: 125%;
	text-align: center;
}
h3 {
	font-size: 110%;
	text-align: center;
}
h4 {
	font-size: 100%;
	text-align: center;
}
p.link {
	font-size: 80%;
	text-align: left;
}
p.title {
	font-size: 125%;
	text-align: left;
	font-weight: bold;
}
p.name {
	font-size: 125%;
	text-align: center;
}
p.footer {
	text-align: center;
}
p.date {
	font-size: 75%;
	font-style: italic;
	text-align: left;
}
pre {
	border:thin solid #000090;
	padding: 5px;
	font-family: "Times New Roman", serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
}
span.cenlyt {
	font-family: 'Arial Black';
}
span.ms {
	font-weight: bold;
}
span.slogan {
	font-weight: bold;
	font-style: italic;
}
.center {
	text-align: center;
}
.dlink {
	cursor: help
}
a.nav {
	font-size: 80%;
}
hr {
	color: #000066;
}