@charset "utf-8";
/* CSS Document */
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  background-image: none;
   color: #000;
}
#outerWrapper #header {
  background-color: #fff;
  background-image: none;
   color: #000;
}
#outerWrapper #topNavigation {
  background-color: #383f38;
  background-image: none;
    color: #000;
	height: 30px;
}
#outerWrapper #contentWrapper {
  background-color: #fff;
  background-image: none;
    color: #000;
margin: auto:

  align: center;
}

#outerWrapper #contentWrapper #content {
  background-color: #fff;
  background-image: none;
   color: #000;
    margin: auto;
  
}
#outerWrapper #contentWrapper #content {
	margin: 25px;
	 }
#outerWrapper #footer {
  background-color: #1c3017;
  background-image: none;
   color: #000;
}
-->

