body {
    margin: 15px 0 0 0;
    padding: 0;
    background-color: white;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #000;
  }
  
  p {
    line-height: 150%;
  }

  a {
    color: red;
    text-decoration: underline;
  }

  a:hover {
    text-decoration: none;
  }
  
  img {
    border: 0;
  }
  
  .red {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
  }

  .green {
    color: #009900;
    font-weight: bold;
    text-transform: uppercase;
  }

  .orange {
    color: #ff6600;
    font-weight: bold;
    text-transform: uppercase;
  }

  .blue {
    color: #0033cc;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .red2 {
    font-size: 20px;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
  }

  .green2 {
    font-size: 20px;
    color: #009900;
    font-weight: bold;
    text-transform: uppercase;
  }

  .orange2 {
    font-size: 20px;
    color: #ff6600;
    font-weight: bold;
    text-transform: uppercase;
  }

  .blue2 {
    font-size: 20px;
    color: #0033cc;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  h1 {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    line-height: 140%;
  }

  h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: black !important;
    font-style: italic;
  }
  
  #wrapper {
    width: 980px;
    height: 560px;
    margin: auto;
    background-image: url(images/main_bg.jpg);
    text-align: left;
    vertical-align: top;
  }

  #menu {
    padding: 0 0 0 300px;
    width: 660px;
    height: 122px;
    text-align: left;
    vertical-align: top;
  }

  #menu nav {
    float: right;
  }

  #content {
    width: 960px;
    height: 316px;
    text-align: left;
  }

  #left {
    width: 320px;
    height: 316px;
    float: left;
  }

  #right {
    width: 624px;
    height: 316px;
    float: left;
    overflow: hidden;
  }
  
  .jspContainer {
    overflow: hidden;
    position: relative;
  }

  .jspPane {
    position: absolute;
    width: 600px !important;
  }

  #scroll-pane {
    height: 320px;
  }

  .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
  }

  .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
  }

  .jspVerticalBar *,
  .jspHorizontalBar * {
    margin: 0;
    padding: 0;
  }

  .jspCap {
    display: none;
  }

  .jspHorizontalBar .jspCap {
    float: left;
  }

  .jspTrack {
    position: relative;
    background-image: url('images/line.png');
  }

  .jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
  }

  .jspHorizontalBar .jspTrack,
  .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
  }

  .jspArrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
  }

  .jspArrow.jspDisabled {
    cursor: default;
  }

  .jspVerticalBar .jspArrow {
    height: 16px;
  }

  .jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
  }

  .jspVerticalBar .jspArrow:focus {
    outline: none;
  }

  .jspCorner {
    float: left;
    height: 100%;
  }

  /* Yuk! CSS Hack for IE6 3 pixel bug :( */
  * html .jspCorner {
    margin: 0 -3px 0 0;
  }

  .jspDrag {
    background: #eee;
    width: 5px;
    margin-left: 3px;
  }

  .jspTrack .jspActive,
  .jspTrack .jspHover,
  .jspDrag:hover {
    background: #ff0000;
  }

  .jspArrow {
    background-image: url('images/ui-icons_888888_256x240.png');
  }

  .jspVerticalBar > .jspActive,
  .jspArrow:hover {
    background-image: url('images/ui-icons_cd0a0a_256x240.png');
  }

  .jspVerticalBar > .jspDisabled,
  .jspVerticalBar > .jspDisabled:hover,
  .jspHorizontalBar > .jspDisabled,
  .jspHorizontalBar > .jspDisabled:hover {
    background-image: url('images/ui-icons_888888_256x240.png');
  }

  .jspVerticalBar .jspArrow {
    height: 15px;
  }

  .jspHorizontalBar .jspArrow {
    width: 15px;
  }

  .jspArrowUp {
    background-position: -2px 0 !important;
  }

  .jspArrowDown {
    background-position: -67px 0 !important;
  }

  .jspArrowLeft {
    background-position: -95px 0 !important;
  }
  
  .jspArrowRight {
    background-position: -32px 0 !important;
  }
  