/*---- General Layout ----*/

BODY {
    background-color: #dce1ea;
    margin: 0px;
    padding: 0px;
    font-family: "Arial", sans-serif;
}

#web_page {
    width: 780px;
    margin: 0px auto;
}

#center {
    background-image: url('../images/left-side-slice.jpg');
    background-repeat: repeat-y;
    background-color: white;
    float: left;
}

#header {
    width: 780px;
    height: 180px;
    background-image: url('../images/top2.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    float: left;
}

#top_navigation {
    height: 38px;
    background-image: url('../images/top1.jpg');
    background-repeat: no-repeat;
}

#main_navigation {
    float: left;
    margin: 0px;
    width: 142px;
    padding-left: 10px;
    background-color: #7c8db3;
}

#content {
   padding: 0px 10px 40px 10px;
   float: left;
   margin: 0px;
   width: 608px;
   background-color: white;
}

#footer {
    width: 780px;
    text-align: center;
    background-color: white;
    background-image: url('../images/left-side-slice.jpg');
    background-repeat: repeat-y;
}


/*---- Content Formatting ----*/

#main_navigation TABLE TR TD {
    text-align: left;
    padding-left: 10px;
}
#main_navigation A {
    color: white;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
    padding-bottom: 4px;
    float: left;
    clear: left;
}
#main_navigation A.leftnavSelected {
    color: black;
}


/*----------------------------*/

#top_navigation {
    padding: 10px;
    text-align: right;
    font-size: small;
    font-weight: bold;
    color: white;
}
#top_navigation A {
    color: white;
    text-decoration: none;
}


/*----------------------------*/

#content H1 {
    font-size: large;
    font-weight: normal;
    color: #6d1b13;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

#content H2 {
    font-size: medium;
    font-weight: bold;
    color: #1d528f;
    padding: 0px;
    margin: 5px 0px;
}

#content P {
    font-size: small;
    color: black;
}

#content A {
    color: #1d528f;
}

#content A:hover {
    color: #7c8db3;
    text-decoration: none;
}

/*---- HOME BANKING LOGIN ----*/

DIV.hblogin {
    width: 176px;
    height: 86px;
    padding: 24px 3px 3px 3px;
    background-image: url('../images/home-banking.jpg');
    background-repeat: no-repeat;
    letter-spacing: 1px;
}
DIV.hblogin H1 {
    display: none;
}
DIV.hblogin P {
    margin: 0px;
    padding: 0px 0px 2px 14px;
}
DIV.hblogin SPAN {
    float: left;
    width: 176px;
    clear: both;
    font: 10px "Arial", sans-serif;
    color: #1d528f;
}
DIV.hblogin INPUT {
    font: small Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}
DIV.hblogin A.submit {
    font: 12px "Arial", sans-serif;
    color: black !IMPORTANT;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin-left: 8px;
}
DIV.hblogin A.help {
    font: 10px "Arial", sans-serif;
    color: #1d528f;
    text-decoration: underline;
}
