body { 
  background-color: #bdac90;
  margin: 10px;
  font-size: 12pt; 
  color: #302600;
  font-family: arial; 
  text-align: center;
}

a:link { text-decoration: none; color: #a00000; }
a:visited { text-decoration: none; color: #a00000; }
a:active { text-decoration: none; color: #302600; }
a:hover { text-decoration: none; color: #302600; }

#doc {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

#titlebar {

  height: 97px;
}

#titletext {
  padding: 10px;
  float: left;
}

#navbar {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #bdac90;
  padding: 3px 0px 3px 0px;
  color: #ffffdd;
}

a.navitem {
  color: #302600;
}

.navitem {
  background-color: #d7cfbb;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bdac90;
  margin: 0px 10px 0px 10px;
  padding: 2px 10px 3px 10px;
}

.navitem:hover {
  background-color: #e7dfcb;
  padding: 2px 10px 4px 10px;
}

.selected_navitem {
  background-color: #e7dfcb;
  padding: 2px 10px 4px 10px;
}

.title1 {
  margin-top: 8px;
  font-size: 22pt;
  font-weight: bold;
  line-height: 150%;
}

.title2 {
  margin-left: 3px;
}

.title3 {
  font-size: 14pt;
  font-weight: bold;
}

img.title {
  float: right;
  margin-right: 30px;
}

img.leftcorner {
  margin-right: 1em;
}

#contentpane {
  background-color: #e7dfcb;
  padding: 10px;
}
 
{ 
border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #bdac90;
}

#contact {
  width: 100%;
  background-color: #e7dfcb;
  margin-top: 2px;
  padding: 0px;
}

