body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
  float: none;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
h1 {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
    text-decoration: underline;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
ul {
	padding-left: 25px;
}
#outerWrapper {
	float: none;
	width: auto;
	padding: .5in;
}
#outerWrapper #header {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #rightColumn1 {
  display:none;
}
#outerWrapper #contentWrapper #content {
  float: none;
  width: auto;
}
#outerWrapper #menu {
	display:none
}
#outerWrapper #footer {
  float: none;
  width: auto;
}
