body
{

  background: #dddddd;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}

.maintitle
{
  font-size: 30px;
}

.orangesubtitle
{
  font-size: 18px;
  color: #E2B157;
  font-weight: bold;
}

.bupper
{
  text-transform: uppercase;
  font-weight: bold;
}

.boxed
{
  border: solid black;
  padding: 5pt;
  border-width: 2;
}

div.map {
  position: absolute;
  width: 220px;
  height: 4500px;
  top: 0px; left: 0px; right: 250px;
  background: white;
}

div.pagebody{
  position:absolute;
  top: 40px;
  left: 260px;
  right: 5px;
  background: #dddddd;
  text-align: justify;
}
body>div#Menu,
body>div.map { position: fixed }


