BODY {
   font-family: Verdana;
   font-size: 14px;
}

P {
   font-family: Verdana;
   font-size: 14px;
}

TD {
   font-family: Verdana;
   font-size: 14px;
}

A {
   color: #0000AA;
   text-decoration: underline;
}
A:hover {
   color: #00A4C4;
   text-decoration: underline;
}

A.footer {
   color: #CCCCFF;
   text-decoration: underline;
}
A.footer:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

DIV.pagetitle {
   font-family: Verdana;
   font-size: 20px;
   color: #002F60;
   margin: 15px 0 10px 0;
}

#menuitem1 {
   background-color: #4E695D;
   height: 28px;
}
#menuitem2 {
   background-color: #4E695D;
   height: 28px;
}
#menuitem3 {
   background-color: #4E695D;
   height: 28px;
}
#menuitemseparator {
   background-color: #4E695D;
   height: 15px;
}
#menuitemheader {
   background-color: #4E695D;
   height: 28px;
}

#menuitem1 a, #menuitem2 a, #menuitem3 a {
   font-family: Verdana;
   font-size: 16px;
   text-decoration: none;
   display: block;
   padding-top: 4px;
   padding-bottom: 4px;
   color: #FFFFFF;
   text-align: center;
   border: 1px solid #000000;
}
#menuitemheader span {
   font-size: 12px;
   font-weight: bold;
   display: block;
   padding-top: 3px;
   padding-bottom: 5px;
   color: #FFFFFF;
}

#News {
   margin-bottom: 13px;
   font-size: 12px;
}
#NewsWrapper {
   width: 98%;
   margin-bottom: 13px;
}
#NewsLeft {
   float: left;
   width: 65%;
   border-bottom: 1px solid #000000;
}
#NewsRight {
   float: right;
   width: 35%;
   border-bottom: 1px solid #000000;
   text-align: right;
}
.newstitle {
   font-weight: bold;
}
.newsdate {
   color: #009900;
}
.newscontent {
}

@media print {
   .noprint  {
      display: none !important;
   }

   img {
      float: none !important; /* this makes images cause a pagebreak if they don't fit on the page */
   }
}
