body, a{
    font-family: arial, helvetica, verdana;
    font-size: 12px;
    color: #003466;
}
h2 {
    font-size: 14px;
    margin: 0px 25px -10px 25px;
}
p {
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
}
p a, p a:visited, p a: active {
    font-size: 12px;
    color: #003466;
    text-decoration: underline;
}
p a:hover {
    font-size: 12px;
    color: #003466;
    text-decoration: none;
}
ul {
    list-style-image: url(/images/bullet_arrow2.gif);
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
}
li {
    padding-left: 12px;
}
div.leftCol {
    font-size: 12px;
    padding-left: 10px;
    padding-top: 5px;
}
div.leftCol span {
    font-size: 16px;
}
.footer {
    font-size: 10px;
}
.footerLg {
    font-size: 12px;
}
.fdic {
    font-size: 16px;
}
/* This changes the home page top nav, adjust a "top" more negative number to move up */
#navBar {
    position: relative;
    left: 260px;
    top: -535px;
    width: 600px;
    z-index: 1;
}
/* This changes the "headline", adjust the "top" more negative number to move up */
#headline {
    position: relative;
    font-size: 20px;
    left: 270px;
    top: -525px;
    width: 500px;
    z-index: 2;
}
#mainContent {
    position: relative;
    font-size: 12px;
    left: 270px;
    top: -400px;
    width: 400px;
    z-index: 3;
}
#footer {
    position: relative;
    top: -340px;
    z-index: 3;
}
.tablehead {
    font-size: 12px;
    padding-left: 4px;
}
.tablerow {
    font-size: 10px;
    height: 20px;
    background-color: #90A4BC;
    padding-left: 8px;
    padding-right: 4px;
}
.tablerowYellow {
    font-size: 10px;
    height: 20px;
    background-color: #FEC32B;
    padding-left: 4px;
    padding-right: 4px;
}
.bluedivider {
    background-color: #003466;
    height: 1px;
}
.horizdivider {
    width: 1px;
    background: url(/images/table_horiz_line.gif);
}
.eOneProduct {
    padding-top: 4px;
}
.eOneProduct li {
    margin-left:25px;
}
.eOneProductDetail {
    padding-top: 4px;
}