/* G E N E R A L   P R O P E R T I E S */

BODY {
/*    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=black, endColorstr=white, GradientType=1) */
/*    background-image: url(images/gradient.gif); background-repeat:repeat-y; */
}

BODY, TD, INPUT, SELECT {
    font-family: Arial, modern, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

/* P R I M A R Y   L A Y O U T   B L O C K S */

#body, DIV.linkOn {
    background-color: #3b7b63;
    color:white;
    margin-top: 0px;
    margin-left: 0px;
}

.sashlinks, .sashSublinks {
    margin: 0px;
    padding: 0px;
    background-color: #30624e;
    /*border-bottom: 3px double #dddddd;*/
    width: 100%;
    color: white;
    margin-left: 5px;
}
.sashSublinks {
    background-color: #30624e;
    border-top: 2px solid #3b7b63;
    width: 100%;
    margin-left: 10px;
}

DIV.pLegend, DIV.pLegend TABLE {
    background-color: #3b7b63;
    /*border-bottom: 3px double #dddddd;*/
    width: 101%;
    color: white;
}

#contentArea {
    margin-top:4px;
    margin-left:15px;
}

.title {
    font-size: 14pt;
    font-weight: bold;
    margin-top:4px;
    text-align: left;
}

.logo {
    font-size: 10pt;
    font-weight: bold;
    font-family: Papyrus;
    color: #fee95c;
    text-align: right;
}

.tagline {
    font-size: 10pt;
    font-weight: bold;
}

.pLegend .title {
    font-size: 10pt;
    font-weight: bold;
    margin-top:4px;
    margin-left:4px;
    text-align:left;
}

.textRegion {
    padding: 0px;
}

/* L E F T   S A S H   L I N K S */
DIV.link1 {
    font-size: 9pt;
    font-weight: normal;
    color: white;
    margin: 2 2 0 2;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    border: 1px solid #30624e;
}

DIV.linkOn {
    font-size: 9pt;
    font-weight: normal;
    margin: 2 2 0 2;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #aaaaaa;
}

/* main button links */
A DIV.link1 {
    color: white;
}

A:link {
    color: white;
}
A:visited {
    color: #eeeeee;
}

A:hover {
    color: #fee95c;
    text-decoration: underline; /* prevent underlines */
}

A {
    color: #5588aa;
}

.color1 {
    COLOR: #838ab4;
}

#sashLinks A, #sashSubLinks A {
    text-decoration: none; /* prevent underlines */
}



.textRegion1 {
    border: solid 1px #4f8873;
    background-color: #649683;
    padding: 1px;
}
.textRegion2 {
    border-width: 1px;
    border: solid 1px #78a393;
    background-color: #8cb0a3;
    padding: 1px;
}
.textRegion3 {
    border-width: 1px;
    border: solid 1px #a0bdb2;
    background-color: #b4cbc2;
    padding: 1px;
}
.textRegion4 {
    border-width: 1px;
    border: solid 1px #c9d8d2;
    background-color: #dde5e2;
    padding: 1px;
}
.textRegion5 {
    border-width: 1px;
    border: solid 1px #e7ecea;
    background-color: #ffffff;
    color: black;
    padding: 0px;
}
