/* ---- Style sheet for the maps ---- */

@charset "utf-8";

body {
  font-family: Verdana, Geneva,  sans-serif;
  font-size: 100%;
  background-color: grey;
  margin:0;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  background-color: #333;
  color: white;
  /* outline: 2px solid red; */
}

#header {
  text-align: center;
  color: #ccc;
  font: bold 1.5em "Times New Roman";
  padding-top: .1em;
  border-bottom: double white;
  background-image: url("/Graphics/Header_1400x150.jpg");
  /* outline: 2px solid red; */
}

a:link {
	color: #0FF;
	text-decoration: underline;
}

a:visited {
	color: #C90;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #C30;
}

p.navigation {
  font-size: 80%;
  color: white;
  text-align: center;
  /* outline: 1px solid green; */
}

p.MapCenter {
   text-align: center;
   /* outline: 1px solid green; */
}