BODY {
    font-size: 10pt;
    background-color: #416C97;
    margin-top: 25px;
    margin-left: 25px;
    font-family: sans-serif;
}

DIV.main {
    padding-left: 5px;
    position: absolute;
    width: 1027px;
    background: #416C97;
}

TABLE.topMenu {
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #416C97;
    color: white;
}

DIV.logoTop {
/*background-image:url("es-images/toplogo.jpg");*/
    background: #416C97;
    color: white;
    font-size: 20pt;
    font-family: sans-serif;
    font-variant: small-caps;
    width: 100%;
    padding: 0;
    text-align: right;
}

SPAN.logo {
    padding: 25px;
    width: 100%;
}

TABLE.mainTable {
    width: 1024px;
    background: #416C97;
}

DIV.listingPanel {
    width: 100%;
    position: inherit;
}

DIV.gmaps {
    width: 96%;
    height: 600px;
    position: absolute;
}

DIV.emailerModule {
    width: 100%;
    height: 600px;
    position: relative;
}

TD.maplet {
    width: 400px;
    vertical-align: top;
}

TD.presenter {
    vertical-align: top;
    background-color: #f5f4f4;
    width: 100%;
}

TR.mainTable {
    padding: 0;
}

TD.mainTable {
    padding: 0; /*color: white;*/
}

TABLE.gwt {
    vertical-align: top;
    padding: 0;
    width: 100%; /*background: #dcdcdc;*/
    color: black;
}

TR.gwt {
    vertical-align: top;
    color: black;
}

TD.gwt {
    vertical-align: top;
    color: black;
}

TABLE.default {
    background: transparent;
    padding: 0;
    width: 100%;
    color: white;
    border: 0;
}

TABLE.admin {
    width: 98%;
}

TR.default {
    vertical-align: top;
}

TD.default {
    vertical-align: top;
    color: black;
}

TD.leftFrame {
    width: 198px;
    background: #416C97;
    border-left: 4px #416C97;
    border-right: 0;
}

TD.rightFrame {
    width: 818px;
    background: #f5f4f4;
    color: black;
    padding: 0;
}

TABLE.frontPagePhoto {
    width: 100%;
    background: #3b6187;
}

TR.frontPagePhoto {
    vertical-align: top;
    background: #3b6187;
}

TD.frontPagePhoto {
    width: 100%;
    vertical-align: top;
    background: #3b6187;
    text-align: center;
    color: white;
}

IMG.frontPagePhoto {
/*opacity: .75;*/
    border: 2px solid #416C97;
}

/*

.scrollArea {
    width: 833px;
    height: 220px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #4e76bf;
    border-width: 1px;
    border-style: solid;
    float: left;
    overflow: auto;
}
*/

CAPTION {
    background: #416C97;
    color: white;
    font-size: 12pt;
    font-weight: bolder;
    border-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 2px;
}

H1 {
    font-size: 18pt;
    text-align: center;
    text-decoration: underline;
}

H2 {
    font-size: 16pt;
    font-weight: bold;
}

H3 {
    font-size: 14pt;
    font-weight: bold;
    text-decoration: blink;
}

H4 {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: blink;
}

A {
    text-decoration: none;
}