body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* Force links to stay blue even after you click them */
a, a:visited {
    color: #0000cc;
    text-decoration: underline;
}

/* Hard-pinning the navigation to the top corners */
.top-nav-left {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 13px;
}

.top-nav-left a {
    margin-left: 6px;
}

.top-nav-right {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 13px;
}

.top-nav-right a {
    margin: 0 4px;
}

/* Logo Spacing */
.logo-container {
    margin-top: 60px; /* Pushes the logo down to make room for absolute nav */
    margin-bottom: 15px;
}

/* Search Bar Table Layout */
.search-input {
    height: 22px;
    font-size: 16px;
    border: 1px solid #7e7e7e;
    padding: 2px 4px;
    margin-right: 5px;
}

.side-links {
    padding-left: 5px;
    font-size: 10px;
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;
}

/* Buttons */
.button-row {
    margin-top: 10px;
}

input[type="submit"] {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background-color: #f8f8f8;
    border: 1px solid #7e7e7e;
    padding: 3px 8px;
    margin: 0 4px;
    cursor: pointer;
    color: #000;
}

/* Text & Footer */
.promo-text {
    margin-top: 30px;
    font-size: 13px;
}

.footer-links {
    margin-top: 30px;
    font-size: 13px;
}

.copyright {
    margin-top: 15px;
    font-size: 10px;
    color: #000;
}