      html, body {
        background: url('../image/site/site_background.gif') repeat-x #CECFFF;
        margin:0px;
        padding:0px;
      }

      a:link, a:visited, a:active {
        color:#FFF;
      }

      a:hover {
        text-decoration: none;
      }

      img {
        border: solid 0px #000;
      }

      #banner {
        position: absolute;
        left: 175px;
        background: url('../image/site/banner.gif') no-repeat;
        width: 295px;
        height:275px;
      }

      #christinaPrimero {
        background: url('../image/site/christina_primero.gif') no-repeat;
        position: absolute;
        width: 305px;
        height: 56px;
        top: 50px;
        left:  530px;
      }

      #topNavigation {
        position:relative;
        margin-left: 295px;
        letter-spacing: 0px;
        z-index: 1;
      }


      #photo {
        position: absolute;
        top: 200px;
        left: 150px;
      }

      #rightHeader {
        width: 350px;
        border: solid 1px #E4E4F4;
        border-width: 0px 0px 1px 0px;
        position: absolute;
        top: 115px;
        left: 540px;
        color: #FFF;
        font-family: Verdana;
        /* font-weight: bold; */
        font-size: 15px;
      }

      #right {
        background: url('../image/site/right_background.gif') repeat-x #AAAAE1;
        margin: 10px 0 0 0;
        padding: 10px;
        width: 320px;
        height: 330px;
        /* border: solid 1px #E4E4F4;
        border-width: 0px 1px 1px 0px; */
        position: absolute;
        top: 135px;
        left: 540px;
        overflow: hidden;
        color: #FFF;
        font-size: 11px;
        font-family: Verdana;
      }

      #rightContent {
        position: relative;
        text-align:justify;
      }

      #preFooterLeft {
        position: absolute;
        background: url('../image/site/bottom_left.gif') no-repeat;
        top: 495px;
        left: 125px;
        width:31px;
        height:31px;
      }

      #preFooterRight {
        position: absolute;
        background: url('../image/site/bottom_right.gif') no-repeat;
        width:31px;
        height:31px;
        top: 485px;
        left: 880px;
      }

      #footer {
        position:absolute;
        bottom:0px;
        right:0px;
        height:50px;
        border:solid 1px #E4E4F4;
        border-width: 1px 0px 0px 0px;
        width:100%;
        background: #A4A5DA;
        color: #FFF;
        text-align: center;
        font-family: Verdana;
        font-size: 10px;
        line-height: 175%;
      }

      #footer-inner {
        width: 720px;
        margin: 0px 0px 0px 175px;
        padding: 5px 0px;
        text-align: left;
      }

      #totalScrollbar{
        position: absolute;
        top: 160px;
        left: 880px;
        width:15px;
        height: 371px;
        background:#B8BEF0;
        border-style: solid 1px #D4D0C8;
        border-width: 0px 0px 0px 15px;
      }

      #scrollbar {
        position:relative;
        width: 15px;
        height: 128px;
        border: solid 0px #000;
        background: #A4B0E1;
      }

      ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
      }

      li { /* all list items */
        float: left;
        position: relative;
      }

      li ul { /* second-level lists */
        display: none;
        position: absolute;
        top: 17px;
        left: 5px;
        width:150px;
        border:solid 1px #7A7BA8;
      }

      li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
        top: auto;
        left: auto;
      }

      li:hover ul, li.over ul { /* lists nested under hovered list items */
        margin-top: 0px !important;
        margin-top: 10px;
        display: block;
        width:150px;
      }


      .dropDown {
        margin-top: -5px !important;
        margin-top: 0px;
        font-family: Verdana;
        font-size: 8pt;
        font-weight: bold;
        padding: 3px;
        width: 150px;
        background: #CECFFF;
      }
      .dropDown a {
        display:block;
      }
