body {
  margin: 0;
  padding: 0;
}

p {
    margin-left: 10px;
}

td>p{
    margin-left: 5px;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(61,92,122);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
  color: #33a;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
  color: rgb(117,144,174);
  text-decoration: underline;
}

a:visited {
   color: #66a;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0 1em 0 1em;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li {
  line-height: 1.4em;
  margin: 1.25ex 0 0 1.5em;
  padding: 0;
}

ol li {
  line-height: 1.4em;
  margin: 1.25ex 0 0 2em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 12px;
  font-variant: small-caps;
}


blockquote {
	   color: #33a;
	   font-style: italic;
	   margin-right:15px;
}

/* ##### Header ##### */

.superHeader {
  color: #113377;
  background-color: #11A;
  text-align: right;
  margin: 0;
  padding: 1em 1em;
}

.superHeader span {
  color: #113377;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.superHeader a {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.superHeader a:hover {
  color: rgb(193,102,90);
  background-color: transparent;
  text-decoration: none;
}


.midHeader {
  color: white;
  background-color: #33A;
  margin: 0;
  padding: 0.26ex 10px;
}

.headerTitle {
  margin: 0;
  padding: 0;
  color: white;
}

.headerSubTitle {
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: 0;
  padding: 0 0 2ex 0;
  position: absolute;
  right: 1.5em;
  top: 3.5em;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
  display: block;
}

.headerLinks a:hover {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: underline;
}

.subHeader {
  color: white;
  background-color: #78F;
  margin: 0;
  padding: 0.5ex 10px;
}

.subHeader .right {
    float: right;
}

.subHeader a, .subHeader .highlight {
  color: white;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
  color: #3322cc;
}

.subHeader a:visited {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
}

.subHeader a:hover, .subHeader .highlight {
  color: #FF0;
  background-color: transparent;
  text-decoration: none;
}


/* ##### Side Menu ##### */

#side-bar {
  color: #78F;
  background-color: transparent;
  list-style-type: square;
  list-style-position: inside;
  width: 150px;
  margin: 0;
  padding: 1ex 5px;
  border: 1px solid rgb(204,204,204);
  position: fixed;
  margin-bottom: 80px;
  left: 5px;
  top: 155px;
}

/* small screens */
@media (max-width: 768px) {
  /* override stickyness so that the navigation does not follow scrolling */
  nav[data-toggle="toc"] {
    margin-bottom: 42px;
    position: static;
  }

  /* don't expand nested items, which pushes down the rest of the page when navigating */
  nav[data-toggle="toc"] .nav .active .nav {
    display: none;
  }
}

#side-bar a {
  text-decoration: none;
}

#side-bar a:visited {
  color: rgb(120,134,204);
}

#side-bar a:hover {
  color: #7590ae;
  text-decoration: underline;
}


#side-bar li {
  margin: 0;
 /* padding: 0.75ex 0 1ex 1.75ex; */
}


#side-bar li:hover {
  color: rgb(61,92,122);
  background-color: transparent;
}

#side-bar li a:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

main {
  margin: -0.5ex 1em 1em 10em;
  padding: 0.5em 10px;
  padding-right: 10%;
  clear: left;
  color: #666666;
}

main p {
    text-align: justify;
}

main h1, h2, h3 {
  background-color: transparent;
  color: #33A;
}

main h1 {
    padding-top: 10px;
}

main h2 {
  color: #78F;
}

main h3 {
  margin: 0;
}

main p {
  line-height: 1.5em;
  margin: 1em 0 1.5em 0;
  padding: 0 1em 0 1em;
}

main p.alert {
    padding: 15px;
}


.newsHeading {
  color: rgb(44,77,44);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  display: block;
}

.newsDate {
  font-style: italic;
  margin: 0 !important;
  padding: 0;
}

.rightcontainer {
	float:right;
	clear:both;
	width:22em;
	margin:1em 1em 0 1em;
	padding:0;
}

.rightbox {
    margin:0.5em;
    padding:0.3em;
    border:1px solid #999999; 
}

.rightcontainer h2 {
text-align:center;
padding:0 0 0 1px;
background-color:#DDDDDD;
color: #33a;
}

.newsSummary {
  margin: 1.5ex 0 2.5ex 0.75ex !important;
  padding: 0;
}

.more {
  text-align: right;
  margin: 0;
  padding: 0.5em 0;
}

.more a {
  color: rgb(61,92,122);
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0.25ex 0.75ex;
}

.more a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}


/* ##### Footer ##### */

footer {
  color: rgb(51,51,102);
  background-color: rgb(220,220,220);
  font-size: smaller;
  text-align: center;
  line-height: 1.25em;
  margin: 15px 0 0 0;
  padding: 15px;
  clear: both;
}

footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

/* from A. Danner's Site */

.colorTable table{
  border-collapse: collapse;
  border: 1px solid;
  padding: 0.3em;
}

.colorTable td {border: 1px solid; padding: 0.3em;}

.colorTable tr.odd {background: #FFFFFF;}

.colorTable tr.even {background: #D8DFE7; color: #444;}

.colorTable TD.break {
  background: #67A967;
}

.colorTable p.break, p.exam{
  font-weight: bold;
  text-align: center;
  color: white;
}

.colorTable p{
  margin:0;
  border:0;
  padding:0;
}

.colorTable span.quiz{
  color: #67A967;
  font-weight: bold;
  padding: 0;
  border: 0;
  margin:0;
}

.colorTable TD.exam {
   background: #AA00AA;
   font-weight: bold;
   text-align: center;
   border: 1px solid;
}

.colorTable TD.exam a {
	color: lightblue;
}

.colorTable > thead > tr > th, .colorTable > tbody > tr > th, .colorTable > tfoot > tr > th, .colorTable > thead > tr > td, .colorTable > tbody > tr > td, .colorTable > tfoot > tr > td {

    vertical-align: middle;
}

pre.output {
    margin-top: 10px;
    margin-left: 20px;
    border: thin gray solid;
    padding: 10px;
}

.colorTable .week {
/*  background-color: #11A; */
    border: solid medium #888;
    outline: solid thin #888;
}

