div#container {
   width: 800px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body {
   text-align: center;
   margin: 0;
}
div#titlebar {
  background-color: #F3AE00;
  color: #973D1F;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 800px;
  height: 96px;
  z-index: 0;
  font-family: Verdana,Arial,sans-serif;
}
div#leftnav {
  background-color: #4682B4;
  position: absolute;
  left: 0px;
  top: 96px;
  width: 128px;
  height: 504px;
  z-index: 0;
  font:13px Verdana,Arial,sans-serif;
  color:#FFFFFF;
}
a.nav:link {
	display: block;
	padding: 1px;
	color:#FFFFFF;
	text-decoration: none;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D;
	border-left: 1px solid #D3D3D3;
}
a.nav:visited {
	display: block;
	padding: 1px;
	color:#FFFFFF;
	text-decoration: none;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D;
	border-left: 1px solid #D3D3D3;
}
a.nav:hover   { 
	display: block;
	padding: 1px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #549CD8;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D;
	border-left: 1px solid #D3D3D3;
}
a.nav:active   { 
	display: block;
	padding: 1px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #386890;
	border-top: 1px solid #3D3D3D;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #3D3D3D;
}
div#maintby {
  position: absolute;
  left: 2px;
  top: 374px;
  font: 11px Verdana,Arial,sans-serif;
  color: #FFFFFF;
}
a.maintby:link    { color:#FFFFFF; text-decoration: none; }
a.maintby:visited { color:#FFFFFF; text-decoration: none; }
/* a.maintby:hover   { color:#4444FF; text-decoration: none; } */
a.maintby:hover   { color:#000000; text-decoration: none; background-color: #FFD700; }
p.std {
  margin:6px 6px 6px 6px;
  font:13px Verdana,Arial,sans-serif;
}
span.bold { font-weight: bold; }
span.ital { font-style: italic; }
span.ul { text-decoration: underline; }
span.bu { font-weight: bold; text-decoration: underline; }
span.headline {
	font: 17px georgia,serif;
	color: #23415A;
}
span.redalert {
	font: bold 17px georgia,serif;
	color: red;
	background-color: #ffd700;
}
span.exsmall {
	font: 11px Verdana,Arial,sans-serif;
}
span.eyecatcher {
	font: 9px Verdana,Arial,sans-serif;
	color: black;
	background-color: yellow;
	border: 1px solid black;
}
