body {
  background-color: #003366;
  color: #448888;
  font-family: helvetica, arial, sans;
  font-size: .8em;
}

#sidePanel {
  width: 160px;
  float: left;
}

#contentPanel {
  margin-left: 190px;
}

.contentArea {
  background-color: #448888;
  color: black;
  padding: 8px;
  width: 80%;
}

#flag {
  font-size: 2.8em;
  font-family: times, serif;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.1cm;
}

.contentArea h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: -12px;
  padding: 0;
}

.contentArea a:link {
  color: black;
  text-decoration: underline;
}

.contentArea a:visited, acronym {
  color: black;
  text-decoration: none;
  border-bottom: dotted black 1px;
}

#nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav a {
  color: #448888;
  text-decoration: none;
  display: block;
  padding: 5px;
}

a:hover, #nav #about {
  background-color: #99CC33;
}

#nav li {
  border: 1px solid gray;
  margin: 3px;
  margin-bottom: 7px;
}

#colophon, #extras div {
  border: 1px solid gray;
  padding: 5px;
  margin: 30px 3px;
}

#colophon p, #extras p {
  margin-top: 0;
}

#colophon a, #extras a {
  color: #448888;
}

#extras div {
 display: none;
}

#extras #aboutextras {
  display: block;
}

#footerSiteIdentity {
   display: none;
}