/* CSS Document */
      /*no page shift*/
      html {
        min-height: 100.01%;
      }
      /*no page shift*/
      @media all and (min-width: 0px) {
        html {
	       height: 100%;
        }
        body {
	       min-height: 100%;
	       padding-bottom: 1px;
        }
      }
      body {
        background: #ffffff;
        text-align: center;
        margin: 0px auto;
        padding: 0px;
        font-family: Tahoma, serifSansSerifMonospace,sans-serif;
        font-size: 16px;
        color: #660033;
        overflow-x: hidden;
      }
      a {
        color: #b84500;
        text-decoration: none;
      }

      a:link {color: blue}
      a:visited {color: blue}
      a:active{color: blue}
      a:hover {font-weight: bold; text-decoration: none; color:red}

      pre {
        font-family: Tahoma;
      }
      ul {
        list-style-type: square;
        line-height: 15px;
      }
      #Top {
        background: url('images/top.png') no-repeat;
        position: releative;
        margin: 0px auto;
        width: 900px;
        height: 25px;
      }
      #bodyWrapper {
        background: url('images/bg.png') repeat-y;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        width: 900px;
        min-height: 100%;
      }
      #Container {
        background: #ffffff url('images/midbg.png') repeat-y;
        position: relative;
        margin: 0px auto;
        width: 800px;
        height: auto;
        display: table;
      }
      #Banner {
        background: #8f8f8f url('images/banner.png');
        margin: 0px auto;
        position: relative;
        width: 800px;
        height: 200px;
        cursor: pointer;
      }
      #Content {
        margin: 0px auto;
        position: relative;
        width: 800px;
        min-height: 100%;
        text-align: center;
      }
      #Left {
        float: left;
        width: 238px;
        min-height: 100%;
        position: relative;
      }
      #Right {
        float: left;
        width: 562px;
        min-height: 100%;
      }
      #Nav {
        margin: 0px auto;
        width: 210px;
        min-height: 50px;
        text-align: left;
      }
      #newsBox {
        background: url('images/newsbg.png') no-repeat;
        color: #000000;
        padding-top: 40px;
        padding-left: 15px;
        width: 545px;
        height: 280px;
        text-align: left;
      }
      #mainStory {
        width: 290px;
        height: 220px;
        float: left;
      }
      #otherStories {
        width: 190px;
        height: 220px;
        float: left;
      }
      #textBox {
        background: url('images/innerboxbg.png') repeat-y;
        color: #000000;
        margin: 0px auto;
        width: 500px;
        min-height: 270px;
      }
      #topBar {
        background: url('images/headerbar.png') no-repeat;
        width: 500px;
        height: 20px;
        margin: 0px;
      }
      #innerBox {
        background: url('images/contentbg.png') no-repeat top;
        color: #000000;
        width: 500px;
        margin: 0px auto;
        border-bottom: solid 2px #CCCCCC;
        min-height: 250px;
        display: table;
        text-align: left;
      }
      #Bottom {
        background: url('images/bottom.png') no-repeat;
        margin: 0px auto;
        clear: both;
        width: 900px;
        height: 25px;
        position: relative;
      }
      #Footer {
        margin: 0px auto;
        width: 900px;
        height: 25px;
        line-height: 25px;
      }
      .Headers {
        background: url('images/headers.png') no-repeat;
        width: 150px;
        height: 20px;
        line-height: 18px;
        color: #000000;
        font-weight: bold;
      }
      .Contents {
        width: 490px;
        padding-left: 5px;
      }
