/* start style.css */
    body {
      font-family:     Verdana, Arial, Helvetica, sans-serif ;
      font-size:       12px;
      font-style:      normal;
      line-height:     normal;
      text-decoration: none;
      margin-left:     0px;
      margin-right:    0px;
      margin-top:      5px;
      margin-bottom    5px;
    }
    #containerId {
     width: 100%;
    }
    img {
      border: none;
    }
    #topHalfId {
      width:      1000px;
      height:     454px;
      background: url('../Images/bannerTop.jpg') top left;
      text-align: center;
    }
    #topHalfRightId {
      float:      right;
      text-align: right;
    }
    #bottomHalfId {
      width:  1000px;
    }
    #sponsorText {
      font-size:   12px;
      font-family: Arial;
      font-weight: bold;
      font-style:  italic;
      height:      40px;
    }
    #bottomHalfLeftId {
      float:  left;
      width:  40%;
      height: 250px;
      padding-left: 3px;
    }
    .button {
      /*      margin-top: 10px; */
    }
    .buttonMiddle {
      margin-top: 22px;
    }
    .buttonBottom {
      margin-top: 22px;
    }
    #counter {
      text-align:  center;
      padding-top: 189px;
    }
    #clearBoth {
      clear: both;
    }
    #bottomHalfMiddleId {
      float:  left;
      height: 250px;
      /* width:  30%; IE patch */
      width:  29%;
    }
    #bottomHalfRightId {
     float:  right;
     width:  30%;
     height: 250px;
     padding-right: 3px;
    }
    .linkButton {
      text-align: right;
    }
    #adobeId {
      height: 40px;
    }
/* end style.css */
