body {
  margin: 0;
  background-image: none;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #000;
}

/* ------------------------------------------ */
/* HEADER & NAVIGATION ---------------------- */
/* ------------------------------------------ */

#header {
	display: none;
}

/* ------------------------------------------ */

#nav {
	display: none;
}

/* ------------------------------------------ */
/* CONTENT DIVS ----------------------------- */
/* ------------------------------------------ */

/* SUBNAVS ---------------------------------- */

#subnav {
	display: none;
}

/* ------------------------------------------ */
/* CONTENT STYLES --------------------------- */
/* ------------------------------------------ */

#content {
  color: #000;
  font-family: Lucida Sans, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 150%;
}

/* ------------------------------------------ */

#content h1 {
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #45A537;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #45A537;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #45A537;
	letter-spacing: 1px;
	border-bottom: 1px solid #999;
}

#content p.disclaimer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}	

/* ------------------------------------------ */
	
#footer {
	clear: both;
	background-color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding: 5px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

/* ------------------------------------------ */