body {
  background-color: #FFFFFF;
  color: #000000;
  background-image: url("banners/wave_1.gif");
}
hr {
  border-color: #404040;
  width: 100%;
}
#aContentBox {
  width: 60%;
  border: 3px solid #FFFFFF;
  background-color: #606060;
  text-align: left;
  margin: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #aContentBox {
    width: 90%;
  }
  #aSidebar {
    width: 20%;
  }
}
@media screen and (min-width: 1001px) {
  #aSidebar {
    width: 20%;
    min-width: 150px;
    max-width: 200px;
  }
}
#aHeader {
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
#aResizedImage {
  height: 94px; /* Adjust size as needed */
  width: auto; /* This will maintain the aspect ratio */
}
#aContentContainer {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  text-align: center;
  height: 100%;
  flex-grow: 1;
}
#aSidebar {
  background-color: #404040;
  text-align: center;
  margin: 5px;
  border: 5px ridge #303030;
  padding: 20px;
  flex-grow: 1;
}
#aSidebar a:link {
  color: #1178bc;
}
#aSidebar a:visited {
  color: #440a70;
}
#aSidebar a:hover {
  color: #ffffff;
}
#aSidebar > ul {
  text-align: left;
  padding-left: 20px;
}
#aContent {
  padding: 5px 20px;
  text-align: left;
  flex-grow: 4;
}
#aLargeText1 {
  font-size: 1.2em; /* Adjust size as needed */
}
#aLargeText2 {
  font-size: 1.2em; /* Adjust size as needed */
}
#aLargeText3 {
  font-size: 1.2em; /* Adjust size as needed */
}
#aContent h2 {
  margin: 5px 0;
  text-decoration: underline;
  text-align: left;
}
#aEmoji1 {
  vertical-align: middle;
  height: 1em;
}
#aEmoji2 {
  vertical-align: middle;
  height: 1em;
}
#aEmoji3 {
  vertical-align: middle;
  height: 1em;
}
#aEmoji4 {
  vertical-align: middle;
  height: 1em;
}
#aContent hr {
  margin: 20px 0;
}
#aContent > ol > li {
  margin: 10px 0;
}
#aUnderlineTooltip1 {
  text-decoration: underline;
  cursor: help;
}
#aUnderlineTooltip2 {
  text-decoration: underline;
  cursor: help;
}
#aAlignCenter1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 98vh;
}
#aFooter {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#aContactIcons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
}
#aContactIcons img {
  height: 40px;
  aspect-ratio: 1;
}
#aResponsiveImage {
  max-width: 100%;
  height: auto;
}