html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color: #8080FF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
	background-color: #999933;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 170px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	border-bottom-style: none;
}
#outerWrapper #navigation {
	background-color: #FFCC66;
	border-bottom: solid 1px #666;
	height: 40px;
	padding: 0px;
	color: #FFFFFF;
}
#outerWrapper #contentWrapper {
	background-color: #8EBA54;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #8EBA54;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 14em;
	border-right-style: none;
}
#outerWrapper #contentWrapper #content {
	background-color: #E4D5AB;
	margin: 0 0 0 16em;
	padding: 10px 10px 10px 10px;
	color: #666666;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #E69B00;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}
img.floatLeft { float: left; 
margin: 8px; }

img.floatRight { float: right; 
margin: 8px; } 
