html{background:#000;}
html,
body,
#large,
#larger,
#largest{
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:0;
  width:100%;
  height:auto;
  min-height:100%;
  position:fixed;
  overflow:auto;
  font-family:Helvetica, sans-serif;
}
#large{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QTgxQjgwRDY5MzhFNDExOTc3RTk4OEM1QTgwRDFEQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MDkyQ0I2QkNDMDgxMUU0OEE4NUZDM0Q0RkM1ODUyQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MDkyQ0I2QUNDMDgxMUU0OEE4NUZDM0Q0RkM1ODUyQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOTA0N0VGM0VEQkRFNDExODExMEU3QTBEM0VFNjU0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QTgxQjgwRDY5MzhFNDExOTc3RTk4OEM1QTgwRDFEQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhuqgMIAAAAUSURBVHjaYmBgYFBhwAMGRBIgwAA+mgDZ7hf1mgAAAABJRU5ErkJggg==);
  background-attachment:fixed;
}
#larger{
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
  background-attachment:fixed;
}
#largest{
  background:url('bg.jpg');
  background-size:cover;
  background-attachment:fixed;
  background-position:center;
}
#fullscreen {
  width:100%;
  max-width:700px;
  margin:0 auto;
}
#contentarea {
  margin:auto;
  padding-top:20px;
  padding-bottom:20px;
  position:absolute;
  width:100%;
  max-width:700px;
}
p, li {
  font-family:Georgia,serif;
  text-align:justify;
}
h2, h3 {
  font-family:Helvetica, sans-serif;
  color:#0f7000;
}
a, a:link, a:visited {
  text-decoration:none;
  color:#0f7000;
  transition:0.8s ease;
}
a:hover {
  color:#1bc700;
  transition:0.8s ease;
}
h1 {margin:0px}
#title, #subtitle {
  text-align:center;
  color:#0f7000;
  margin-top:-10px;
}
#title{
  margin-bottom:4px;
}
#subtitle{
  margin-bottom:18px;
}
.subtitle{
  text-align:center;
  color:#0f7000;
  margin-top:10px;
}
.header {
  margin-top:8px;
/*margin-left:25px;*/
  margin-bottom:-15px;
  text-align:center;
}
.attention {
  color:#0f7000;
}
.maindropdown,
.subdropdown{
  height:50px;
  text-align:center;
  cursor:pointer;
  font-size:14pt;
  line-height:50px;
  font-weight:bold;
}
.maindropdown{
  color:#fff;
  background:#0f7000;
  width:100%;
}
.subdropdown{
  color:#0f7000;
  background:#fff;
  width:96%;
  margin:auto;
}
.submenu,
.contentmenu{
  max-height:0px;
  overflow:hidden;
  transition:max-height 1s ease;
}
.show{
  height:auto;
  max-height:2500px;
  transition:max-height 1s ease;
}
.content{
  background:rgba(255,255,255,0.8);
  width:92%;
  margin:auto;
  /*padding:20px;*/
}
.innercontent{
  padding:20px;
}
.centertext,.centertext>p{
  text-align:center!important;
}
#logo{
  width:200px;
  max-width:100%;
  left:0;
  right:0;
  margin:auto auto 20px auto;
  display:block;
  cursor:pointer;
  border-radius:50%;
}
#copy{
  width:100%;
  color:#fff;
  text-align:center;
  margin-top:10px;
}
.faq-q{
  font-family:sans-serif;
  color:#0f7000;
}
.faq-a{}
li::marker{color:#0f7000;}
/*hr{border:1px dashed #0f7000;}*/
iframe{
  width:100%;
  height:700px;
  max-height:100%;
}
ul>li::marker{content:'\26E7';}
ul{padding-left:15px;}

/* hr code adapted from https://jsfiddle.net/andresilich/fZNbK/2/ */
hr {
  border: 0;
  height: 2px;
  margin:18px 0;
  position:relative;
background: -moz-linear-gradient(left, rgba(15,112,0,0) 0%, rgba(15,112,0,0) 15%, rgba(15,112,0,0.65) 50%, rgba(15,112,0,0) 85%, rgba(15,112,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(15,112,0,0)), color-stop(15%,rgba(15,112,0,0)), color-stop(50%,rgba(15,112,0,0.65)), color-stop(85%,rgba(15,112,0,0)), color-stop(100%,rgba(15,112,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(15,112,0,0) 0%,rgba(15,112,0,0) 15%,rgba(15,112,0,0.65) 50%,rgba(15,112,0,0) 85%,rgba(15,112,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(15,112,0,0) 0%,rgba(15,112,0,0) 15%,rgba(15,112,0,0.65) 50%,rgba(15,112,0,0) 85%,rgba(15,112,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(15,112,0,0) 0%,rgba(15,112,0,0) 15%,rgba(15,112,0,0.65) 50%,rgba(15,112,0,0) 85%,rgba(15,112,0,0) 100%); /* IE10+ */
background: linear-gradient(left, rgba(15,112,0,0) 0%,rgba(15,112,0,0) 15%,rgba(15,112,0,0.65) 50%,rgba(15,112,0,0) 85%,rgba(15,112,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f700000', endColorstr='#0f700000',GradientType=1 ); /* IE6-9 */
}

hr:before {
  content: "";
  display: block;
  border-top: solid 1px rgba(255,100,100,0.100);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
ol[type="I"]{padding-left:20px;}
::selection {background:#70ff59;}
::-moz-selection{background:#70ff59;}

table{border-collapse: collapse;}
td{
  border:1px solid #999;
  padding:3px;
  text-align:center;
}
@media screen and (max-width:475px) {
  td{
    font-size:12px;
  }
}
@media screen and (max-width:375px) {
  td{
    font-size:10px;
  }
}
@media screen and (max-width:20px) {
  td{
    font-size:8px;
  }
}
.unicode {font-size: 12pt;}

/* Website by David Salyer - 2025 */