/* This rule resets a core set of elements so that they will appear consistent across browsers. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. */
body {
  background-color: #6E6A61;
  border-style: none;
  margin: 0 0 0 0; /* top, right, bottom, left */
  padding: 0 0 0 0; /* top, right, bottom, left */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* This is a container for the page content. */
#outerWrapper {
  background-color: #F6F4E2;
  margin: 0 auto 0 auto; /* top, right, bottom, left */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 790px;
}
#outerWrapper #header {
  background-color: #F6F4E2;
  float: none;
  height: auto;
  padding-left: 40px;
}
#outerWrapper #topNavigation {
  background-color: #F6F4E2;
  height: 25px;
  padding: 10px 10px 10px 10px; /* top, right, bottom, left */
  width: 716px;
  margin-left: auto;
  margin-right: auto;
  
 
}
#outerWrapper #contentWrapper {
  background-image: url("../images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FCF9EB;
  border-right: solid 1px #7C8181;
  float: left;
  padding: 8px 6px 8px 6px; /* top, right, bottom, left */
  width: 154px;
}
#outerWrapper #contentWrapper #leftColumn1 h1 {
  color: #B10000;
  font: normal normal bold 16px Verdana, Arial, Helvetica, sans-serif;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #B10000;
  font: normal normal bold 16px Verdana, Arial, Helvetica, sans-serif;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* 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 {
  background-color: #F6F4E2;
  margin: 0 0 0 0; /* top, right, bottom, left */
  padding: 10px 10px 10px 10px; /* top, right, bottom, left */
}
#outerWrapper #contentWrapper h3 {
  font-family: Arial, Helvetica, sans-serif;
}
#outerWrapper #footer {
  background-color: #F6F4E2;
  border-top: solid 1px #A40000;
  color: #000000;
  font: normal normal normal 16px Times New Roman, Times, serif;
  padding: 10px 10px 10px 10px; /* top, right, bottom, left */
  text-decoration: none;
  text-transform: none;
}
