body {
  font-family:verdana;
  background: #efefef;
  margin: 0;
  height: 100%;
  color: #005;
} 
h1 {
  font-family: comic sans ms, sans-serif;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: -.05em;
}
h2 {
  margin-top: 0;
  font-size:110%;
}
p, li, td {
  font-family: verdana;
  font-size:80%;
  color: navy;
}
a {
  color: brown;
  font-weight: bold;
  text-decoration: none;
}
.blog p {
  margin:.5em 0 0 0;
  padding:0 .5em;
}

.schedtt {
  background-color: #FEA;
}
.schedbg {
  vertical-align: top;
  background-color: #ADC;
}
#container {
  background-image:url('images/1GUTTER.gif');
  background-repeat:repeat-y;
}
#tabsdiv, #topedge, #bottomedge {
  min-width:754px;
  width:expression(document.body.clientWidth < 754 ? "754px" : "100%" ); /* forIE */
}
#tabsdiv {
  background-image:url('images/1TABSBG.gif');
  background-repeat:repeat-x;
  margin: 0 0 0 0;
}
#topedge {
  background: #efefef;
  * margin-top:-3px;
}
#mainbook {
  background-image:url('images/1EDGES.gif'); 
  background-position: top right;
  background-repeat:repeat-y;
  min-width:621px;
  width:expression(document.body.clientWidth < 754 ? "754px" : "100%" ); /* for IE */
  padding: 15px 78px 0 55px;
  margin-bottom: 0;
  * margin-top:-3px;
}
#bottomedge {
  background-image:url('images/1PAGEB.gif');
  background-repeat:repeat-x;
  height: 29px;
  * margin-left: -3px;
}
#footer {
  font-size:80%;
  text-align:center;
  background: #adad5a;
  height: 10%;
}
.priv {
  font-style: italic;
}