﻿body {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* or 100dvh */
    margin: 0; /* Remove default body margin */
}

.ueda-background {
    background-image: url('/images/Associations/UEDA/header-bg.png');
    background-repeat: repeat-x;
}

.ueda-menu-item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    height: 35px;
    width: 175px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #3CA4CB;
}

.ueda-content {
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.ueda-footer {
    background-color: #666666;
    height: 75px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.ueda-footer-content {
    color: white;
    font-size: 10pt;
}

.selectedsdLnk {
    color: #3CA4CB
}

.hdr {
    color: #3CA4CB
}