body {
    font-family: Arial, sans-serif;
    font-size: 20px;
}

h1, h3, h4, h5 { text-transform: uppercase; }
h1 { font-size: 22px; text-align: center; }
h2 { font-size: 20px; }
h3, h4, h5 { font-size: 20px; color: #666c1e }

#pageBanner {
    background-color: #303030;
}

#primaryMenus {
    font-weight: bold;
    color: #ffffff;
    background-color: #666c1e;
    font-size: 22px;
    text-transform: uppercase;
}

#secondaryMenus {
    font-weight: bold;
    color: #ffffff;
    background-color: #4b4a4a; /* #970C0C */
    font-size: 19px;
}

td.SidePanel {
    background-color: #f2f2f2;
}

/*** Menu Bars ***/
/* Primary */
#MainMenuList {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #666C1E;
}
    #MainMenuList .dropdown-content {
        color: white;
        background-color: #666C1E;
        border-top: solid 10px #666C1E;
        border-left: solid 2px #666C1E;
        border-right: solid 2px #666C1E;
    }
    #MainMenuList .dropdown-content a { 
        color: white; 
        background-color: #888c1e;
        border-bottom: solid 2px #666C1E;
    }
    #MainMenuList .dropdown-content a:hover { color: white; background-color: #666C1E; }
/* Secondary */
#SecondaryMenuList {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: white;
    background-color: #4b4a4a; /* #970C0C */
}
    #SecondaryMenuList .dropdown-content {
        color: white;
        background-color: #4b4a4a;
        border-top: solid 10px #4b4a4a;
        border-left: solid 2px #4b4a4a;
        border-right: solid 2px #4b4a4a;
    }
    #SecondaryMenuList .dropdown-content a { 
        color: white; 
        background-color: #7a7a7a;
        border-bottom: solid 2px #4b4a4a;
    }
    #SecondaryMenuList .dropdown-content a:hover { color: white; background-color: #4b4a4a; }
/*****************/

#pageFooter {
    color: #ffffff;
    background-color: #303030;
}

#selectMenu, #selectUnitLocation, #selectMenuDate {
    color: white;
    background-color: transparent;
    border: none; outline: 0px;
}
#selectMenu { 
    text-transform: uppercase; 
    text-align: center;
    text-align-last: center;
    font-weight: bold;
}
#selectMenu option { /* Located in the secondary menu bar. Use its colours. */
    color: white;
    background-color: #666C1E;
    border: none; outline: 0px;
}
#selectUnitLocation option { /* Located in the secondary menu bar. Use its colours. */
    color: white;
    background-color: #970c0c;
    border: none; outline: 0px;
}
#selectMenuDate option { /* Located in the secondary menu bar. Use its colours. */
    color: white;
    background-color: #970c0c;
    border: none; outline: 0px;
}
#lblUnitLocation, #lblMenuDate {
    text-transform: uppercase;
    color: white;
    background-color: transparent;
}