html, body{
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 0.9em;
     height: 100%;
     width: 100%;
     padding: 0px;
     margin: 0px;
}
html {
  scroll-behavior: smooth;
}
.pagewrapper {
    height: 100%;
    position: relative;
}

#logo {
    width: 150px;
    height: 150px;
    border-bottom: 1px solid #FFFFFF;
    top: 0px;
    left: 0%;
  }

 #LHstripe {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100%;
    background: #6494A6;
    box-shadow: 3px 0 5px #CCCCCC;
    }
 
.content {
  margin-left: 170px;
  min-height: 100%;  /* <-- fixes the background-color issue when content grows */
}

/*#navigation {
font-size: 110%;
top: 150px;
width: 150px;
border: solid black;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {

}
#navigation a:link, #navigation a:visited {
padding: 0.4em 1em 0.4em 1em;
color: #FFFFFF;
background-color: #6494A6;
text-decoration: none;
border: 1px solid #4C7685;
border-radius: 5%;
}
#navigation a:hover {
color: #FFFFFF;
background-color: #A2BFCA;
}*/
 #navigation {
width: 150px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #FFFFFF;
}
#navigation a:link, #navigation a:visited {
font-size: 110%;
display: block;
padding: 0.4em 0 0.4em 1em;
background-color: #6494A6;
color: #FFFFFF;
text-decoration: none;
}

#navigation a:hover {
color: #FFFFFF;
background-color: #A2BFCA;
}


  .director {
    height: 205px;
    width: 100%;
    display: table;
  }
 .column {
    float: left;
    width: 300px;
    padding-right: 15px;
    padding-bottom: 15px;
    }
    .headshot {
    border: solid 1px #006699;
    }

  .addresswithmap {
    height: 600px;
    width: 800px;
    }

.addresswithoutmap {
    height: 200px;
    width: 800px;
    }

  .address {
    float: left;
    width:800px;
    }

  #map_canvas1, #map_canvas3{
    background-color: grey;
    height:400px;
    width: 500px;
    float: left;
    border: 1px solid #6494A6;
    }

  p {
  padding-bottom: 0px;
  margin-bottom: 10px;
    }

  p.bold {
    font-weight: bold;
    }

  li { font-family: Verdana,Geneva,Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 115%;
    font-size-adjust: none;
    font-stretch: normal;
    }
 #nav_articles {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
}
#nav_articles li {
    display: table-cell;
    *float: left; /* improve IE7 */
    height: 25px;
    text-align: center;
    padding-left: 5px;
    padding-bottom: 5px;
}


#nav_articles li:first-child {
    padding-left: 0;
}
#nav_articles li a {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 25px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #6494A6;
}
#nav_articles li a:hover {
    background-color: #A2BFCA;
    color: #FFFFFF;
}


  li {
  font-size: 100%;
  margin-bottom: 1%;

    }
 h1 { font-family: Verdana,Geneva,Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 20px;
    line-height: 25px;
    font-size-adjust: none;
    font-stretch: normal;
    color: rgb(51, 51, 51);
    font-weight: bold;
    letter-spacing: -0.5px;
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 15px;
    }

 h3 {
     margin-top: 35px;
     border-top: dotted #6494A6;
     padding-top: 6px;
 }

  a.blueAgainstWhite, a.blueAgainstWhite:link { text-decoration: underline;
    color: rgb(0, 102, 153);
    background-color: transparent;
    }

  a.blueAgainstWhite:hover, a.blueAgainstWhite:visited:hover { text-decoration: none;
    color: rgb(0, 102, 204);
    background-color: transparent;
    }

  a.blueAgainstWhite:active, a.blueAgainstWhite:visited:active { text-decoration: none;
    color: rgb(0, 102, 204);
    background-color: transparent;
    }

  a.blueAgainstWhite:visited { text-decoration: underline;
    color: rgb(0, 102, 153);
    background-color: transparent;
    }
  a.highlighter {
    color: #FF3300;
    background-color: #66FF00;
    }

  span.YellowHighlight {
    background-color: #FFFF00;
    }

  div.newscaveat {
    font-style: italic;
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 1em;
    border: solid 1px #6494A6;
    border-radius: 5px;
    width: 80%;
    min-width: 870px;
    }

  #emergency {
  width: 75%;
  border-color: rgb(255, 0, 0);
  border-style: solid;
  padding: 5px;
  font-weight: bold;
  color: rgb(0, 0, 0)
   }
  #emergency h1 {
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: center;
   }
  #emergency .updated {
  font-style: italic;
   font-size: 0.8em;
   text-align: right;
   font-weight: normal
  }
  div.articles {
   width: 80%;
   min-width: 870px;
   border: solid #006699;
   padding: 0.9em;
   margin-top: 1em;
   background-color: #F2F2F2;
   box-shadow: 6px 6px 9px -3px #808080;
   border-radius: 10px;
  }

  #covid {
   width: 80%;
   min-width: 870px;
   border: solid #CC0000;
   padding: 0.9em;
   margin-top: 1em;
   background-color: #F2F2F2;
   box-shadow: 6px 6px 9px -3px #808080;
   border-radius: 10px;
  }
  span.reditalic{
      font-style: italic;
      color: #FF0000;
      font-size: 1.0em;
  }

  span.redletter {
      color: #CC0000;
  }

  span.lastupdated{
    font-style: italic;
    font-size: 0.9em;
  }


  div.ukraine {
     width: 80%;
   min-width: 870px;
   border: solid 5px #FFD500;
   outline: 5px solid #005BBB;
   padding: 0.9em;
   margin-top: 1em;
   background-color: #F2F2F2;
   box-shadow: 6px 6px 9px -3px #808080;
   border-radius: 10px;
  }

