 /* style.css */
 
 /* text-transform: uppercase; */
 /* background: white; */
 /* padding is within the blocks, margin is between */
 /* text-decoration: none; */
 /* top right bottom left */
 /* ul.menu_side li:hover {
    background-color: #eeeeee;
    } */
 /* h1,h2,h3,h4,h5,p,ul,ol,dl,table,blockquote {
    font-family: sans-serif;
    } */
 /* "Trebuchet MS","Arial Black",Verdana, Arial, Helvetica, sans-serif */
 /* look at sample.css for some other stuff */
 /* #ffff66 light yellow
    #ffff00 yelow
    #ffff99 pale yellow
    #339966 old green
    #228855 new green
    #55bb88 lignt green
    #90ee90 lightgreen
    #333333 dark gray
    #666666 darker gray
    #d3d3d3 lightgray */

body {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  font-family: sans-serif;
}
.header {
  font-family: Georgia,serif;
  font-variant: small-caps;
}
.header img {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 25px;
  width: 115px;
  height: 105px;
}
.header h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 00px;
  left: 150px;
  font-size: 200%;
  font-style: italic;
}
.header p {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 64px;
  left: 150px;
  font-size: 82%;
  font-style: italic;
  font-weight: bold;
}
.header hr {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 095px;
  left: 15px;
  right: 1.0em;
  width: 97%;
  border: none;
  height: 7px;
  color: black;
  background-color: black;
}
ul {
  margin-left: 1em;
  padding-left: 0px;
}
li.donate_button {
  padding: 25px 0 0 0;
}
li.donate_button img {
  height: 60px;
  width: 10.5em;
}
ul.menu_side {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 110px;
  left: 15px;
  width: 10.5em; /* 9em */
  list-style-type: none;
  font-size: 90%;
  font-weight: normal;
  font-variant: small-caps;
}
ul.menu_side li { 
  margin: 4px 0 0 0;
  padding: 3px;
  border-width: thin;
  border-style: solid;
  border-right: 7px solid black;
  background: #ffffcc; /* #ffff66 #ffffcc #f5deb3 #ccffff */
}
ul.menu_side a {
  text-decoration: none;
}
ul.menu_side li.current {
  background: #ffff66; /* yellow is #ffff00, #ffff33 is lighter */
  text-decoration: none;
}
ul.sub {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.sub li {
  margin: 0 0 0 3.0em; /* decreasing increases the underline */
	   /* this and ul.menu_side width can be troublesome */
	   /* err on the long side, small number */
  padding: 0 3px 0 0;
  text-align: right;
  /* text-indent: 2em; */
  border-width: 0 0 1px 0;
  border-style: solid;
  background: #ffff66
}
.box {
  text-align: center;
  border-style: solid;
  border-width: 1px;
}
img.lls_map {
  margin: 10px 05px 10px 0;
  float: left;
  width: 211px;  /* 222 */
  height: 239px; /* 252 */
}
.main_body {
  margin: 0 2em 0 0;
  padding: 110px 0 0 12.5em;
}
.main_body h2 {
  margin: 0;
  padding: 0;
}
.main_body hr {
  height: 2px;
  background-color: black; */
  /* color: black;
  /* border: none; */
}
.main_body ul {
  list-style-type: disc;
}
div.sections {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1em;
  margin-bottom: .3em;
}
div.sections dl {
  margin-left: 2.0em;
}
div.subsections {
  font-weight: bold;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 1em;
  padding-left: 0em;
}
ol.roman {
  list-style-type: upper-roman;
}
.nodot li {
  list-style-type: none;
  margin-left: -3.4em;
}
.table td {
  vertical-align: top;  
  padding-left: 1.0em;
}
.bold_addr {
  font-weight: bold;
}
a:link {
  color: blue;
}
a:visited {
  color: blue;
}
a:hover {
  color: black;
}
address {
  margin: 5.5em 0.0em 0 11em;
  padding: .5em 0 .5em 1em;
  font-family: serif;
  border-top: solid; 
  /* border-left: solid thin; */
  background: #ffffcc;
}
ul.bottom_logos {
  padding-top: 1em;
  padding: 1px;
  margin: 1px;
}
ul.bottom_logos li {
  list-style-type: none;
  float: left;
  margin: 2px;  /* 0.4em 0; */
  padding: 3px; /* 0.2em; */
}
ul.bottom_logos img {
  width: 100px;
  height: 35px;
  border: 0;
  border-style: none;
}
.bottom_logos a {
  font-size: 90%;
}

