.container
  {
  width: 98%;
  line-height: 150%;
  }
.header
  {
  color: Black;
  background-color: White;
  clear: left;
  }
h1.header
  {
  margin-top: 8px;
	font-family: Bookman Old Style;
  font-weight: lighter;
  font-size: 150%;
  }
h2.subHeader
  {
  font-weight: lighter;
	font-size: 130%;
  }
div.left
  {
  float: left;
	display: inline;
  width: 32%;
  border-right: 1px solid gray;
  font-family: Bookman Old Style;
  font-size: 95%;
  font-weight: lighter;
  }
div.content
  {
  position: absolute;
	width: 64%;
	display: inline;
  padding-left: 3%;
  font-family: Bookman Old Style;
  font-size: 95%;
  font-weight: lighter;
  }

