h1 {
  font-size: 250%;
}
h2 {
  padding: 5px;
  font-size: 190%;
  font-family: verdana,arial,helvetica,sans-serif;
  background-color: #C1E2FD;
}
img.h2 {
  vertical-align: text-top;
}
h3 {
  padding: 1px;
  font-size: 180%
  margin-bottom: 0;
  font-family: Courier New,Courier,mono;
  background-color: #C1E2FD;
}

p.description {
  position: relative;
  left: 5px;
}
p.site_location {
}

td {
  padding: 10px;
}

body {
  background-color: #8098b8;
}

a.internal_links {
  font-size: 120%;
}
a.external_links {
}
a:link {
  color: #FFFFCC;
}
a:visited {
  color: #336699;
}
a:active {
  color: #83E7FC;
}

.seperate {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2;
	border-left-width: 0;
	border-style: groove;
	border-color: #2E5276;
	padding: 10px;
}

div.body {
  width: 70%;
  margin-left: 5%;
}

address {
  position: relative;
  left: 10px;
}

img.link {
  border: 0;
  vertical-align: text-top;
}

.calendarHeader {
  font-weight: bold;
  background-color: #C1E2FD;
}
.calendarToday {
  font-weight: bold;
  background-color: #C1E2FD;
}
.calendar {
  border: medium dotted #336699;
}
.unlinked {
  border: thin inset #336699;
  background-color: #89a1ba;
}
.linked {
  border: thin outset #336699;
  background-color: #89a1ba;
}