html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body {
	background-color: #ffffff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: inherit;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*text-align: center;*/
}
h1 {
	color: #d85f0e;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #d85f0e;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.4em;
	text-transform: uppercase;
}
h3 {
	color: #d85f0e;
	font-size: 1em;
	font-weight: bold;
}
a,  a:link {
	color: #da4d33;
	font-size: .9em;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #36C;
}
a:hover {
	text-decoration: underline;
	font-size: 0.9em;
}
#outerWrapper {
  background-image: url("images/outerWrapper_bg.jpg");
  background-repeat: repeat-y;
  margin: 0px auto 0px auto;
  text-align: left;
  width: 1016px;
}
#outerWrapper #header {
  background-image: url("images/header_bg.jpg");
  background-repeat: no-repeat;
  font-size: 18px;
  height: 127px;
/*  line-height: 15px;*/
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px 30px 0px 0px;
  text-align: right;
}
#outerWrapper #topNavigation {
  background-image: url("images/topnav_shortbg.jpg");
  background-repeat: repeat-x;
  color: #ffffff;
  height: 295px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper {
  background-image: url("images/contentWrapper_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 1%;
  min-height: 0;
  overflow: hidden;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-top: 20px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  padding: 15px 15px 15px 15px;
  width: 300px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 345px 0 0;
	padding: 5px 30px 10px 30px;
	font-size: 1em;
}
#outerWrapper #footer {
  background-image: url("images/footer_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0px 0px 35px 20px;
  text-align: left;
}

