body {
	font-family: Arial, Helvetica, sans-serif;
	color: #804000;
	background-color: #FFFFFF;
	width: 85%;
	left: 30px;
	top: 15px;
}
a:visited {
	color: #400080;
	text-decoration: none;
}
a:link {
	color: #804000;
	text-decoration: none;
}

#footer {
  clear: both;
  font-family:Arial, Helvetica, sans-serif;
  color:#000066;
  font-size:small;
  font-weight:bold;
}

h1 {
	background-color: #FFFFFF;
	
}
.disclaim {
	background-color: #FFFFFF;
	font-size: small;
}
h2 {
	text-align:center;
	padding-bottom: 20px;
}
.underline {
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
}
#container {
	background-color: #FFFFFF;
	position: absolute;
	width:70%;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #B72021;
	border-right-color: #B72021;
	border-bottom-color: #B72021;
	border-left-color: #B72021;
	left: 30px;
	top: 325px;
	padding: 10px;

}

