body {
   background-color: #FFFFFF;
   color: #000066;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
} 

a:link {
   color: #990000;
}

a:visited {
   color: #FFCC00;
}

a:active {
   color: #FF0000;
}

.topheader {
   background-color: #FFFFFF;
}

.leftbar {
   width: 15%;
}

.sidebar {
   width: 15%;
}

.sidebar a {
   display: block;
   text-decoration: none;
   margin-top: 5px;
   margin-bottom: 5px;
   border: 3px solid #000000;
   background-color: #6269A3;
   color: #FFFFFF;
   text-align: center;
   font-weight: bold;
}

.sidebar a:hover {
   background-color: #C42B26;
}

.topbar {
   border-top: #000000 6px solid;
   border-bottom: #000000 6px solid;
   background-color: #6269A3;
   padding-top: 4px;
   padding-bottom: 4px;
}

.topbar  a {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
   padding-left: 10px;
   padding-right: 10px;
}

.topbar2 {
   border-bottom: #000000 6px solid;
   background-color: #C42B26;
   color: #C42B26;
   padding-top: 4px;
   padding-bottom: 4px;
}

.content {
   background-color: #FFFFFF;
   color: #000099;
   padding-top: 30px;
   padding-right: 20px;
   padding-left: 20px;
   width: 60%;
}

.content h1, h2, h3 h4{
   font-family: Geneva, Arial, Helvetica, sans-serif;
}

.botnavbutton {
   text-decoration: none;
   padding-top: 3px;
   padding-bottom: 3px;
   border: 3px solid #000000;
   background-color: #6269A3;
   color: #FFFFFF;
   text-align: center;
   font-weight: bold;
}

.botnavbutton a {
   text-decoration: none;
   color: #FFFFFF;
}

.botnavbutton a:hover {
   background-color: #C42B26;
}

.footer {
   text-align: center;
   font-size: 90%;
   color: #000000;
}

.footer a {
   text-decoration: none;
}

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

