body 
{
 font-family:Verdana,Arial,sans-serif;
 font-size:0.8em;
 background-color:#BFBFBF;
 text-align:center;
 margin-top:5px;
}
#root
{
  border: 1px solid #000000; 
  margin: 0px auto; 
  width: 95%; 
  text-align: left; 
}
h1 {font-size:1.4em;color:#000000;margin-bottom:0px;}
h2 {font-size:1.2em;color:#000000;}
h3 {font-size:1em;color:#000000;}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:1em;
}
a.main:active, a.main:hover, a.main:link, a.main:visited { 
  text-decoration:none;
  font-weight:normal;
  color:#1A1A1A;
  font-size:1em;
}
a:active, a:hover
{ 
  color:#5F8063;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#FFDB61;
 text-align:center;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{ 
 color:#eeeeee;
 background-color:#A6A191;
 font-weight:bold;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
 color:#737994; 
 background-color:#eeeeee;
 font-weight:bold;
}

#title {
height:60px;
background-color:#A6A191;
}
#left { 
width:15%;
float:left;
}
#right { 
width:12%;
float:right;
margin-top:5px;
}
.menutitle{
font-weight:bold; 
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000000; 
background-color:#DDD0A7;
width:90%;
margin:5%;
}
#content {
background-color:#efeff7;
width:70%;
float:left;
padding:1%;
}
.dash {
border:1px dashed #000000;
width:70%;
margin-top:15px;
margin-left:15%;
padding:1%;
}
img.map {
border:1px solid #000000;
}
h2.mon, h3.mon, div.map {
text-align: center;
}
div.mon {
text-align: left;
padding: 3px;
margin-top:15px;
border:1px dashed #000000;
}