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: #343e3c;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 500px;
}

h1 {
  color: #006600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #006600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #239f3e;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #578557;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #017a20;
  text-decoration: underline;
}

a:focus {
  color: #017a20;
}

a:active {
  color: #004e2a;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  max-width: 1024px;
  text-align: left;
  width: 900px;
}
#outerWrapper #header {
  background-color: #92b876;
  border-bottom: solid 1px #657f51; 
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper {
	background-image: url(layout_images/contentWrapper_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #edf6e4;
  border-right: solid 1px #92b876;
  float: left;
  padding: 10px 10px 10px 10px; 
  width: 130px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #edf6e4;
  border-left: solid 1px #92b876;
  float: right;
  padding: 10px 5px 10px 6px; 
  width: 200px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 200px 0 150px; 
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #footer {
  background-color: #edf6e4;
  border-top: solid 1px #92b876; 
  padding: 10px 10px 10px 10px; 
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	border-bottom-style: solid;
	border-bottom-color: #4E8B52;
	border-left-color: #4E8B52;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

</style>


</html>

