/* CSS Document */
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #666633;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  color: black;
}

#map_canvas {
  width: 510px;
  height: 750px;
}

p {
  font-size: 14px;
  padding: 5px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  margin: 5px;
  vertical-align: top;
}
ul {
  font-size: 14px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
}
h1 {
  font-family:"Lucida Calligraphy", cursive;
  font-weight: normal; 
  font-size: 24px;
}
h2 {
  font-family:"Lucida Calligraphy", cursive;
  font-weight: normal; 
  font-size: 18px;
}
.bolden {
  font-weight: bold;
 }
.blacken {
  color: black;
}
.whiten {
  color: white;
}
.ochre {
  color: #FFCC00;
}
td.topleft {
  vertical-align:top;
  text-align:left;
  padding-top: 20px;
  padding-left: 5px;
}
td.topcentre {
  vertical-align:top;
  text-align:center;
  padding-top: 20px;
}
td.middlecentre {
  vertical-align:center;
  text-align:center;
}
td.bottomright {
  vertical-align:bottom;
  text-align:right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.plain14 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.plain16 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.fancy14 {
  font-family:"Lucida Calligraphy", cursive;
  font-size: 14px;
}
.fancy18 {
  font-family:"Lucida Calligraphy", cursive;
  font-size: 18px;
}
.fancy24 {
  font-family:"Lucida Calligraphy", cursive;
  font-size: 24px;
}
a:link {
  color: #0000FF;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #5E5EFF;
}
a:hover {
  text-decoration: none;
  color: #FF0000;
}
a:active {
  text-decoration: none;
  color: #3333FF;
}
a.ondarkbg:link {
  color: #FF8000;
  text-decoration: none;
}
a.ondarkbg:visited {
  text-decoration: none;
  color: #FFB08A;
}
a.ondarkbg:hover {
  text-decoration: none;
  color: #FF0000;
}
a.ondarkbg:active {
  text-decoration: none;
  color: #3333FF;
}
span.red {
  font-size: 160%;
  color: red;
  font-variant: small-caps;
}
.tims
{
  text-align:center;
  line-height: 1.4; 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #008040;
  margin: 0;
  padding: 0.8em;
}
hr {
  border: 0;
  color: #9E9E9E;
  background-color: #9E9E9E;
  height: 1px;
  width: 96%;
  text-align: center;
}
