BODY {
  margin: 0;
  font-family: sans-serif;
}

A {
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
}

H1, H2 {
  margin-top: 0;
  padding-top: 0.5em;
  text-align: center;
}



DIV.sidebar {
  margin: 0;
  background-color: #eff0a5;
  width: 250px;
  min-height: 22em; 
  border-right: 1px solid grey;
  text-align: center;
  float: left;
}

DIV.sidebar IMG {
  padding: 5px;
  padding-top: 12px;
}

.imagetitle {
  font-family: serif;
  border-bottom: 1px dotted #333333;
  line-height: 1.5em;
}
.attribution {
  font-family: serif;
  font-size: 60%;
}

DIV.page {
  /*Empty hack needed to give IE an explicit containing block to 
  absolutely position the DIV.main from */
}

DIV.main {
  position: absolute;
  left: 250px;  /* width of the sidebar */
  width: 60%;
}

DIV.ics111 {
  margin: 1.5em 5%;
  margin-top: 2em;
  text-align: center;
}
.ics111 H3 {
  margin: 0;
  padding-top: 0.2em;
  border: thin solid navy;
}
.ics111 UL {
  margin: 0;
  padding: 1em;
  border: 1px dotted black;
  border-top: none;
}
.ics111 LI {
  padding-bottom: 0.5em;
  list-style: none;
}



TABLE.footer {
  /* uncomment next line to hide footer */
  /* display: none; */
  margin-top: 0;
  clear: both;
  border-top: 1px solid black;
  font-size: 80%;
}

