 body {
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      font-family: Arial, sans-serif;
      line-height: 1.5;
      color: #000000;
    }

    .page-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem 2rem;
    }

    /* Banner and nav */
    .kyg-banner {
      width: 100%;
      height: 149px;
      background-image: url('/kyafamer/Images/logob.jpg');
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      display: flex;
      align-items: flex-end;
    }

    .top-nav {
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      font-size: 0.85rem;
      color: #ffffff;
      padding: 0.35rem 1rem;
      box-sizing: border-box;
    }

    .top-nav a {
      color: #ffffff;
      text-decoration: none;
      margin-right: 0.4rem;
    }

    .top-nav a:hover {
      text-decoration: underline;
    }

    .top-nav .sep {
      color: #D03505;
      margin: 0 0.25rem;
    }

    /* Layout */
    .layout {
      display: flex;
      align-items: flex-start;
      gap: 1.5rem;
      margin-top: 1rem;
    }

    .sidebar {
      flex: 0 0 28%;
      background-color: #6A6A6A;
      color: #ffffff;
      border: 1px inset #444444;
      padding: 0.75rem;
      box-sizing: border-box;
      font-size: 0.85rem;
    }

    .sidebar h2 {
      font-size: 0.95rem;
      margin: 0 0 0.5rem;
      text-align: center;
      color: #ffffff;
    }

    .sidebar p {
      margin: 0 0 0.25rem;
    }

    .sidebar a {
      color: #ffffff;
      text-decoration: none;
    }

    .sidebar a:hover {
      text-decoration: underline;
    }

    .county-links {
      margin: 0 0 0.3rem;
    }

    .main-content {
      flex: 1;
      background-color: #ffffff;
      padding: 0.25rem 0.5rem 0.5rem;
      box-sizing: border-box;
      font-size: 0.9rem;
    }

    .main-content h1 {
      font-size: 1.6rem;
      color: #800000;
      text-align: center;
      margin: 0.5rem 0 0.75rem;
    }

    .main-content h2 {
      font-size: 1.2rem;
      color: #800000;
      margin-top: 1.25rem;
      margin-bottom: 0.4rem;
    }

    .intro {
      font-size: 0.9rem;
      text-align: justify;
    }

    .resource-list {
      padding-left: 1.2rem;
      margin-top: 0.25rem;
    }

    .resource-list li {
      margin-bottom: 0.2rem;
    }

    .resource-list a {
      color: #003366;
      text-decoration: none;
    }

    .resource-list a:hover {
      text-decoration: underline;
    }

    .griot-definition {
      font-size: 0.9rem;
      margin-top: 1rem;
      text-align: justify;
      font-style: italic;
    }

    .footer-blurb {
      text-align: center;
      font-size: 0.85rem;
      margin-top: 1.5rem;
    }

    .footer-blurb a {
      color: #003366;
      text-decoration: none;
    }

    .footer-blurb a:hover {
      text-decoration: underline;
    }

    .empty-dot {
      font-size: 0.85rem;
      text-align: center;
      background-color: #ECEDDD;
      padding: 0.3rem;
      margin-top: 0.5rem;
    }

    .empty-dot a {
      color: #003366;
      text-decoration: none;
    }

    .site-footer {
      width: 98%;
      margin: 1rem auto 0;
      background-color: #3E2802;
      color: #ffffff;
      text-align: center;
      font-size: 0.8rem;
      padding: 0.5rem 0;
    }