body {
   background-color: #FFFFFF;
   color: #000099;
   font-family: Arial, Geneva, sans-serif;
} 

a:link {
   color: #990000;
}

a:visited {
   color: #990099;
}

a:active {
   color: #FF0000;
}

.topheader {
   background-image: url('/graphics/background.gif');
   background-repeat: no-repeat;
   background-color: #FFFFFF;
   color: #000099;
   padding: 8px;
   font-family: Garamond, Time New Roman, Times Roman, Times, serif;
   border-left: 10px solid #FF6600;
   border-right: 10px solid #FF6600;
   border-top: 10px solid #FF6600;
   border-bottom: 10px solid #FF6600;
}

.topheader h1 {
   font-weight: normal;
}

.sidebar {
   background-color: #FFFFFF;
   color: #000099;
   padding: 0px;
   border-left: 10px solid #FF6600;
   border-right: 10px solid #FF6600;
   border-bottom: 10px solid #FF6600;
}

.whitelink a {
   background-color: #FFCC33;
   display: block;
   padding: 8px;
   text-decoration: none;
   font-family: Garamond, Time New Roman, Times Roman, Times, serif;
   font-size: 90%;
}

.whitelink a:hover {
   text-decoration: underline;
}

.bluelink a {
   background-color: #99CC00;
   display: block;
   padding: 8px;
   text-decoration: none;
   font-family: Garamond, Time New Roman, Times Roman, Times, serif;
   font-size: 90%;
}

.bluelink a:hover {
   text-decoration: underline;
}

.topbar {
   text-align: center;
   padding: 8px;
   font-family: Garamond, Time New Roman, Times Roman, Times, serif;
   font-size: 90%;
   background-color: #66CCCC;
   border-right: 10px solid #FF6600;
}

.topbar  a {
   text-decoration: none;
   padding-left: 8px;
   padding-right: 8px;
   height: 8px;
}

.content {
   background-color: #FFFFFF;
   color: #000099;
   font-size: 90%;
   padding: 15px;
   border-right: 10px solid #FF6600;
   border-bottom: 10px solid #FF6600;
}

.footer {
   text-align: center;
   font-family: Garamond, Time New Roman, Times Roman, Times, serif;
   font-size: 90%;
   color: #000099;
}

.footer a {
   text-decoration: none;
}

.footer a:hover {
   text-decoration: underline;
}

