body {
  background-image:none;
  background-color:#ffffff;
  font-family:Verdana, Arial, Helvetica, Sans;
  font-size:10pt;
  margin:0px;
  margin-top:8px;
  text-align:left;
}
img {
  border-style:none;
}
.body-wrapper {
  position:relative;
  width:100%;
}
.content-wrapper {
  width:980px;
  padding-right:12px;
  margin:0 auto;
}
.top-menu {
  position:relative;
  width:980px;
  height:70px;
  top:0px;
  left:0px;
}
.top-menu-light {
  position:absolute;
  top:0px;
  left:0px;
  width:980px;
  height:70px;
  background-image:url('/_resources/menu-dark.png');
}
.top-menu-dark {
  position:absolute;
  width:0px;
  top:0px;
  left:0px;
  height:70px;
  background-image:url('/_resources/menu-light.png');
}
a.top-menu-link {
  position:absolute;
  height:62px;
}
a:link {
  text-decoration:none;
  color:black;
}
a:visited {
  text-decoration:none;
  color:black;
}
a:hover {
  text-decoration:none;
  color:#505050;
}
a:active {
  text-decoration:none;
  color:black;
}
.bottom-menu {
  position:fixed;
  padding-top:5px;
  padding-bottom:5px;
  left:0px;
  right:0px;
  bottom:0px;
  height:17px;
  font-size:9pt;
  background-image:url('/_resources/bottom-menu-background.png');
  background-repeat:repeat-x;
  text-align:center;
}
input.search-box {
  border-style:none;
  font-size:8pt;
  position:relative;
  max-height:16px;
  height:16px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  bottom:0px;
}
a.bottom-menu-link:link {
  margin-left:7px;
  margin-right:7px;
  text-decoration:none;
  color:#c0c0c0;
}
a.bottom-menu-link:visited {
  margin-left:7px;
  margin-right:7px;
  text-decoration:none;
  color:#c0c0c0;
}
a.bottom-menu-link:hover {
  margin-left:7px;
  margin-right:7px;
  text-decoration:none;
  color:#b2ce49;
}
a.bottom-menu-link:active {
  margin-left:7px;
  margin-right:7px;
  text-decoration:none;
  color:#c0c0c0;
}
.main-content {
  position:relative;
  width:980px;
  left:0px;
  padding-bottom:40px;
}
