body {
  margin: 0px;
  padding: 0px;
}

/* BEGIN structure */
#main_container {
  width: auto;
  padding: 0px;
  float: none;
  clear: both;
}

#header {
  width: auto;
  float: none;
  clear: both;
}

#content_container {
  width: 75%;
  margin: 0px;
  padding: 0px;
  float: left;
  clear: left;
}

#content {
  width: auto;
  float: none;
  clear: both;
}

#navigation_container {
  width: 25%;
  margin: 0px;
  padding: 0px;
  float: right;
  clear: right;
}

#navigation {
  width: auto;
  float: none;
  clear: both;
}

#footer {
  width: auto;
  float: none;
  clear: both;
}
/* END structure */

/* BEGIN presentation */
body {
  background-color: #884E60;
}

div, label, li, h2  {
  font-size: 12px;
  line-height: 18px;
  font-family: "Bitstream Vera Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: black;
  margin: 0px;
  padding: 0px;
  background-color: white;
  border: 0px;
}

h1 {
  font-size: 20px;
  line-height: 22px;
  font-family: "Courier", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: black;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

h2 {
  margin-top: 20px;
  font-weight: bold;
}

h2.first {
  margin-top: 0px;
}

ul.links {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px 0px 20px 0px;
}

p.pager {
  text-align: right;
  margin-bottom: 10px;
}

input, textarea, pre, code {
  font-size: 12px;
  line-height: 18px;
  font-family: "Bitstream Vera Sans Mono", monospace;
  white-space: pre;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: black;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

input, textarea {
  padding: 1px;
  border: 1px solid;
}

a:link, a:visited, a:hover, a:active {
  color: #0000ff;
  text-decoration: none;
}

a:link img, a:visited img, a:hover img, a:active img {
  border-style: none;
}

acronym {
  border-bottom: 1px dotted gray;
}

h1 acronym, h2 acronym {
  border-bottom: 0px;
}

#main_container {
  margin: 2% 10% 2% 10%;
  background-color: white;
  border: 1px solid black;
}

#header {
  text-align: left;
  padding: 15px 15px 15px 15px;
  background-color: #CEAEC4;
  border-bottom: 1px solid black;
}

#content_container {
  background-color: white;
}

#content {
  text-align: justify;
  padding: 10px 15px 10px 15px;
  background-color: white;
}

#navigation_container {
  background-color: white;
}

#navigation {
  text-align: left;
  padding: 10px 15px 10px 15px;
  background-color: white;
  border-left: 1px solid black;
}

#footer {
  text-align: center;
  padding: 10px 15px 10px 15px;
  background-color: white;
  border-top: 1px solid black;
}

.hidden {
  display: none;
}
/* END presentation */

/* BEGIN IE Simple Box Model Hack*/
* html #main_container {
  width: 100%;
}
/* END IE Simple Box Model Hack */
