body {
  color: #000;
  font-family: Tahoma;
  font-size: 9pt;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
#content a {
  color: #229;
}
#left {
  width: 170px;
}
#leftbdr {
  background-image: url(left_bdr.png);
  background-position: right;
  background-repeat: repeat-y;
}
#leftbdrend {
  background-image: url(left_bdr_end.png);
  background-position: right;
  background-repeat: repeat-y;
  height: 58px;
}
#logo {
  padding: 0px;
  border: 0;
}
#left ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 2.25em;
}
#games {
  width: 100px;
  //background-color: #b84511;
  background-color: #555555;
  text-align: center;
}
.title {
  border: 0;
  margin-right: 7px;
}
#games div {
  margin-top: 10px;
}
a {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: underline;
}
#right {
  float: right;
  width: 300px;
  background-color: #f8f8f8;
  padding: 10px;
  margin-right: 5px;
  margin-top: 10px;
  border: solid 1px #bbb;
  display: none;
}
#content {
  color: #222;
  background-color: #fff;
  background-image: url(content_bg.png);
  background-repeat: no-repeat;
  padding: 5px 10px 10px 10px;
}
#menu {
  background-color: #efefef;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  border-top: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
}
#maintable {
  border-top: solid 0px #b84511;
}
.menuitem {
  text-align: right;
  font-size: 11pt;
  font-weight: bold;
  padding-right: 8px;
  height: 25px;
  vertical-align: middle;
}
.menuitemselected {
  background-color: #b84511;
  background-image: url(active_button.png);
  background-repeat: no-repeat;
}
.menuitemselected a {
  color: #fff;
}
.menuitemunselected {
}
.menuitemunselected a {
  color: #777;
}
.borderright {
  border-right: solid 1px #bbb;
}
.sectiontitle {
  font-size: 11pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 1px 5px 1px 5px;
  border-bottom: solid 1px #b84511;
}
.sectionbodynews {
  margin: 0px 0px 10px 0px;
  padding: 6px 6px 6px 6px;
}
.newstext {
}
.newstext p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.newstext blockquote {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.newstext ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 1.5em;
}
.newsdate {
  color: #777;
  float: right;
}
td {
  text-align: left;
  vertical-align: top;
}
hr {
  height: 1px;
  border: 1px solid #aaaaaa;
  margin-top: 15px;
  margin-bottom: 15px;
}
.leftsectionstart {
  color: #555;
  text-align: center;
  background-color: #f7f7f7;
  padding: 3px 6px 3px 0px;
  margin-right: 4px;
  font-size: 11pt;
  font-weight: bold;
}
.leftsection {
  padding-top: 4px;
  color: #444;
}
.leftsection img {
  padding-left: 10px;
}
.copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 7pt;
  text-align: center;
  color: #ffffff;
  background-color: #b84511;
}