/* ---------------- HTML Elements ---------------- */
body {
  background-color: #ffd9b3; color: #000000;
  margin: 0px; padding: 0px;
  font-family: 'Times New Roman', Times-Roman, Times, serif;
  text-align: center;
}
a:link { color: #346687; }
a:active { color: #880000; }
a:visited { color: #346687; }
h1 { text-decoration: underline; }
h2 { text-decoration: underline; }
ul { margin: 0px; }
img { border: 0px; margin: 0px; padding: 0px; }
table { margin-left: auto; margin-right: auto; }
blockquote {
  border-left-style: solid;
  border-left-width: thin;
  padding: 0px 0px 0px 10px;
}
hr {
  background-color: #b9d2e3; color: #b9d2e3;
  border: 0px; height: 2px;
}

/* ---------------- IDs ---------------- */
#wrapper {
  width: 750px;
  margin: 3px auto;
}
#header {
  position: relative;
  top: 0px; left: 0px;
  width: 750px;
  height: 100px;
  text-align: left;
  border: 2px solid #b9d2e3;
  margin: 0px auto;
}
#headerlinks {
  position: absolute;
  top: 0px; right: 10px;
  width: 250px;
  text-align: right;
  line-height: 18px;
}
#main {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  border: 2px solid #b9d2e3;
  margin: 0px auto;
  position: relative;
}
#navbar {
  width: 200px;
  background-color: #b9d2e3;
  border: 2px solid #b9d2e3;
  margin: 0px;
  position: absolute;
  top: 0px; right: 0px;
}
#doctext {
  max-width: 535px;
  min-height: 500px;
  height: auto;
  background-color: #ffffff;
  padding: 0px 5px;
}
#footer {
  position: relative;
  bottom: 0px; left: 0px;
  width: 750px;
  height: 32px;
  line-height: 8pt;
  vertical-align: top;
  border: 2px solid #b9d2e3;
  margin: 0px auto;
}
#list li { display: inline; }

/* ---------------- Classes ---------------- */
.sched-left {
  height: auto;
  vertical-align: top;
  width: 200px;
  float: left;
}
.sched-right { position: relative;
  height: auto;
  vertical-align: top;
  max-width: 340px;
  margin-left: 202px;
}
.gallery { width: 100%; margin-left: auto; margin-right: auto; }
.thumb { border: 2px solid #b9d2e3; margin: 5px; }
.xsmall  { font-size: x-small; }    /* size=1 */
.small   { font-size: small; }      /* size=2 */
.medium  { font-size: medium; }     /* size=3 */
.large   { font-size: large; }      /* size=4 */
.xlarge  { font-size: x-large; }    /* size=5 */
.xxlarge { font-size: xx-large; }   /* size=6 */
.u { text-decoration: underline; }
.bi { font-weight: bold; font-style: italic; }
.bu { font-weight: bold; text-decoration: underline; }
.iu { font-style: italic; text-decoration: underline; }
.biu { font-weight: bold; font-style: italic; text-decoration: underline; }
.clr { clear: both; }
.cntr { text-align: center; }
.popout {
  display: none;
  position: absolute;
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: 1px #b9d2e3 solid;
}
.popout li { display: list-item; background-color: #ffffff; padding: 0px 5px; }
.popout_item:hover { background-color: #ffd9b3; }
.red {color: #800000;}
.allred {color: #ff0000;}
.green {color: #008000;}
.blue {color: #000080;}
.yellow {color: #ffff00;}
.purple {color: #800080;}
.orange {color: #ff8000;}
.teal {color: #008080;}
.olive {color: #808000;}
.brown {color: #804000;}
.code { font-family: 'Courier New', Courier, OCR, monospace; }
.codeblk {
  margin: 0px 20px;
  padding: 3px 10px; 
  border: 1px solid #000000;
  font-family: 'Courier New', Courier, OCR, monospace;
}
.email { unicode-bidi: bidi-override; direction: rtl }

