/*Download CSS-----------------------------------------------------------------*/

.download_button{
  display: block;
  color: #cccccc;
  border: 1px #cccccc solid;
  padding: 2px;
  height: 55px;
  width: 30px;
  text-decoration: none;
  text-align: center;
}
.download_button:hover{
  border: 1px #211e6f solid;
  color: #211e6f;
}
.download_table tr td a{
  color: #333333;
  text-decoration: none;
}

/*Gallery CSS-----------------------------------------------------------------*/

.thumb_format{
  padding: 5px;
  text-align: center;
  color: #211e6f;
  border: 1px #211e6f solid;
  background-color: #cc99cc;        
}
.thumb_format:hover{
  background-color: #ffccff;
}
.gallery_link{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.dm_thumb{
  border: 1px #211e6f solid;
  padding: 1px;
  margin: 5px;
}
.gallery_return{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.gallery_return:hover{
  text-decoration: underline;
}

/*News CSS-----------------------------------------------------------------*/

#archive{
  float: right;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-size: 120%;
  margin-top: 36px;
  margin-right: 5px;
  width: 110px;
  background-image: url(images/backgrounds/news_back.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border: 1px #666666 solid;
}
.archive_link{
  color: #211e6f;
  text-decoration: none;
  font-weight: bold;
  font-size: 75%;
}
.archive_link:hover{
  text-decoration: underline;
}
.news_hold{
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  width: 425px;
  height: auto !important;
  min-height: 60px;
  height: 60px;
  background-color: #ffffff;
  background-position: top left;
  background-repeat: no-repeat;
  border: 1px #666666 solid;
  font-family: verdana;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  color: #666666;
  font-size: 90%;
}
.news_hold_pic{
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  width: 450px;
  height: auto !important;
  min-height: 150px;
  height: 150px;
  background-color: #ffffff;
  background-position: top left;
  background-repeat: no-repeat;
  border: 1px #666666 solid;
  font-family: verdana;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  color: #666666;
  font-size: 90%;
}
.float_right{
  float: right;
}
.news_image{
  float: right;
  border: 1px #999999 solid;
  padding: 2px;
  margin-left: 10px;
}
