.pageContainer {
    margin-left: auto;
    margin-right: auto;
    top:0;
    width: 1024px;
  }
  
  .rightContentContainer1 p{
    margin: 0;
    padding: 0;
  }
  
  .topMenuList {
    margin: 0;
    padding-top: 120px;
    padding-left: 280px;
    font-family: verdana;
    font-size: 19px;
    color: #fff;
    
  }
  .topMenuList a {
    color: #FFF;
    text-decoration: none;
  }
  .topMenuList a:hover {
    color: #dd9117;
  }
  .topMenuSelectedItem {
    color: #dd9117 !important;
  }
  .leftMenuSelectedItem {
    color: #dd9117 !important;
  }
  .middleTextContainer {
    position: absolute;
    top: 25px;
    left:10px;
    right: 10px; 
    bottom: 30px;
    /*background-color: #FF0000;*/
    overflow: hidden;
  }
  .rightTextContainer {
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10; 
  }
  .scrollUp {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #00FF00;
    background: url(/uploads/scrollup.png) no-repeat center center;
  }
  .scrollDown {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/uploads/scrolldown.png) no-repeat center center;
  }
  .rightContentContainerTop p {
    margin:0;
    padding:0;
  }
  .fieldError {
    border: 2px solid #FF0000;
  }
  .rightContentContainerTop {
    position: absolute;
    overflow: hidden; 
    top: 164;
    height: 420px;
    width: 240px;
    margin-left:0;
    padding:0;
  }
  .rightContentContainerBottom {
    position: absolute;
    background: url(/uploads/right_bottom.jpg) no-repeat top left;
    top: 420px;
    height: 140px;
    width: 230px;
    margin-left:0;
    padding:0 5px 0 5px;
    overflow: hidden;
  }

.leftMenuList {
    padding:0;
    margin-left: 50px;
    margin-top: 0;
    list-style-type: none;
  }
  .leftMenuList li{
    padding-top: 20px;
    font-family: verdana;
    font-size: 15px;
    color: #cccc99;
  }
  .leftMenuList a{
    font-family: verdana;
    font-size: 15px;
    color: #cccc99;
    text-decoration: none;
  }