body {
      background-image: url(images/net_bg.gif);
      background-repeat: repeat;
      font-family: helvetica, verdana, arial, sans-serif;
      font-size: medium;
      margin: 0px;
     }
h1, h2, h3, h4 {
            color: rgb(190, 0, 0); /* red 75%, 0%, 0%*/
            font-weight: normal;
           }
.style2
          {
              font-family: Hulkbusters;
              font-size: xx-large;
          }
h1 {
    font-size: 170%
   }
h2 {
    font-size: 150%
   }
h3 {
    font-size: 130%
   }
h4 {
    font-size: 110%
   }
ul li {
    line-height: 150%;
   }

.orangetext {
       color: rgb(255, 102, 0); 
     }
.boldtext {
       font-weight: bold;
     }
.plain_li {
           list-style-type: none;
           list-style-image: none;
          }
.vball_li {
    list-style-image: url(http://www.cardinalcrush.org/images/vball_xsm.gif);
          }
.q_li {
      list-style-image: url(http://www.cardinalflight.org/images/Q_12.gif);
     }
.a_li {
      list-style-image: url(http://www.cardinalflight.org/images/A_12.gif);
     }
.notextwrap {
             white-space: nowrap;
            }
.CreamBoxWithBorders {
       background-color: rgb(242, 242, 242); /* Lt bluegrey 95%, 95%, 95% */
       font-size: medium;
       border-color: rgb(115, 150, 171); /* Dk bluegrey 45%, 59%, 67% */
       border-width: 3px;
       border-style: solid;
       color: rgb(190, 0, 0); /* red 75%, 0%, 0%*/
      }
.notices {
          font-size: 120%;
          line-height: 150%;
         }

#Header {
         height: 100px;
         width: 100%;
         margin: 0px;
         background-image: url(images/bluegrey_tile_10x100.gif);
         background-repeat: repeat-x;
         border-color: rgb(115, 150, 171); /* Dk bluegrey 45%, 59%, 67% */
         border-width: 3px;
         border-style: solid;
         font-size: 26px;
         color: rgb(190, 0, 0); /* red 75%, 0%, 0%*/
         font-weight: bold;
         text-shadow: black 3px 3px 1px;
         text-align: center;
        }
#LeftMenu {
           float: left;
           width: 129px;
           padding: 8px;
           margin: -3px 0px 2px 0px;
          }
#LeftMenu a:link, #LeftMenu a:visited {
                  color: rgb(190, 0, 0); /* red 75%, 0%, 0%*/
                  text-decoration: none;
                 }
#LeftMenu a:hover {
            color: rgb(242, 242, 242); /* Lt bluegrey 95%, 95%, 95% */
            background-color: rgb(115, 150, 171); /* Dk bluegrey 45%, 59%, 67% */
            text-decoration: none;
            }
#LeftMenu li {
               margin: 5px 0px 5px 0px;
               list-style-type: none;
               list-style-image: none;
             }
#DataArea {
           background-color: rgb(242, 242, 242); /* Lt bluegrey 95%, 95%, 95% */
           padding: 10px 10px 10px 10px;
           margin-left: 151px;
           line-height: 140%;
          }
#DataArea h1,h2 {
             text-align: center;
          }
#DataArea table {
             margin-left: auto;
             margin-right: auto;
            }
#DataArea table caption {
            color: rgb(190, 0, 0); /* red 75%, 0%, 0%*/
            margin-left: auto;
            margin-right: auto;
            font-size: 130%;
          }
#DataArea table th, #DataArea table td {
           text-align: left;
           vertical-align: top;
           padding: 0px 5px 0px 5px;
          }
.adbox {
         margin: 10px 20px 0px 20px;
         padding: 0px 20px 10px 20px;
       }
#Footer {
         background-color: rgb(115, 150, 171); /* Dk bluegrey 45%, 59%, 67% */
         padding: 0px 5px 0px 5px;
         font-size: x-small;
         text-align: center;
         clear: both;  /* do not flow under a floating object (menu) */
         vertical-align:bottom;
         
        }
.uglybanner table {
          margin-left: auto;
          margin-right: auto;
          border-spacing: 50px;
          text-align: center;
      }
.uglybanner td {
          text-align: center;
          background-color: white;
          border: solid black 2px;
          padding: 0px 0px 0px 0px;
          color: rgb(190, 0, 0); /* red 75%, 0%, 0%*/
          font-size: 110%;
          font-weight: bold;
      }
