body {
        font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
        font-size: 1.0em;
        margin-top:        0px;
        margin-left:        0%;
        margin-right:        0%;
        margin-bottom:        0px;
        padding-top:        0;
        padding-left:        0;
        padding-right:        0;
        padding-bottom:        0;
        border-top:        0;
        border-left:        0;
        border-bottom:        0;
        border-right:        0;
        background: white;
        }

/*
img {
        padding:4px;
        border:1px solid silver;
        margin: 0 10px 0 0;
        }
*/
p {
font-size: 1.0em;
line-height: 2.0em;
margin: 0 0 1.0em;
}

h1, h2, h3, h5, h6{

        color: #646e91;
}

h1 {
font-size: 2.3em;
line-height: 1.2em;

margin-top: 0;
margin-bottom: 0.5em;
}

h2 {
font-size: 2em;
line-height: 1.5em;
margin-top: 0;
margin-bottom: 0.5em;
}

h3 {
font-size: 1.5em;
line-height: 1.25em;

        border-top: 2px solid silver;
        padding-top: 0.5em;
        margin-bottom: 0.5em;
}

h4 {
margin-top: 0;
margin-bottom: .5em;

        border-top: 2px solid silver;
        padding-top: 0.5em;
        margin-bottom: 0.5em;

        font: bold 0.8333em/1em Lucida, Helvetica, Verdana, Arial, sans-serif;
        color: #0238a5;
}

h5 {
font-size: 1.25em; /* 15px */
line-height: 1.5em; /* 18px */

        border-top: 2px solid silver;
        padding-top: 0.5em;

        margin-bottom: 0.5em;
        clear: both;
}

h6 {
font-size: 1em; /* 12px */
line-height: 1.5em; /* 18px */
margin-top: 0;
margin-bottom: .5em;
}

h4, h6 {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #002a7f;
        /*GH added*/
        border-top: 2px solid silver;
}

em {
        font-style: italic;
}

strong {
        font-weight: bold;
}

p {
        font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
  }

p.intro {
        font-weight: bold;
        color: #002a7f;
}

.note {
        color: #646e91;
}

.callout {
        float: left;
        padding-left: 4px;
        position: relative;
        background-color: #d3e3ff;
        border-left: 4px solid #3e72cd;
        margin: 6px 6px 6px 2px;
        top: 0;
        padding-right: 4px;
}


p.intro {
        font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
        font-weight: bold;
        color: #002a7f;
}

.text {
        font-size:0.9em;
        color:navy;
        background: white;
        line-height: 1.5;
        }

.box {
        font-size:0.8em;
        color:navy;
        background: white;
        line-height: 1.5;
        }

.head {
        font-size:30px;
        color:white;
        background: navy;
        text-align: center;
        align: center;
        line-height: 1.2;
        }

.side {
        font-size:18px;
        color:navy;
        background: white;
        line-height: 1.5;
        }

.sub {
        font-size:24px;
        color:white;
        background: #2586d7;
        line-height: 1.2;
        }

.subb {
        font-size:24px;
        color:white;
        background: #90badb;
        line-height: 1.2;
        }

.small {
        font-size:0.8em;
        color:navy;
        background: white;
        line-height: 1.5;
        }

.smallr {
        font-size:0.8em;
        color:navy;
        background: white;
        line-height: 1.0;
        text-align: right;
        align: right;
        }

.smallb {
        font-size:0.8em;
        font-weight: bold;
        text-align: center;
        align: center;
        color:white;
        background: navy;
        line-height: 1.0;
        }

A       {
        color:gray;
        text-decoration:none;
        }

A:link  {
        text-decoration: none;
        color:  red;
        }

A:visited       {
        text-decoration: none;
        color:  blue;
        }

A:active        {
        text-decoration: none;
        color:  red;
                }
/*
A:hover {
        text-decoration: underline;
        color:  red;
        }
*/
A.offsite       {
        text-decoration:  none;
        color:  red;
        }

/*added by GH */
.mceContentBody {
        font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
        background:white;
        color: navy;
}


