body {
  background-color: #566422;
  text-align: center;
}

#banner, #banner2, #container {
  border: 5px solid white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  height: 120px;
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  background-color: #566422;
}

#banner2 {
  border-top: none;
  background-color: #e3d5ab;
}

div.clear {
  clear: both;
}

#container, #content {
  background-color: white; /* should match what you want the page color to be */
}

#container {
  border-top: none;
  padding-top: 1px;
}

#content {  
  border-left: 260px solid white; 
  text-align: left;
  font: .95em/1.25em helvetica, "lucida sans unicode", futura, "sans serif";
}

#content h1 {
  font: 1.5em/1.25em helvetica, "lucida sans unicode", futura, "sans serif";
  font-weight: bold;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
  font: 1.25em/1.25em helvetica, "lucida sans unicode", futura, "sans serif";
  font-weight: bold;
}

#content span.title {
  font-size: large;
  font-weight: bold;
  display: block;
}

#content a.link {
  text-decoration: none;
}

#content a.link:hover {
  text-decoration: underline;
}

#division {
  background-color: #b4181e;
  text-align: right;
  background-image: url(images/bspacer.gif);
  background-repeat: repeat-y;
  width: 260px; /* needs to be the width of the background image */  
  float: left;
}

#division p {
  font-family: "arial black", impact, arial;
  font-size: .75em;
  color: white;
  padding: none;
  padding-right: 1.75em; /* indents the text properly */
  margin: 1px; /* This needs to be here because of collapsible borders */
}

a.legal {
  font-family: arial, helvetica, "sans serif";
  font-size: .75em;
  color: black;
  text-decoration: none;
}

a.legal:hover {
  text-decoration: underline;
}

#links a {
  padding-right: .25em;
  padding-left: .25em;
  font-family: arial, helvetica, "sans serif";
  font-size: .9em;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#links a:hover {
  color: #566422;
  text-decoration: underline;
}

#memberlinks {
  font-family: arial, helvetica, "sans serif";
  font-weight: bold;
  border: 2px solid #566422;
  width: 25%;
  padding: .25em;
  float: right;
  background-color: #98a274;
  text-align: center;
}

#memberlinks a {
  display: block;
  font-size: .9em;
  color: white;
  text-decoration: none;
}

#memberlinks a:hover {
  color: #566422;
  text-decoration: underline;
}

#membertitle {
  font-size: 1em;
  color: #566422;
  border-bottom: 1px solid #566422;
}

#sectioninfo {
  background-color: #98a274;
  padding: .25em;
  text-align: center;
  margin-bottom: 15px;
}

#sidebar {
  float: left;
  width: 252px;
  height: 744px;
  text-align: center;
  background-image: url(images/sidebar.jpg);
  background-repeat: no-repeat;  
  background-color: #b4181e;
}

#sidebar p {
  position: relative;
  top: 616px;
}

