body { 
  background-color: #000000;
  font-family: courier;
 }
p { 
	font: 13pt courier; 
	margin-top: 0px; 
	text-align: justify;
	font-weight:normal;
	}
a:link, a:visited { 
  color: #750E21;
  text-decoration:underline;
 }

a:hover { 
  color:#000000;
  text-decoration: underline;
}

center { 
  margin-left: auto;
  margin-right: auto;
}

#container { 
	width:95%;
	min-width:800px;
	max-width:800px;
	margin: 50px auto;
	border:2px solid #330000;
	line-height:120%;
	min-height:300px;
}
#title {
	padding: 2px;
	background-color:#FFFFFF;
	border-bottom: 2px solid #330000;
}
#top h1 {
	padding:0;
	margin:0;
}
#leftnav {
	float:left;
	width: 200px;
	margin:0;
	padding:1em;
}
#leftnav p {
	text-align:left;
	line-height:30px;
}
#content {
	margin-left:230px;
	margin-right:0px;
	padding:1em;
	background-color:#FFFFFF;
}
#content p {
	font: 10pt courier;
	margin-top:0px;
	font-weight:normal;
	color:#000000;
}
#footer {
	padding:2px;
	background-color:#FFFFFF;
	border-top: 2px solid #330000;
	line-height:70%;
}
	