body
{
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  background-image: url("/images/background2.jpg");
}
h1
{
  font-family: arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #1B4A2C;
}
h2
{
  font-family: arial, helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #1B4A2C;
}
#logo
{
  position: absolute;
  width: 300px;
  height: 100px;
  left: 10px;
  top: 10px;
}
#header
{
  position: absolute;
  width: 200px;
  height: 100px;
  right: 10px;
  top: 10px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #1B4A2C;
  text-align: right;
}
#menubar
{
  position: absolute;
  width: 120px;
  left: 10px;
  top: 120px;
}
#content
{
  position: absolute;
  width: auto;
  left: 140px;
  right: 10px;
  top: 120px;
  background-color: #FFFFFF;
  text-align: justify;
  padding: 10px;
}
.content
{
  width: auto;
  margin-left: 140px;
  margin-right: 10px;
  margin-top: 120px;
  background-color: #FFFFFF;
  text-align: justify;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #1B4A2C;
}
.MenuItem
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px;
}
.MenuItem a, .MenuItem span
{
  padding: 2px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #1B4A2C;
}
.MenuItem a, .MenuItem A:visited
{
  color: #1B4A2C;
  background-color: #FFFFFF;
  text-decoration: none;
}
.MenuItem a:hover, .MenuItem span
{
  color: #FFFFFF;
  background-color: #1B4A2C;
  text-decoration: none;
}
.footer
{
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #1B4A2C;
}
.footer a:hover
{
  text-decoration: none;
}