/* CSS Document */
    #banner {
      height: 60px;
      width: 800px;
      text-align: center;
      font-family: verdana,arial,sans-serif;
      font-size: 18pt;
      font-weight: bold;
      font-style: italic;
      color: white;
    }
    #navigator {
      height: 20px;
      //margin-left: 170px;
    }
    #wrapper {
      height: auto;
      overflow: hidden;
      width: 1020px;
    }
    #logo {
      float:left;
    }
    #sectionleft {
      float: left;
      width: 250px;
      min-height: 150px;
    }
    #sectionleft2 {
      float: left;
      width: 250px;
      min-height: 150px;
      //margin-top: 100px;
    }
    #sectionright {
      float: right;
      width: 250px;
      min-height: 150px;
    }
    #loaner {
      background-color: #d0d0d0;
    }
    #loaner td {
      background-color: #d0d0d0;
    }
    #center {
      position: absolute;
      margin-left: 270px;
      //margin-left: 5px;
      margin-top: 5px;
      width: 473px;
      border: solid 1px white;
    }
    #upcoming {
      position: absolute;
      margin-left: 290px;
      //margin-left: 25px;
      margin-top: 5px;
      width: 435px;
      background-color: #d0d0d0;
      border: solid #FFFF99;
    }
    #centersection {
      position: absolute;
      margin-left: 270px;
      //margin-left: 5px;
      margin-top: 5px;
      width: 415px;
      background-color: #d0d0d0;
    }
    #section2 {
      width: 85%;
      height: auto;
      section: hidden;
      top: 200px;
      background-color: #d0d0d0;
    }
    #section3 {
      width: 85%;
      height: auto;
      section: hidden;
      background-color: #d0d0d0;
      //margin-top: 100px;
    }
    h3 {
      font-family: arial, sans-serif;
      background-color: darkslategray;
      color: white;
      font-size: 12pt;
      margin-top: 5px;
    }
    .announce {
      padding-top: 15px;
      font-family: arial, sans-serif;
      color: black;
      font-size: 12pt;
      font-weight: bold;
    }
    .sectioncontent {
      font-size: 9pt;
      color: black;
      font-family: verdana, arial, sans-serif;
      padding: 5px;
      margin-top: 5px;
      border: solid #FFFF99;
      background-color: #d0d0d0;
    }
    a:link {
	   color: red; /*#FFFF00;*/
	   text-decoration: none;
    }
    a:hover {
	   color: green;
	   text-decoration: underline;
    }
    a:visited {
	   color: #9933FF;
	   text-decoration: none;
    }
    a:active {
      color: blue;
	   text-decoration: none;
    }
