body {
    background: #FFFFFF;
}

div.bar1 {
    background: #E2E2E2;
    border-bottom: 1px solid #D4D4D4;
}

div.menuwrap {
    background: url('../img/background-menu.png') top left repeat-x;
    border-bottom: 2px solid #EAEAEA;
}

div.menu {
}

div.menu div a {
    font-weight:  bold;
    text-decoration: none;
    color: #004C92;
}

div.menu div a:hover {
    text-decoration: underline;
}

div.banner {
    background: url('../img/background-banner.png') bottom left repeat-x;
}

div.footwrap {
    background: #E2E2E2;
    border-top: 1px solid #CECECE;
}

div.footer {
    font-size: 8pt;
    color: #23A79A;
}

div.footer a {
    text-decoration: none;
    color: #727272;
}

div.footer a:hover {
    text-decoration: underline;
}

div.pagebanner {
    background: url('../img/background-pagebanner.png') bottom left repeat-x;
}

div.pagebanner h1 {
    color: #ffffff;
    font-family: "Myriad Pro",Arial,sans-serif;
    font-style: italic;
    font-weight: normal;
    background: url('../img/background-h1.png') top left no-repeat;
}

div.sidemenu-top {
    background: url('../img/sidemenu-top.png') top left no-repeat;
}

div.sidemenu-mid {
    background: url('../img/sidemenu-mid.png') top left repeat-y;
}

div.sidemenu-bot {
    background: url('../img/sidemenu-bot.png') top left no-repeat;
}

div.sm-l1 {
    background: #EAEAEA;
}

div.sm-l1 a {
    text-decoration: none;
    color: #21A29A;
    font-weight: bold;
}

div.sm-l1 a:hover {
    text-decoration: underline;
}

div.sm-l2 a {
    text-decoration: none;
    color: #004D92;
}

div.sm-l2 a:hover {
    text-decoration: underline;
}
