html {
      width       : 100%;
      height      : 100%;

      margin      : 0px;
      padding     : 0px;
}

body {
      width       : 100%;
      height      : 100%;

      margin      : 0px;
      padding     : 0px;

      font-family : Verdana, Arial, sans-serif;
      font-size   : 10px;

      color       : #000;
      background-color  : #fff;
}

td    {
      font-family : Verdana, Arial, sans-serif;
      font-size   : 12px;

      vertical-align    : top;
}

a {
      color       : #0e5582;

      text-decoration : none;
}

a img {
      border      : 0px;
}

ul {
      line-height : 1.5em;
}

p {
   margin: 1em 0;
}


#page {
      width       : 760px;
      height      : 100%;

      text-align  : left;
}

#nav {
      margin      : 0px;
      padding     : 0px;

      list-style  : none;
}

#nav a {
      font-size   : 12.5px;
      font-weight : bold;
      line-height : 2em;

      text-decoration   : none;

      color       : #fff;
}

#nav a.nav_on {
      color       : #0e5582;
}

#nav a:hover {
      color       : #0e5582;
}

#bottomNav {
      margin      : 0px;
      padding     : 0px 0px 0px 11px;

      list-style  : none;
}

#bottomNav li {
      float       : left;
      display     : block;
}

#bottomNav a {
      padding     : 7px;
      display     : block;

      font-size   : 10px;
      
      text-decoration   : none;

      color       : #0e5582;
}

#bottomNav a.nav_on {
      color       : #000;
}

#bottomNav a:hover {
      color       : #000;
}

#subNav {
      margin      : 0px;
      padding     : 0px;

      list-style  : none;
}

#subNav a {
      display     : block;
      font-size   : 12.5px;
      line-height : 2em;
      padding-left: 20px;

      text-decoration   : none;

      color       : #0e5582;

      background-image  : url('../../img/icon-off.gif');
      background-position  : left;
      background-repeat : no-repeat;
}

#subNav a.nav_on, #subNav a:hover {
      background-image  : url('../../img/icon-on.gif');
      color       : #000;
}



#navBar {
      width       : 269px;
      height      : 100%;

      margin      : 0px;
      padding     : 0px 0px 20px 0px;

      color       : #fff;
      background-image  : url( "../../img/sh_nav_back.gif" );
      background-repeat : repeat-y;
}

#navSH {
      margin      : 0px;
      padding     : 0px;
      
      min-height  : 400px;
      height      : auto !important;
      height      : 400px;

      background-image  : url( "../../img/sh_nav_sh.jpg" );
      background-repeat : no-repeat;
}

#navPic {
      position    : absolute;
      top         : 140px;
      left        : 0px;
}

#navPic img {
      margin     : 0px 0px 0px 30px;
}


#shLogo {
      width       : 180px !important;
      width       : 240px;

      text-align  : right;

      padding-bottom : 15px;
}

#shLogo a {
      color       : #c9c1be;

      font-size   : 10px;

      text-decoration   : none;
}

#shLogo a:hover {
      color       : #000;
}

#pageContent {
      width       : 491px;

      padding     : 0px;
      margin      : 0px;

      vertical-align    : top;

      font-size   : 12px;

      color       : #000;
      background-color  : #fff;
}

#pageTable {
      height      : 100%;

      margin      : 0px;
      padding     : 0px;
}


#pageText {
      min-height  : 205px;
      height  : auto !important;
      height  : 220px;

      margin            : 10px 0px;
      padding           : 10px 0px;
      border-top        : 1px solid #000;
      border-bottom     : 1px solid #000;
}

.threeWords {
      width             : 240px;

      margin-top        : 10px;

      font-family       : Calisto MT, serif;
      font-size         : 15px;
      font-weight       : bold;
      font-style        : italic;

      text-align        : center;
}

.nav_on     {
      color             : #000;
}

.blue {
      color       : #0e5582;
}

.listen {
      font-size   : 12.5px;
      line-height : 2em;
      padding     : 2px 0px 2px 20px;

      text-decoration   : none;

      color       : #0e5582;

      background-image  : url('../../img/music-off.gif');
      background-position  : left;
      background-repeat : no-repeat;
}

.listen:hover {
      background-image  : url('../../img/music-on.gif');
      color       : #000;
}

