html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: transparent;
	background-image: url(../images/ahrbackground.gif);
	background-repeat: repeat;
	color: #2d2e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #0000CC;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #0000CC;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #33CC00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:focus {
  color: #c92c17;
}
a:active {
	color: #0000CC;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 895px;
}
#outerWrapper #header {
  background-color: #dd0000;
  border-bottom: solid 1px #dd0000;
  border-color: #dd0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #topNavigation {
  background-color: #dd0000;
  border-bottom: solid 1px #dd0000;
  height: 25px;
  padding: 10px 10px 0px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: transparent;
	border-left: solid 10px #dd0000;
	border-right: solid 10px #dd0000;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	width: 180px;
	height: 760px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: transparent;
	border-left: solid 10px #dd0000;
	border-right: solid 10px #dd0000;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	width: 180px;
	height: 760px;
}
#outerWrapper #contentWrapper #content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 220px 0 227px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #dd0000;
	border-top: solid 1px #dd0000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}


