html, body
{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
  
div#map_canvas
{
  width: 70%;
  height: 80%;
  padding: 0;
  margin-left: auto;
  margin-right:auto;
}

div#map_canvas_small
{
  width: 750px;
  height: 500px;
  padding: 0;
  margin: 0;
}

div#full_header
{
  margin: 0;
  padding: 0;
  box-shadow: 0 0 2px 2px #777;
}

div#header_tabs
{
  margin: 0;
  padding: 0;
  /*Background gradients compatible with all modern browsers*/
  background: #0e3e6f; /* Old browsers */
  background: -moz-linear-gradient(left, #0e3e6f 0%, #002255 34%, #002255 66%, #0f3f7a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0e3e6f), color-stop(34%,#002255), color-stop(66%,#002255), color-stop(100%,#0f3f7a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* IE10+ */
  background: linear-gradient(to right, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3e6f', endColorstr='#0f3f7a',GradientType=1 ); /* IE6-9 */
}

div#top_credits
{
  box-sizing: border-box;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding: 10px;
  /*Background gradients compatible with all modern browsers*/
  background: #0e3e6f; /* Old browsers */
  background: -moz-linear-gradient(left, #0e3e6f 0%, #002255 34%, #002255 66%, #0f3f7a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0e3e6f), color-stop(34%,#002255), color-stop(66%,#002255), color-stop(100%,#0f3f7a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* IE10+ */
  background: linear-gradient(to right, #0e3e6f 0%,#002255 34%,#002255 66%,#0f3f7a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3e6f', endColorstr='#0f3f7a',GradientType=1 ); /* IE6-9 */
}

div#top_credits p, div#top_credits p a, div#top_credits p a:visited
{
  color: #FFF;
  text-shadow: 3px 3px 2px #000;
  padding: 0;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 2px;
  margin-left: 0;  
  border:none;
  text-decoration: none;
}

div#top_credits p a:hover
{
  color: #0FF;
  text-shadow: 3px 3px 2px #000;
  padding: 0;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 2px;
  margin-left: 0;  
  border:none;
  text-decoration: none;
  
}

img#logo
{
  position: absolute;
  top: 15px;
  left: 15px;
}

div#about
{
  width: 850px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 25px;
  margin-bottom:35px;
  padding: 0;
}

div#about h1.subH1
{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div#about p.subH1
{
  text-align: center;
  font-style: italic;
  font-size: medium;
  text-indent: 0;
}

div#content
{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 25px;
  margin-bottom:35px;
  padding: 0;
}

div.figure 
{
  margin-left:auto;
  margin-right:auto;
}

div.figure img 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid black;
}

div.figure p 
{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.content
{
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#top_menu 
{
  list-style:none; 
  height:2em; 
  padding:0; 
  margin:0; 
  border: none; 
}

#top_menu li 
{
  float:left; 
  margin-right:0.13em; 
  margin-top: 0;
  margin-bottom: 0;
}

#top_menu li a 
{
  display:block;
  height: 2em;
  padding:0 1em;
  text-decoration:none;
  border:0.06em solid #000;
  border-bottom:0;
  font:bold 0.88em/2em arial,geneva,helvetica,sans-serif;
  color:#000;
  background-color:#ccc;
  margin-top: 0;
  margin-bottom: 0;

  /* CSS 3 elements */
  -webkit-border-top-right-radius:0.50em;
  -webkit-border-top-left-radius:0.50em;
  -moz-border-radius-topright:0.50em;
  -moz-border-radius-topleft:0.50em;
  border-top-right-radius:0.50em;
  border-top-left-radius:0.50em;
}

#top_menu li a:hover 
{
  background:#39C; 
  color:#fff;
  text-decoration:none;
}

#top_menu li#current a 
{
  background-color: #777;
  color: #fff;
}

#top_menu li#current a:hover 
{
  background: #777;
  color: #000;
}

table.border_table
{
  border: 1px;
  border-color: black;
}

.border_table td
{
  border: 1px;
  border-color: black;
  vertical-align: top;
}

h1
{
  text-align: center;
}