body {
  margin: 0;
  margin-left: 120px;
  padding: 0;
  background: white url(/images/swoosh.gif) no-repeat top left;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: .9em;
}
#header, #content {
  width: 800px;
}
form, table {
  border-collapse: collapse;
  margin: 0;
}
a:link {
  color: #3c2483;
}
a:active {
  color: #243f9a;
}
a:visited {
  color: #3c2483;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
ul {
  margin-top: 0;
}
h2 {
  color: #adab7b;
}
h3 {
  color: #843C24;
}
h4 {
  color: #333;
}
img {
  border: 0;
}

#body {
  border: 0;
  padding: 5px 0 20px 5px;
  text-align: left;
}

#header {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}
#logo {
  margin-top: 20px;
}
#logo span {
  position: relative;
  bottom: -15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  color: #adab7b;
  font-style: italic;
}
#logo img {
  float: left;
  margin-right: 20px;
}
#address {
  float: right;
  text-align: right;
  text-transform: normal;
  color: #999;
  font-size: .7em;
  margin: 0;
}
#search input {
  text-align: right;
  color: #666;
}
#search input.button {
  border: 1px outset #666;
  color: white;
  background: #3c2483;
}
#content {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1em;
  color: #553;
  margin: 0 20px 10px 10px;
  padding: 10px 20px;
}
#splash {
  border: 0;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  height: 205px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#splash span {
  margin: 0 2px;
  float: left;
  width: 240px;
  height: 180px;
  display: block;
  overflow: hidden;
}
#nav-bottom {
  margin: 50px 0 0 30px;
}
#nav-bottom a, #nav-bottom strong {
  margin: 0 35px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
#nav-bottom a.current, #nav-bottom strong {
  color: black;
}
#nav-bottom a:hover {
  text-decoration: underline;
}
.default #nav-bottom {
  margin: 20px 0 40px 20px;
}
#subnav-bottom {
  float: left;
  margin: 0 0 30px 15px;
}
#subnav-bottom a {
  display: inline;
  margin: 0 15px;
  font-size: 14px;
}
#description {
  margin: 0;
  padding: 0;
}
#mission, #main_calendar, #main_calendar_details {
  font-size: .9em;
  margin: 0 1em;
}
#mission {
  float: left;
  width: 350px;
}
.calendar {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #ccc;
  height: 200px;
}
.calendar td, .calendar th {
  width: 25px;
  height: 40px
  border: 1px solid #ccc;
}
.calendar thead td, .calendar thead th {
  text-align: center;
  background: #3c2483;
  color: white;
}
.calendar .monthName {
  font-size: 2em;
}
.calendar .dayName {
  background: #333;
}
.otherMonth {
  background: #ccc;
}
.special_day {
  background: #666;
  font-weight: bold;
  color: white;
  cursor: hand;
}
#main_calendar_details {
  float: left;
  width: 350px;
}
#spacer {
  float: left;
  width: 1px;
  height: 400px;
}
#text {
  margin: 10px;
  display: block;
}
#inner-text {
  padding-left: 10px;
  clear: left;
}
#inner-text h2 {
  color: purple;
}
#inner-text h3 {
  color: #996;
}
#inner-text h3 img {
  float: left;
  padding-right: 10px;
}
.breadcrumb {
  margin: 1em 0;
}
#hotspot {
  float: left;
  width: 190px;
  height: 200px;
  overflow: auto;
  vertical-align: middle;
  padding-left: 25px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#hotspot ul {
  list-style: none;
  margin: 0;
}
#hotspot li {
  margin: 0;
}
#sidebar {
  float: right;
  margin: 10px;
  padding: 10px;
}
#footer {
  z-index: 100;
  clear: both;
  float: left;
  width: 1000px;
  height: 50px;
  background: url(../images/gradiant.gif) repeat-y left top;
  margin: 10px 0 0 -200px;
  padding: 10px 0px 0 10px;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
}
#footer-links {
  margin-left: -60px;
}
#footer-links a, #footer-links strong {
  color: white;
  margin: 5px 20px 0 0;
}
#footer-links form {
  margin: 0px 10px;
}
#todo {
  float: right;
  color: black;
}






