html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #FFFFFF;
	color: #400101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #A0A0A0;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #A0A0A0;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #A0A0A0;
}
a:active {
  color: #BFB26F;
}
#outerWrapper {
  background-color: #000000;
  margin: 0 auto 0 auto;
  min-width: 600px;
  text-align: left;
  width: 90%;
}
#outerWrapper #header {
	background-color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #topNavigation {
	background-color: #FFF;
	border-bottom: solid 1px #666;
	height: 25px;
	padding: 22px 10px 10px 8px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	color: #ACA672;
}
#outerWrapper #footer {
	background-color: #FFF;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
}
