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: #2b3a3c;  color: #2d2e2e;  font-family: Arial, Helvetica, sans-serif;  font-size: .8em;  line-height: 1.2em;  margin: 0 0 0 0;  padding: 0 0 0 0;  text-align: center;}
h1 {  color: #6d9863;  font-size: 1.5em;  font-weight: bold;  line-height: 1em;}
h2 {  color: #6d9863;  font-size: 1.3em;  font-weight: bold;  line-height: 1em;}
h1 , h2 {margin: 10 10 10 10;}
a,  a:link {  color: #3c982d;  font-weight: bold;  text-decoration: none;}
a:visited {  color: #2d7336;  font-weight: bold;  text-decoration: none;}
a:hover {  color: #09760d;  text-decoration: underline;}
a:focus {  color: #09760d;}
a:active {  color: #164619;}
img {border-width:0; border-color:#000000; border-style:none;}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 970px;
}
#outerWrapper #header {
  background-color: #8ab573;
  border-bottom: solid 1px #628152; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7em;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header h1 {
	color:#ffffff;
	text-align:center;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #eef6ed;
  border-left: solid 1px #8ab573; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eef6ed;
  border-right: solid 1px #8ab573; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 180 0 200; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #eef6ed;
  border-top: solid 1px #8ab573; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

<!--[if IE 5]>
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 200px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  width: 180px;
}

<![endif]-->
<!--[if IE]>

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}

<![endif]-->
