body {
   background-color: #94acca;
   background-image: url('../images/site_background.png');
   background-repeat: repeat-x;
}
#randomphoto img {
    border: 1px solid #000000;
}
.caption {
   font-size: 9px;
   text-align: right;
}
h1, h2 {
   margin-top: 0px;
   margin-bottom: 0px;
   color: #042752;
}
.schedule th {
   background-color:  #94acca;
}

.schedule td {
   background-color: #cbdcf1;
}

p {
   text-align: justify;
}
.dwz {
   text-align: center;
}
.dwz a {
   color: #6883a6;
   text-decoration: none;
   padding-bottom: 25px;
}
.dwz a:hover {
   color: #FFF;
   text-decoration: underline;
}
.exlink {
   padding-right: 18px;
   background: url(../images/link.gif) center right no-repeat;
}
a {
   color: #ab2121;
}
a:hover {
   color: darkblue;
   text-decoration:underline;
}
.navigation {
   margin: 0px;
   padding: 0px;
   padding-bottom: 5px;
}
#navigation a {
   text-decoration: none;
}

#navigation a:hover {
   text-decoration: underline;
}

#navigation {
   padding-left: 15px;
}
td, body {
   font-family: 'Lucida Grande','Trebuchet MS', sans-serif;
   font-size: 13px;
}
.accessibility {
   background-color: #FFF;
   text-align: center;
   color: gray;
   font-size: 11px;
}
.accessibility a {
   color: gray;
}
.providedby {
   padding-top: 25px;
   padding-bottom: 3px;
   background-color: #FFF;
   text-align: center;
}
