body {
  background: #ffffcc;
}
#content.index { 
  background: #e8b683;
  border-color: #e8b683;
  background-image: url("images/daffodils.jpg");
  background-repeat: no-repeat;
}
#top, #stripe { 
  background: #7777bb;
}
#left, #left b.inactive { 
  background: #ffffcc;
}
#left a {
  color: #336633;
}
#left a:hover {
  background: #ecc455;
  color: #31390b;
}
#left b {
  background: #e8b683;
  color: black;
}
#left b.inactive {
  color: #888888;
}

body {
  padding: 0;
  margin: 0;
}

#top {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14pt;
  height: 100px;
  overflow: hidden;
}

#wrapper { 
  position: relative;
  padding: 0;
  margin: 0;
}
#stripe { 
  width: 2.8em;
  position: absolute;
  left: 10.8em;
  font-size: 12pt;
  top: 0;
  bottom: 0;
}

#logo {
  position: absolute;
  left: 0;
  top: 0;
}

#masthead {
  position: absolute;
  right: 0;
  top: 0;
  left: 440px;
  height: 100px;
  overflow: hidden;
  font-size: 12pt;
}

#masthead div:first-child { 
  padding-top: 0.25em;
  font-size: 14pt;
  font-weight: bold;
}

#masthead div.space-after {
  padding-bottom: 0.25em;
}

#masthead div.space-before { 
  padding-top: 0.25em;
  text-align: left;
}

#masthead div { 
  font-size: 14pt;
}

.space-after {
  padding-bottom: 0.5em;
}

.space-before {
  padding-top: 0.5em;
}

#left {
  left: 0;
  width: 13em;
  font-size: 10pt;
  border-left: none;
  margin: 0;
  top: 100px;
  position: fixed;
}

#left * {
  cursor: inherit;
}

#left a, #left b {
  display: block;
  margin: 0;
  padding-left: 1em;
  padding-right: 0.5em;
  text-indent: -0.5em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

#left a:first-child, #left b:first-child {  border-top: none; }
#left a, #left b { border-top: solid gray 1px; }
#left .major { border-top: double black 3px; }
#left .indent { padding-left: 2em; }

#content { 
  border: solid #ffffcc 1px;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  right: 0;
  padding-left: 1em;
  margin-left: 13.6em;
  padding-right: 1.5em;  
}

.promo_row { 
  margin-top: 10px;
}

.promo {
  text-align: center;
  margin: 1em;
  margin-top: 0;
  margin-bottom: 0;
  width: 16em;
  vertical-align: middle;
}

.strut {
  margin: 0;
  width: 40px;
  height: 0;
}

.promo:first-child { 
  margin-left: none;
}
.promo {
  margin-left: 0;
}

.promo img {

}

h1, h2 {
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
h1.left, h2.left {
  text-align: left;
}
h1 { font-size: 18pt; }
h1.sub {
  font-size: 14pt;
  max-width: 60%;
  margin-top: -0.5em;
  margin-left: auto;
  margin-right: auto;
}

h1:first-child, h2:first-child { 
  margin-top: none;
}
h1, h2 {
  margin-top: 1.5em;
}

h2 {
  font-size: inherit;
  font-weight: bold;
  text-align: left;
}

h1, h2, ul {
  clear: both;
}

ul.important { 
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  line-height: 1.5em;
}
ul.important li { 
  list-style-type: none;
}

ul:first-child, li ul {
  margin-top: 0;
}
ul {
  margin-top: -0.75em;
}

h2 + ul {
  margin-top: 0;
}

p.copyright {
  clear: both;
  font-style: italic;
  font-weight: bold;
  margin-top: 3em;
  border-top: dotted gray thin;
  padding-top: 0.25em;
}

p.explanation { 
  font-style: italic;
  text-align: center;
}

div.indent { 
  padding-left: 3em;
}

#content.index img { 
  border: solid #ffffcc 10px;
}

img.left, table.left { 
  float: left;
}

img.right, table.right { 
  float: right;
}

#content.schedule td:first-child {
  width: 20em;
}

.noclear {
  clear: none;
}

th { 
  text-align: left;
  font-weight: bold;
}
