@charset "utf-8";
/* CSS Document */

body, p, a, div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.contact a, .nav_events a, .news {
  color: #FFFFFF;
}

.nav a {
  color: #000000;
}

.news a {
  color: #FFEE00;
}

.contact {
  background: url(../images/contact.jpg) no-repeat top left;
  vertical-align: top;
  text-align: right;
  color: #FFFFFF;
  width: 223px;
  padding-top: 5px;
  padding-right: 8px;
}

.contact p, .contact a {
  font-size: 11px;
}

.nav {
  text-align: right;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.nav li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  background: url(../images/under_line.jpg) no-repeat bottom right;
}

.box_title {
  font-weight: bold;
}

.box_content {
  background-color: #076224;
  padding: 8px;
}

.box_content hr {
  margin-top: 10px;
  border: solid 1px #FFEE00;
}

.word {
  font-weight: bold;
  font-size: larger;
}

.word_desc{
  margin-bottom: 15px;
}

.current_year {
  border-bottom: solid 2px #000000;
}

table.year {
  text-align: center;
  width: 70%;
}

.photo img {
  max-width: 640px;
  max-height: 480px;
}

.album_preview img {
  max-width: 160px;
  max-height: 120px;
}

.album_preview {
}

.album_preview div {
  text-align: center;
  padding: 2px;
  width: 160px;
  height: 120px;
  border: solid 1px;
}

.preview {
}
.map {
}