html, body {
  background-color:#FFFFFF;
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
h2 {
  color: #446644;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
a {
  font-weight: bold;
}
a:link {
  color: #446644;
}
a:active {
  color: #3300CC;
}
a:visited {
  color: #993366;
}
a:hover {
  color: #3366CC;
  text-decoration: underline;
}
hr.notes, hr.foot {
  border-color:#0080c0;
  border-style: solid none none none;
}
/*
** Top of Page section
*/
#header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
}
.header-announce {
  color: red;
}
.header-center-name, .header-pali-name, .header-subtitle, a.header-subtitle {
  font-weight: bold;
  text-align: center;
}
.header-center-name, .header-pali-name {
  color: #2424af;
}
.header-center-name {
  font-size: x-large;
}
.header-pali-name {
  font-size: large;
  font-style:  italic;
}
.header-subtitle, a.header-subtitle {
  font-size: smaller;
}
.header-subtitle {
  color: #1e8776;
}
.header-date {
  color: #990000;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.header-pali {
  font-style: italic;
}
/*
** Table of Contents section
*/
#toc {
  color: #1e8776;
  font-weight: bold;
  text-align: center;
}
ul.toc {
  list-style-type: none;
  padding-left:0; 
}
/*
** Instructions section
*/
#instructions, #top-breadcrumbs {
  margin-left:  auto;
  margin-right: auto;
  width: 90%;
}
.instructions-title {
  color: #000099;
  text-align: center;
}
/*
** Course Schedule Styling in and around the Table(s)
*/
.sch-instructions {
  margin-left:  5%;
  margin-right: 5%;
  padding-top: 0.10em;
  text-align: left;
}
  
.sch {
  border:1px solid #0080c0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 90%;
}
.sch-header-year, .sch-header-title {
  background-color: #eeeecc;
  color: #990000;
  font-weight: bold;
  font-style: normal;
}
.sch-header-year {
  font-size: 16px;
  text-align: center;
}
.sch-header-title {
  text-align: left;
  vertical-align: bottom;
}
.sch-row-0, .sch-row-1 {
  font-weight: normal;
}
.sch-row-0 {
  background-color:#FFFFFF;
  color: #000000;
}
.sch-row-1 {
  background-color:#E0E0E0;
  color: #000000;
}
.sch-alert, .sch-bold, .sch-in-progress, .sch-notice {
  font-weight: bold;
}
.sch-alert {
  color: red;
}
.sch-bold {
  color: black;
}
.sch-in-progress {
  color: blue;
}
.sch-notice {
  color: rgb(227,32,178);
}
.sch-open-house {
/*	background-color:#70BEEA; */
  color: #000000;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;

}
/*
** Notes section
*/
#notes {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 80%;
}
hr.notes {		/* See common defitions at top */
  width: 100%;
}
/*
** Footer section
*/
#footer, .footer-dhamma {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.footer-dhamma {
  font-style: italic;
}
hr.foot {		/* See common defitions at top */
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.footer-breadcrumbs {
  line-height: 70%;
}
.footer-date {
  color: #990000;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

