@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body { background-color:#c4c1a4; color:#444444; font-family:'funnel sans', sans-serif; font-size:19px; margin: 0% auto; }

div#mainhdr{ width: 85%; margin: 0% auto; padding: 3%; text-align:left; background-color:#FFFFFF; border:3px solid #993300; border-bottom:0px; } 

div#cellhdr{ width: 85%; margin: 0% auto; padding: 3%; text-align:left; background-color:#FFFFFF; border:3px solid #993300; border-bottom:0px; } 

div#maincontent{ width: 85%; margin: 0% auto; padding: 3%; text-align:left; background-color:#FFFFFF; border-top:0px; border-left:3px solid #993300; border-bottom:3px solid #993300; border-right:3px solid #993300;  } 

p { line-height: 28px; } 
H1 { color:#993300; font-size:44px; font-family:'funnel sans', Helvetica, sans-serif; font-weight:600; line-height: 48px;} 
H2 { color:#333333; font-size:36px; font-family:'funnel sans', Helvetica, sans-serif; font-weight:300; }
H3 { color:#991100; font-size:30px; font-family:'funnel sans', Helvetica, sans-serif; font-weight:400; }
H4 { color:#5d4a50; font-size:28px; font-family:'funnel sans', Helvetica, sans-serif; font-weight:400; }
H5 { color:#6f595b; font-size:26px; font-family:'funnel sans', Helvetica, sans-serif; font-weight: 400; margin-top:5px;
  margin-bottom:5px}
em.subtitle { color:inherit; font-weight: lighter; font-size:23px; font-family: inherit; line-height: inherit;}
A { color:#991100; text-decoration:none; font-size:inherit; }
A.now { color:#993300; text-decoration:none; font-size:inherit; }
A.then { color:#cc9900; text-decoration:none; font-size:inherit;}
A.intxt { color:#991100; text-decoration:underline; font-size:inherit; line-height:inherit;}
A.pic { color:#991100; font-size:inherit; text-decoration:underline; }
.lrg { font-size:22px; font-family:font-family:'funnel sans', Helvetica, sans-serif; font-style:inherit;}
.med { color:#333333; font-size:17px; font-family:font-family:'funnel sans', Helvetica, sans-serif;  font-style:inherit; line-height: normal;}
.medbrn { color:#993300; font-size:17px; font-family:font-family:'funnel sans', Helvetica, sans-serif; }
.sml { color:#555555; font-size:15px; font-family:font-family:'funnel sans', Helvetica, sans-serif; line-height:18px;}
.smlbrn { color:#885522; font-size:16px; font-family:font-family:'funnel sans', Helvetica, sans-serif; line-height:16pt; }
ul ol { list-style-position: none; margin: 0px; padding: 0px; }
li { font-size:inherit; line-height:26px; }
ul.inset { list-style-position: inside; }
ul.outset { list-style-position: outside; }
em { font-size:inherit; line-height:inherit; }
.wht { color:#ffffff; font-family:times, times new roman, baskerville, georgia, palatino, century schoolbook; }
.srf { font-family:times, times new roman, baskerville, georgia, palatino, century schoolbook; } 
.intxttxt { color:#333333; text-decoration:none; font-style:normal;font-size:16px; line-height:19px; }

.navbar {  overflow: hidden;  background-color: #ffffff;}
.navbar a {  float: left; font-size: 16px; color: #993300; text-align: center;  padding: 12px 12px;  text-decoration: none;}
.dropdown {  float: left;  overflow: hidden;}
.dropbtn {  font-size: 16px;    border: none;  outline: none;  color: #993300;  padding: 12px 12px;  background-color: inherit;  font-family: inherit;  margin: 0;}
.navbar a:hover, .dropdown:hover .dropbtn {  background-color: #999999;}
.dropdown-content {  display: none;  position: absolute;  background-color: #eeeeee;  min-width: 140px;  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);  z-index: 1;}
.dropdown-content a {  float: none;  color: #993300;  padding: 12px 12px;  text-decoration: none;  display: block;  text-align: left;}
.dropdown-content a:hover {  background-color: #888888;}.dropdown:hover .dropdown-content {  display: block;}

 /* Collapsible button style*/
.collapsible {
  background-color: #f2f0df;
  color: #444;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Collapsible active button */
.active, .collapsible:hover {
  background-color: #f2f0df;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #e3e1cf;
} 