#content {
  position:absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height:100%;
  width:100%;
  z-index:1;
  overflow: hidden;
}

#sidemenu_w {
  position:absolute;
  top: 158px;
  right: 14px;
  margin:0;
  padding:0;
  z-index:3;
  width:246px;
}

.csm_green {
  background-color: #7f8062;
  width:246px;
}

.csm_content {
  background-color:#FFF;
  width: 224px;
  padding: 8px 12px 8px 8px;
  border-bottom: 1px solid #7f8062;
  border-left: 1px solid #7f8062;
  border-right: 1px solid #7f8062;
  overflow:auto;
  zoom:1;
}

div.csm_content a  {
  width:224px; height:100%; display:block;
  text-decoration: none;
  color: #000;
  padding: 0px;
  margin: 0px;
}

.csm_content h2 {
  font-size:90%;
  margin-top:0px;
  margin-bottom: 5px;
  font-weight: normal;
}

.csm_content p {
  font-size:70%;
  margin-top: 2px;
  margin-bottom: 5px;
  font-family: Arial;
}
.csm_content p.sponsors {
  font-size:60%;
  font-family: Arial;
}
