
table#tlayout {
    border: none;
    border-collapse: separate;
    background: #fff;
}

body, h1, h2, h3, h4, td, th, p, ul, li {
    font-family: Arial, Helvetica;
}


#layout-menu {
    background: white;
    border: 1px solid #dddddd;
    padding-top: 0.5em;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1.0em;
    width: 15%;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    box-shadow: 0 2px 10px #e0e0e0;
}

    #layout-menu td {
        background: #fff;
        vertical-align: top;
    }

#layout-content {
    padding-top: 0.0em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    border: none;
    background: #fff;
    text-align: justify;
    vertical-align: top;
    width: 85%;
}

#buffer {
    padding-top: 0.0em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    border: none;
    background: white;
    text-align: left;
    vertical-align: top;
    width: 10%;
}

#layout-menu a {
    color: #1d3874;
    text-decoration: none;
    margin: 9px 0;
    font-weight: 500;
    padding: 7px 50px 7px 50px;
    border-radius: 7px;
    transition: background 0.18s, color 0.18s;
    font-size: 1em;
}


#layout-menu a.current,
#layout-menu a:hover {
    background: #d2def6;
    color: #0d2256;
    font-weight: 700;
}



em {
    font-style: italic;
}






h1 {
    font-size: 2.1em;
    margin-bottom: 2px;
    color: #204080;
    font-weight: 800;
}

h2 {
    font-size: 1.3em;
    margin-top: 25px;
    color: #204080;
    border-bottom: 1.2px solid #b8c1d8;
    padding-bottom: 5px;
}

h3 {
    color: #284572;
    font-size: 1.08em;
    margin-top: 21px;
    margin-bottom: 1px;
    font-weight: 600;
}


ul, li {
    margin-bottom: 20px;
    margin-top: 15px;
}

.imgtable {
    margin-bottom: 18px;
    width: 100%;
}

    .imgtable td {
        vertical-align: top;
        padding-right: 13px;
    }

    .imgtable img {
        border-radius: 50%;
        border: 4px solid #bbb5b5;
    }



@media print {
    #layout-menu {
        display: none;
    }
}







button {
    font-family: inherit;
    font-size: 0.95em;
    padding: 8px 16px;
    margin: 6px 4px 0 0;
    background: #204080;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s;
}

.latest-news {
    background-color: #e6edfa;
    padding: 12px 17px 9px 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    border-left: 5px solid #a3baf3;
    text-align: justify;
}

    .latest-news ul {
        list-style-type: disc;
        margin-top: 10px;
        margin-left: 0px;
    }

    .latest-news li {
        margin-bottom: 7px;
        font-size: 1em;
    }

ul {
    margin-top: 10px;
    list-style-type: disc;
    margin-left: 20px; /* Adds indentation for clarity */
}

.latest-news tr {
    height: 30px; /* increases row height for spacing */
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 38px;
  margin-bottom: 30px;
}

#contact {
  flex: 1 1 320px;
  min-width: 270px;
  max-width: 420px;
}

.contact-map {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .contact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .contact-map {
    justify-content: flex-start;
    margin-top: 14px;
  }
}


