
body {
   background-color: #E0D5CC;
   font-family: Optima;
   max-width: 875px;
}

.mainHeader h1 {}

.subHeader {
  margin: 0 0 8px 0 ;
}

.mainHeader {
   max-width: 500px;
   border-color: white;
   border-style: solid;
   border-width: 0 0 2px 0;
   overflow:hidden;
} 

.mainHeader span.spacer {
  width:auto;
}

.mainHeader span.second {
  float:right;
  text-align:right
}

.demonstration {
  margin: 0 0 0 10px;
}

.demonstration .demoTitle {
  font-size: 1.5em;
}

.ui-state-default
{
   background-color: #E0D5CC;
   border-color: #a0a0a0;
}

.ui-state-active
{
   background-color: #958E88;
   border-color: #a0a0a0;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 0 1em 1.5em;
  border: black solid 1px;
  background-color: #E0D5CC;
}

footer.pageFooter {
  padding-top:10px;
  font-size:smaller;
}
