#content {
  position:absolute;
  top: 150px;
  left: 50px;
  width: 400px;
}

#anchors {
  position:fixed;
  top: 160px;
  left:40px;
  width: 90px;
  text-align: right;
  font-family: Arial;
}
* html #anchors {position:absolute;}
#slider {
  position:fixed;
  top: 165px;
  left:155px;
  width: 7px;
  display:none;
  z-index:3;
  background: #d0d1c1;
}
* html #slider {position:absolute;}

#sliderknob {
	position: absolute;
	height: 7px;
	width: 7px;
	cursor: pointer;
  z-index:3;
  background-image: url(/img/sliderknob_bg.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
	background-color: #7f8062;
}

#copy {
  position: absolute;
  top: 165px;
  left: 180px;
  width: 400px;
  font-family: Arial;
  margin-left:10px;
  margin-bottom:60px;
  background: #FFF;
  font-size: 70%;
}

#anchors h3 a:link, #anchors h3 a:visited {
  text-decoration:none;
  color: #000;
}

#anchors h3 a:active, #anchors h3 a:hover {
  text-decoration:none;
  color: #7f8062;
}

#anchors h2 a:link, #anchors h2 a:visited {
  text-decoration:none;
  color: #000;
}

#anchors h2 a:active, #anchors h2 a:hover {
  text-decoration:none;
  color: #7f8062;
}

#anchors h3 {
  color: #7f8062;
  font-size: 60%;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

#anchors h2 {
  color: #000;
  font-size: 70%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

#copy h3 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-top:25px;
  margin-bottom:5px;
  padding-top: 0px;
}

#copy h2 {
  color: #000;
  font-size: 130%;
  font-weight: bold;
  margin-top: 40px;
  padding-top: 0px;
  font-family: Georgia;
  font-weight: normal;
}

#copy p.first {
  margin-top: 5px;
  font-size: 110%;
}

#copy p {
  margin-top: 5px;
}

#copy ul {
  margin-top: 5px;
}

#copy a:link, #copy a:visited, #copy a:active  {
  margin-top: 5px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#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;
}

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;
}