/**************************
*   sw_main.css
*   Michael Dell
*   03/09/2010
**************************/

      body
      {
        background-color: black;
        color: white;
        text-align: center;
      }

      h1, h2
      {
        font-family: Verdana, Helvetica, Arial, sans-serif;
      }

      th, td
      {
        padding: 10px;
        vertical-align: top;
      }

      h3, ul, li
      {
        text-align: left;
      }

      a
      {
        color: #cccc00;
      }

      a:visited
      {
        color: #ccffff;
      }

      a img
      {
        border: none;
      }

/************************************
*   used in footer on all pages     *
************************************/

      #copy
      {
        font-weight: bold;
        font-size: small;
        text-align: center;
      }

/************************************
*   Used in pages with side menus   *
************************************/

      .evt
      {
        background-color: #666666;
        border: solid #333333 3px;
      }

      .evt p
      {
        text-align: left;
      }

      .new
      {
        background-color: #660000;
        border: solid #333333 3px;
      }

      .menu
      {
        white-space: nowrap;
      }