body {
  background-color: #5E7E9D; 
  font-size:10pt; 
  font-family: arial;
	padding: 0px;
	margin:0 auto;
	text-align:center;

}

#leftimage
{
  background: #5E7E9D;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
  width: 200px;
  height: 471;

}
#topimage
{
  background: #5E7E9D;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 200;
  width: 500px;
  height: 100;

}

#botimage
{
  background: #5E7E9D;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 421;
	left: 200;
  width: 500px;
  height: 50;

}

#menu
{
  background: #5E7E9D;
  font-size:10pt; 
  font-family: arial;
	padding: 0px;
	margin:0 auto;
	text-align:left;
	position: absolute;
	top: 471;
	left: 0;
	color: #3C4C9A
}

#content
{
  background: #5E7E9D;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 86;
	left: 210;
  width: 490px;
  height: 350;
  overflow: auto;

}

#credits
{
  background: #5E7E9D;
  font-size:8pt; 
  font-family: arial;
	padding: 0px;
	margin:0 auto;
	text-align:left;
	position: absolute;
	top: 500;
	left: 0;
	color: #3C4C9A
}

#footer
{
  background: #5E7E9D;
	padding: 0px;
	margin:0 auto;
	text-align:left;
	position: absolute;
	top: 487;
	left: 0;
	color: #281B12;
  width: 700;
  height: 23;

}



a {
	text-decoration: none;
	color: #B4B4D3;
}
a:hover {
	color: #000000;
	background: B4B4D3;
}

