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: #000000;
	color: #FFFFFF;
	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: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
h2 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
a,  a:link {
	color: #ffff33;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFF33;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
  color: #ffff33;
  text-decoration: underline;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
	
}
#outerWrapper #header {
  background-image:url(../images/TopBanner.jpg);
  border-bottom: solid 1px #666;
  font-weight: bold;
  height: 132px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #topNavigation {
  background-color: #00a651;
  border-bottom: solid 1px #000000;
  height: 30px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-image:url(../images/photo1.jpg);
  background-repeat:no-repeat;
  float: left;
  padding: 0px 0px 0px 0px;
  width: 426px;
  height:380px;
}
#outerWrapper #contentWrapper #content {
  background-image:url(../images/RightCenter.jpg);
  background-repeat:no-repeat;
  margin: 0 0 0 426px;
  padding: 10px 10px 10px 10px;
  height:360px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #00a651;
  border-top: solid 1px #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 18px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
#outerWrapper #footer a:hover {
	color: #f89d1c;
	text-decoration: underline;
}
