body, html {
  padding: 0;
  margin: 20px;
  background-color: #fff;
}

img {
  border: 0;
}

.centredobject {
  text-align: center;
}

.leftalignedobject {
  text-align: left;
}

.rightalignedobject {
  padding: 10px;
  float: right;
}

.indented_text {
  margin-left: 5%;
}

.thin_hr {
  border: 0px solid #933;
  height: 1px;
  width: 100%;
  background-color: #933;
  color: #933;
  text-align: center;
}

.breakclear {
  clear: both;
}

#main_container {
  padding: 0;
  margin: 0;
}

#header_container {
  padding: 0;
  margin: 0;
}

#content_container {
  padding: 0;
  margin: 0;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  background-color: #933;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 1.0em;
  font-weight: bold;
  font-family: "Geneva", "Arial", "Helvetica", sans-serif;
}

#navcontainer ul li {
  display: inline;
}

#navcontainer ul li a {
  padding: 0.2em 1em;
  background-color: #933;
  color: #fff;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
  background-color: #f33;
  color: #fff;
}

.header {
  color: #933;
  font-size: 2.0em;
  font-weight: bold;
  font-family: "Georgia", "Garamond", "Times New Roman", "Times", serif;
}

.subheader {
  color: #933;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Georgia", "Garamond", "Times New Roman", "Times", serif;
}

.title {
  color: #933;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Geneva", "Arial", "Helvetica", sans-serif;
}

.subtitle {
  color: #933;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Geneva", "Arial", "Helvetica", sans-serif;
}

.subsubtitle {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Geneva", "Arial", "Helvetica", sans-serif;
}

.subsubsubtitle {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Georgia", "Garamond", "Times New Roman", "Times", serif;
}

.text {
  color: #000;
  font-size: 1.0em;
  font-family: "Georgia", "Garamond", "Times New Roman", "Times", serif;
}

.smalltext {
  color: #000;
  font-size: 0.7em;
  font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
}
