/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
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: #C9C7B8;
	border-style: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
}
h2 {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
}
a,  a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-style: none;
	font-size: 18px;
	font-weight: bold;
	height: 130px;
	line-height: 15px;
	color: #FF9900;
}
#outerWrapper #topNavigation {
	background-color: #C9C7B8;
	border-style: none;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 5px 10px 20px 25px;
	text-transform: uppercase;
	word-spacing: 0.5em;
	text-align: left;
	vertical-align: middle;
	height: 5px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFFF;
	border-style: none;
	color: #333333;
	float: left;
	font-size: 0.8em;
	padding: 25px 25px 15px 30px;
	width: 160px;
	line-height: 140%;
}
#outerWrapper #contentWrapper #leftColumn1 h1 {
  color: #333333;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: capitalize;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 215px;
	padding: 25px 70px 15px 30px;
}
#outerWrapper #contentWrapper #content h1 {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 200%;
}
#outerWrapper #contentWrapper #content h2 {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 150%;
}
#outerWrapper #contentWrapper #content a, #outerWrapper #contentWrapper #content a:link {
  color: #99CC33;
  font-size: 0.85em;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #C9C7B8;
	border-style: none;
	color: #FFFFFF;
	font-size: 0.8em;
	height: 15px;
	padding: 5px 10px 10px 0px;
}

