/* Base */
html,body,div,span,p,ul,ol,li,a,h1,h1,h2,input { 
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
html { 
  font-size: 100%; 
  background-color: #777;
}
body { 
  color: #ffff00;
  background-color: #000;
  max-width: 1024px;
  margin: auto;
}
img {
  max-width: 100%
}
.hidden {
  display: none;
}
a:link {
  text-decoration: none;
  color: #ffa;
}
a:visited {
  text-decoration: none;
  color: #ffa;
}
a:active {
  text-decoration: none;
  color: #ff0;
} 
a:hover {
  text-decoration: none;
  color: #ff0;
}
a:link IMG {
  border: 1px solid black;
}
a:visited IMG {
  border: 1px solid black;
}
a:active IMG {
  border: 1px solid black;
} 
a:hover IMG {
  border: 1px solid black;
}
.header {
  padding-top: .1em;
  padding-bottom: .2em;
  border-bottom: 1px solid #ff0;
  margin-bottom: 1em;
  overflow: hidden;
}
.title-block {
  font-size: 3em;
  font-family: Century Gothic, avant garde, trebuchet ms, sans-serif;
  font-weight: normal;
  margin-left: .2em;
  float: left;
}
.index-link {
  font-size: .7em;
  font-family: Century Gothic, avant garde, trebuchet ms, sans-serif;
  font-weight: normal;
}
.header-controls {
  width: 7em;
  margin-top: 6px;
  float: right;
}
.header-link {
  font-size: 1.2em;
  text-align: center;
  background-color: #777;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  border: 2px solid #ff0;
  cursor: pointer;
  margin-right: .5em;
  float: right;
}
#expandAll {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 1em;
  background-color: #777;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 4px;
  border: 2px solid #ff0;
  cursor: pointer;
  margin-right: .5em;
  float: right;
}
#collapseAll {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 1em;
  background-color: #777;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 4px;
  border: 2px solid #ff0;
  cursor: pointer;
  margin-right: .5em;
  float: right;
}
.main {
  overflow: hidden;
  clear: both;
}
.width2 {
  width: 48%;
  margin-right: .5em; 
  margin-left: .5em; 
  float: left; 
}
.img-frame {
  text-align: center;
   
}
#img-slide {
  border: 4px solid #777;
  margin-left: -4px;
}
h1 {
  font-family:Century Gothic, avant garde, trebuchet ms, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  color: #ffff00;
  font-weight: normal;
  padding: 0;
  padding-top: .2em;
  margin: 0;
}
h2 {
  font-family: Century Gothic, avant garde, trebuchet ms, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  color: #ffff00;
  font-weight: normal;
  padding: 0;
  padding-top: .2em;
  margin: 0;
}
.quick-links-block {
  padding-bottom: .5em;
  border-bottom: 1px solid #ff0;
  margin-bottom: 1em;
  overflow: hidden;
}
.quick-links-head {
  border-bottom: 1px solid #ff0;
  margin-bottom: .2em;
  margin-left: .5em;
}
.ql-list {
  padding: 0;
  margin-left: .9em;
}
.ql-item {
  padding-top: .3em;
  padding-bottom: .3em;
  list-style-type: none;
}
.ql-item a {
  font-size: 1.3em;
  line-height: 1em;
}
.list-head {
  cursor: pointer;
}
dl {
  margin-top: .5em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: .75em;
}
dt {
  padding-top: .3em;
  padding-bottom: .3em;
}
dt a {
  font-size: 1.3em;
  line-height: 1em;
}
.footer {
  padding: .2em;
  border-top: 1px solid #ffff00;
  margin-top: 1em;
  clear: both;
}
#copyright {
  font-size: .9em;
  font-family: verdana, helvetica, sans-serif;
  text-align: right;
  white-space: nowrap;
}
#copyright:before{
  content: '\00A9 2024 r.l. keeney';
}

/* PRINT STYLES */

@media print {
  * { 
      background: transparent !important;
      color: black !important;
      box-shadow:none !important;
      text-shadow: none !important;
      filter:none !important;
      -ms-filter: none !important;
  } 
  a, a:visited { 
    text-decoration: none;
  }
  pre, blockquote {
    border: 1px solid #999; page-break-inside: avoid;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h1, h2 {
    orphans: 3;
    widows: 3;
  }
  h1, h1, h2 {
    page-break-after: avoid;
  }
   
  /* Localized Print Styles */
  .nav {
    display: none;
  }
  .title {
    margin-top: 6%;
  }
}
