body {
  background: #363636;
  color: #FFFFFF;
  font-size: 100%;
  text-align: left;
  margin: 0;
}


#header {
  background-image: url(graphics/logo.png);
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0;
  padding-top: 2em;
  padding-right: 3em;
  padding-bottom: 0;
  padding-left: 3em;
  border-bottom: 1px solid #818181;
}

#header h1 {
  color: #FFFFFF;
  font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  margin-right: 6.75em;
  padding: 0;
}


#navigation {
  margin: 0;
  padding-top: 2.5em;
  padding-right: 0;
  padding-bottom: 0.2em;
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
}

#navigation li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0.6em;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  display: inline;
}

#navigation a, #navigation a:visited {
  background: #000000;
  color: #FFFFFF;
  padding-top: 0.2em;
  padding-right: 0.6em;
  padding-bottom: 0.2em;
  padding-left: 0.6em;
  text-decoration: none;
  border-top: 1px solid #818181;
  border-right: 1px solid #818181;
  border-left: 1px solid #818181;
}

#navigation a.thispage, #navigation a:visited.thispage {
  background: #818181;
  color: #000000;
}

#navigation a:hover, #navigation a:active, #navigation a:focus {
  background: #18E7CD;
  color: #000000;
}

#navigation a:hover.thispage, #navigation a:active.thispage, #navigation a:focus.thispage {
  background: #818181;
  color: #000000;
}


#copyback {
  background: #000000;
}


#copy {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding-top: 2.5em;
  padding-right: 5em;
  padding-bottom: 1.5em;
  padding-left: 3em;
  max-width: 45em;
}

#copy h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1.2em;
  margin-left: 0;
}

#copy h3 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}

#copy hr {
  background: #818181;
  color: #818181;
  width: 100%;
  height: 1px;
  border: 0;
  margin-bottom: 1.4em;
}

#copy p {
  margin: 0;
  padding-bottom: 1.4em;
}

#copy strong {
  font-weight: bold;
}

#copy img {
  border: 1px #818181 solid;
  display: block;
  margin-bottom: 1.4em;
}

#copy img.left {
  float: left;
  margin-right: 2em;
}

#copy img.right {
  float: right;
  margin-left: 2em;
}

#copy img.narrow {
  width: 10em;
}

#copy img.normal {
  width: 14em;
}

#copy img.wide {
  width: 20em;
}

#copy a img, #copy a:visited img {
  border-color: #818181;
}

#copy a:hover img, #copy a:active img, #copy a:focus img {
  border-color: #18E7CD;
}

#copy ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2.1em;
  margin-left: 2em;
  padding: 0;
  list-style: none;
}

#copy ul li {
  margin-bottom: 0.7em;
}

#copy ul li ul {
  margin-bottom: 1.4em;
}

#copy ul.thumbnails {
  margin: 0;
  padding: 0;
  list-style: none;
}

#copy ul.thumbnails li {
  display: inline;
}

#copy ul.thumbnails img {
  width: 8em;
  height: 12em;
  margin-left: 2em;
  display: inline;
}

#copy ul.thumbnails img.landscape {
  width: 8em;
  height: 6em;
}

#copy a {
  color: #18E7CD;
  text-decoration: none;
  border-bottom: 1px #18E7CD dashed;
}

#copy a:visited {
  color: #18E7CD;
  border-color: #18E7CD;
}

#copy a:hover, #copy a:active, #copy a:focus {
  background: #18E7CD;
  color: #000000;
  border-color: #18E7CD;
}

#copy a.external {
  border-bottom-style: solid;
}

#copy .thumbnails a, #copy .thumbnails a:visited, #copy .thumbnails a:hover, #copy .thumbnails a:active, #copy .thumbnails a:focus {
  background: #000000;
  text-decoration: none;
  border-bottom: 0;
}


#footer {
  color: #818181;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding-top: 1em;
  padding-right: 4em;
  padding-bottom: 1em;
  padding-left: 4em;
  border-top: 1px solid #818181;
}

#footer p {
  font-size: 0.8em;
  margin: 0;
  max-width: 52em;
}

#footer a, #footer a:visited {
  color: #818181;
  text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
  background: #818181;
  color: #363636;
}

