img {
  border: 0;
}

html {
  height: 100%;
}

body { 
  font-family: sans-serif;
  background: #00247d;
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
  color: black;
}

h1 {
  text-align: center;
}
h2 {
  text-align: center;
}
h4 {
  text-align: center;
}

*.centered {
  text-align: center;
}

p.signature {
  font-style: italic;
}

#fullheight {
  height:100%;
}

div#content {
  background: #d9af96;
  margin: 3em;
  padding-top: 1em;
  background-image: url('/img/map_transparent.png');
  background-repeat: no-repeat;
  background-position: top;
}


div#content p {
}

p.address {
  text-align: center;
  font-size: small;
  font-family: arial, helvetica, sans-serif;
  padding-bottom: 1em;
  color: white;
}

div#content *.inset-left {
  vertical-align: text-top;
  float: left;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
}

div#header {
  text-align: center;
}

div#footer {
  text-align: center;
  margin: 1em;
  color: white;
}

a {
//  text-decoration: none;
}
a:link {
  color: #ff0000;
}
a:visited {
  color: #ff00ff;
}
a:link:hover {
  color: #ff0000;
}
a:visited:hover {
  color: #ff00ff;
}

div#pagecontent a {
//  text-decoration: none;
}
div#pagecontent a:link {
  color: #0000ff;
}
div#pagecontent a:link:hover {
  color: #0000ff;
}

p#pageerror {
  text-align: center;
  color: #000000;
}

p.warning {
  text-align: center;
  color: #ff0000;
  background: #000000;
  font-size: 75%;
  padding: 0 0 0.25em 0;
}

div#pagecontent p, ul, ol {
  margin: 1em 3em 1em 3em;
  padding: 1em;
}

div#pagecontent h3 {
  margin: 0em 2em 1em 2em;
}
