* {
  background: white;
}
body{
  background: white;
}
#container{
  border: none;
}
#topBar, #highlight, #menu, #sidebar, #features, #features-foot, #bottomBar, #blackbar, #darkentop, #topfix, #topLink, #footer, #copyright, #pageBody div.top{
  display: none;
}
#pageBody #header{
  text-align: center;  
  padding: 0px;
  margin: 5px 0px 0px; 
  height: 65px;
  background: none;
}
#header h2{
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}
#pageBody{
  width: 100%;
  font-size: 1.2em;  
}
#pageBody div.pageTitle{
  font-size: 1.0em;
}
#pageBody div div.boxOpt{
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  position: relative;
}
#pageBody div div.boxOpt-txt{
  margin: 0px 0px 0px 165px;
  padding: 0px 0px 0px 0px;
  width: 550px;
  float: none;
}
#pageBody div div.boxOpt-more{
  display: none;
}
