/* Generated by KompoZer */
.footerText {
  font-style: normal;
  font-size: 9pt;
  font-family: Courier New;
  color: white;
}
.bodyText {
  font-family: Arial;
  font-style: normal;
  font-size: 11pt;
  color: black;
  font-weight: bolder;
  text-align: justify;
}
.menuText {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: white;
  font-size: 18pt;
}
a:link {
  border-color: silver;
  border-width: 1px;
  font-family: Arial;
  text-decoration: none;
  font-size: 14px;
  color: black;
}
a:hover {
  border-bottom: 4px solid #2d0922;
  font-family: Arial;
}
a:visited {
  font-family: Arial;
  text-decoration: none;
  color: #3e3e3e;
  font-size: 14px;
}
a:active {
  font-family: Arial;
  text-decoration: none;
  color: #3e3e3e;
  font-size: 14px;
}
.headerText {
  font-weight: bold;
  margin-right: 80px;
  font-family: Papyrus;
  color: #333300;
  font-size: 46px;
  text-align: center;
}
.transparent {
  background-color: #cccccc;
  opacity: 0.911;
}
.subheader {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  color: #330033;
  text-decoration: underline;
}
.selMenu {
  font-family: Arial;
  font-size: 18pt;
  font-weight: bold;
  color: #330033;
}

/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}

#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    background-color:#121212;
}
#expList li {
    line-height:180%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(images/collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(images/expanded.png);
}
#expList {
    clear: both;
}

.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
    background-color:#555555;
    color:#222222; 
    font-weight:normal;
}

audio {
    width: 500px;
    display: block;
}
