html, #body
{
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0px 0px 0px 0px;
}

#home
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 110px;
  width: 691px;
  cursor: pointer;
}

#page
{
  position: absolute;
  width: 740px;
  height: 419px;
  background-image: url(layout/background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  top: 50%;
  margin-left: -370px;
  margin-top: -209px;
}

#sectionsmenu
{
  position: absolute;
  top: 115px;
  left: 3px;
  width: 172px;
  height: 300px;
  line-height: 28px;
}

.sectionsmenuover
{
  position: absolute;
  margin-top: -32px;
  -margin-top: -9px;
  left: 0px;
  height: 32px;
  width: 172px;
  background-color: #537f95;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.sectionsmenuitem
{
  height: 28px;
  font-size: 12px;
  color: #032a3a;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
}

.sectionsmenuitem_text, .sectionsmenuitem_text_on
{
  text-decoration: none;
  color: #043a54;
}

.sectionsmenuitem_block
{
  position: absolute;
  left: 0px;
  height: 28px;
  width: 172px;
  background-color: #4c828e;
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: pointer;
  text-decoration: none;
  margin-top: -28px;
}

.sectionsmenuitem_sub
{
  width: 300px;
}

.sectionsmenuitem_subborder
{
  position: absolute;
  margin-left: 172px;
  margin-top: -30px;
  background-color: #ffffff;
  border: 1px solid black;
  width: 300px;
  -width:;
  padding: 5px;
}
 
sectionsmenuitem_sub a
{
  color: black;
}

#topmenu
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 85px;
  line-height: 13px;
  margin: 15px 15px 15px 15px;
}

#topmenu a
{
  font-family: Tahoma, Verdana;
  font-size: 11px;
  color: #4d7485;
  text-decoration: none;
  line-height: 5px;
  font-weight: normal;
}

#mainmenu
{
  position: absolute;
  top: 90px;
  left: 175px;
  height: 24px;
  width: 561px;
  margin: 4px 10px 10px 10px;
}

#mainmenu a
{
  font-size: 13px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
}

#content
{
  position: absolute;
  top: 140px;
  left: 195px;
  width: 531px;
  height: 265px;
  overflow: auto;
}

*
{
  font-family: Tahoma, Verdana;
}

#content, p, td, div, li, ul
{
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
  color: #004f70;
  font-family: Arial;
  font-size: 24px;
  font-weight: normal;
}

a, a:visited
{
  color: black;
  font-weight: bold;
}

