        /* Replicating the original body attributes */
        body {
            margin: 0;
            padding: 0;
            color: #094EA2;
            background: url('/images/background.GIF');
            font-family: Verdana, Arial, Helvetica, sans-serif;
        }
        
        a { color: #800000; text-decoration: underline; }
        a:visited { color: #009900; }
        a:active { color: #33CCFF; }

        /* Main Container (replacing the 74% table) */
        .main-wrapper {
    width: 74%;
    margin: 0 auto;
    background-image: url('/images/bgr1.jpg');
    background-repeat: repeat;
}

        /* Header Section */
        header {
            width: 775px;
            height: 116px; /* Combined height of banners approx */
        }
        header img { display: block; border: 0; }

        /* Content Body */
        .content-area {
            display: flex;
            align-items: flex-start;
            padding: 10px 0;
        }

.sidebar {
    width: 170px;
}


        .nav-item {
            width: 152px;
            background: url('/images/bgr3.jpg');
            font-size: 13px; /* equivalent to size 2 */
            padding: 2px;
            margin-bottom: 2px;
            display: flex;
            align-items: center;
        }
        
        .nav-item img { margin-right: 5px; }

        .sidebar-banners {
            text-align: center;
            margin-top: 10px;
        }
.white-bg {
    background-color: #FFFFFF;
}

.center-image {
    text-align: center;
}

.image-container {
    width: 140px;
    margin: 0 auto;
}
        /* Main Content (replacing the 580px td) */
        main {
            flex: 1;
            padding: 0 10px;
        }

        /* Footer Section */
        footer {
            background-color: #000099;
            padding: 1px;
            text-align: center;
            color: #FFFFFF;
        }

        footer a { color: #FFFFFF; font-weight: bold; font-size: 13px; text-decoration: none; }
        footer hr { border: 0; height: 4px; background-color: #959595; margin: 10px 0; }
        .footer-text { color: #EFEFEF; font-size: 13px; line-height: 1.6; }