body {
  background-color: #000066;
  color: #FFFFFF;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 13px;
  margin: 0px;
  text-align: center;
}


a:link {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  background-color: #000077;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  background-color: #000077;
}

h1 {
  font-size: 12pt;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

h2 {
  font-size: 12pt;
  margin-top: 4em;
  margin-bottom: 2em;
}

p.narrow {
  width: 300px;
}



#container {
  position:relative;
  display: block;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top:0px;
  border: 5px solid #007;
  background-color: #007;
  padding: 0px;
  text-align: left;
}

#navi {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  padding: 0px;
  margin: 0;
}

#navi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navi ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  height: 45px;
  width: 140px;
}
#navi ul li div {
  background-image: url(../img/buttonbg.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 40px;
  padding-top: 12px;
  padding-bottom: 0px;
  vertical-align: baseline;
  text-align: center;
  padding-right: 5px;
}

#navi a:hover {
  text-decoration: none;
}


#navi ul li div:hover, #navi ul li div.hover {
  background-image: url(../img/buttonbg_hover.png);
}

#textcontainer {
  position: relative;
  right: 0px;
  top: 0px;
  margin: 0px;
  margin-left: 180px;
  padding: 0px;
  border: 0;
}

#text {
  width: 590px;
  right: 0px;
  top: 0px;
  position: relative;
  padding: 0px;
}

#footer {
  position: relative;
  border-top: 1px solid #AAF;
  font-size: 10px;
  margin-top: 5em;
  margin-bottom: 2em;
}

.portrait {
  float: right;
  text-align: center;
  white-space: nowrap;
  font-size: 8pt;
  margin-left: 15px;
  margin-bottom: 15px;
}


li {
  margin-bottom: 0.5em;
}

span.headline {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


/* mixin classes: */
.centered { text-align: center }
.nobreak { white-space: nowrap }
.small {
  font-size: 9px;
  font-stretch:condensed
}
.floatright { float: right; }
.highlight {
  background-color: #339;
  padding: 5px 10px 5px 10px;

}
