html, body, ul, li, h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
}
a {
   color: black;
   font-weight: bold;
   text-decoration:none;
}
a:hover {
   color: #800000;
}

.errorText {
   color: red;
}

.left {
   float: left;
}
.right {
   float: right;
}
.more {
  text-align: right;
}
body {
  background: #CCCC66;
  font: 8pt arial, sans-serif;
  color: black;
  text-align: center;
}

html, body{height:100%}

#content {
  border-left: 2px solid black;
  border-right: 2px solid black;
  background: white;
  color: black;
  width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#header {
  vertical-align: top;
}

#about {
  padding: 10px 8px 0px 80px;
  text-align: justify;
  vertical-align: top;
}
#logo {
  padding: 10px 50px 20px 10px;
  text-align: right;
  vertical-align: center;
}

#bottomLogo {
  padding: 4px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  text-align: center;
  vertical-align: top;
}

#contentAbout {
  padding: 20px 40px 10px 10px;
  text-align: justify;
  font: 11pt arial, sans-serif;
  vertical-align: top;
}
#contentLogo {
  padding: 0px 0px 10px 20px;
  text-align: right;
}

#contentTitle {
  padding: 0px 0px 12px 60px;
  font-family: georgia, sans-serif;
  font-style:italic;
  font-size:16pt;
  color: forestgreen;
  height:1.25em;
  text-align: left;
  vertical-align: top;
}

#contentCell {
  padding: 0px 60px 10px 64px;
  text-align: left;
}

/************************** Navigation **********************************/

#nav ul {
  margin: 0px 0px 0px 50px;
  border: 2px solid black;
  padding: 4px;
  display:inline;
  float: left;
  width:800px;
}
#nav li {
  display:inline;
  padding: 13px;
  margin: 0px;
}
#nav ul a {
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.5pt;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
#nav ul a:hover{
  color: #800000;
}

a.selected {
  padding: 2px;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}

