body {
   background-color: #FFFFFF;
   color: #000099;
   font-family: MS Sans Serif, Tahoma, sans-serif;
} 

a:link {
   color: #CC0000;
}

a:visited {
   color: #990099;
}

a:active {
   color: #FF0000;
}

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

.topheader h1 {
   font-weight: normal;
}

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

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

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

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

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

.topbar {
   text-align: center;
   padding: 8px;
   font-family: Book Antiqua, Time New Roman, Times Roman, Times, serif;
   font-size: 90%;
   background-color: #CCCCFF;
   border-right: 10px solid #000099;
}

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

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

.footer {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-family: Book Antiqua, Time New Roman, Times Roman, Times, serif;
   font-size: 90%;
   color: #7788CC;
}

.footer a {
   text-decoration: none;
}

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

