
/****** Standard HTML Elements ******/

body, p, td {
  color: #222;
  font-family: Serif;
  font-size: 14pt;
}

body {
  background: #fff;
}

a {
  color: #272;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #5a5;
}

a img {
  border: 0px;
}

h1, h2, h3 {
  color: #628;
}

h2,h2 a {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
}

h3,h3 a {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14pt;
  font-weight: bold;
}


p {
  margin-top: 4px;
  margin-bottom: 28px;
}

/******  LAYOUT  ******/

.mainTitle {
  font-style: italic;
  text-align: center;
  font-size: 14pt;
  color: #444;
}

.title {
  font-weight: bold;
  font-style: italic;
  font-size: 28pt;
  padding-left: 28px;
  color: #628;
}

.important {
  color: #e44;
  font-weight: bold;
}

.navigation {
  text-align: center;
}

.content {
  margin-top: 10px;
  padding: 16px;
}

.month {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 20px;
}

.event {
  margin-left: 200px;
  margin-bottom: 10px;
}

.date {
  float: left;
}


/****** Specific Looks ******/

.menu {
  text-align: center;
  font-family: verdana, arial;
}

.menu a {
  font-size: 10pt;
  font-weight: bold;
  white-space: nowrap;
  color: #272;
  text-decoration: none;
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu a:hover {
  color: #858;
}

.menu a.selected {
  color: #628;
}

ol.rules {
  width: 500px;
  text-align: left;
}

ol.rules li {
  padding: 10px;
}



img.right {
  float: right;
  padding-left: 10px;
}
img.left {
  float: left;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

table.images {
  width: 100%;
}

table.images tr td {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

table.events {
  padding-left: 40px;
}

table.events tr td {
  vertical-align: top;
}


/***** PRINT ******/

@media print {
  .navigation {
    display: none;
  }
}


/****** END ******/

