```css
.cnFooterPoweredByContainer {
    display: none;
}

body {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.cnMainContainer .cnTopArea {
background: none repeat scroll 0 0 #E0E0E0;
    width: 100%;
}

/* Logo/site-name header band */
.zoneHeaderOuter {
    background: rgba(0, 105, 193, 0.28) !important;
    margin-bottom: 0 !important;
}

/* Submenu: lighter continuation of header */
.zoneHeader1Outer {
    background: rgba(195, 214, 227, 0.55) !important;
    margin-top: 0 !important;
    border-top: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 0px !important;
}

.cnMainContainer {
    background: transparent;
    min-width: 925px;
    padding: 0 0 30px;
    width: 100%;
}

ul.dropdown ul li {
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.loginBoxUserName {
    color: #000000;
    font-weight: bold;
}

#idFooterPoweredByWA {
    display: none;
}

#idid_H8EBwmC_searchBox {
    margin: 20px 20px 30px 0 !important;
}
```
