body {
  font-family: "Times New Roman", Times, serif;
  font-size:100%;
  text-align:center;
  background-color: #5371A6;
  margin: 0 auto;
}
#bkgd {
	width:1000px;
	float:left;
	}
#leftnav {
	position:absolute;
	width:150px;
	height:280px;
	z-index:1;
	left: 8px;
	top: 54px;
	font-size: .95em;
	color: #000000;
	text-align: left;
	}
.announce {
	background-color: #FFFF99;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
a:link {
	color:#000000;
}
a:visited {
	color:#272727;
}
a:hover {
	color:#663333;
}
