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: #333333;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3pc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5pc;
}
h2 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3pc;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2pc;
}
a,  a:link {
  color: #006666;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3pc;
  text-decoration: none;
}
a:visited {
  color: #006666;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3pc;
  text-decoration: none;
}
a:hover {
  color: #00989A;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3pc;
  text-decoration: underline;
}
a:focus {
  color: #333333;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3pc;
  text-decoration: none;
}
a:active {
  color: #000;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3pc;
}
#top_margin {
	height: 40px;
	}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 795px;
}
#outerWrapper #header {
	background-color: #333333;
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: bold;
	height: 100px;
	line-height: 15px;
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
	background-image: url(img/tree_bg.jpg);
	background-repeat: no-repeat;
	cursor: default;
}
#outerWrapper #contentWrapper #content {
	margin: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#outerWrapper #footer {
  background-color: #F0F2EB;
  /*border-top: solid 1px #666;*/
  padding: 5px 5px 5px 5px;
  margin: 0 auto 0 auto;
}

.footer_style {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: italic;
	line-height: 1.2pc;
	color: #660000;
	text-align: center;	
}
.bold_face {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.centered {
	text-align: center;
}
.topline_gray_tinted_line {
	margin-top: 14px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9DFE1;
}
