﻿BODY {
    background-color: #FFFFFF;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
.main_table {
    background-color: white;
}
DIV.date_display {
    text-align: center;
    font: 10px "Arial", "Helvitica";
    font-weight: bold;
    color: #0168ad;
}


/*---------- TOP NAVIGATION ----------*/
.top_nav {
    text-align: right;
    font: 12px "Arial", "Helvitica";
    font-weight: bold;
    color: #F4A258;
    padding-top: 10px;
    padding-right: 10px;
    
}
.top_nav A {
    color: #ff8642;
    text-decoration: none;
}
.top_nav A:hover {color: #900;}


/*---------- NEWS AREA ----------*/
.news_area, .survey_area {
    padding-left: 8px;
}
.news_area UL {
    padding: 0px;
    margin: 0px;
}
.news_area UL LI, .news_area A {
    font: small "Arial", "Helvitica";
    color: black;
}
.news_area UL {
    padding-left: 12px;
}
.news_survey {
    margin-top: 3px;
    margin-bottom: 3px;
    border-right: 1px solid #007229;
}


/*---------- SURVEY AREA ----------*/
.survey_area H1, .survey_area A {
    font: small "Arial", "Helvitica";
    color: #0168ad;
    font-weight: bold;
}
.survey_area H1 {
    padding: 0px;
    margin: 0px;
}
.survey_area P {
    font: small "Arial", "Helvitica";
    color: black;
}
.survey_area EM {
    color: #900;
    font-style: normal;
}


/*---------- MEMBERS FINANCIAL SERVICES AREA ----------*/
.mem_fin_serv {
    margin: -6px 3px 0px 3px;
    border-top: 1px solid #0168ad;
    padding: 20px 0px 0px 3px;
}


/*---------- LEFT NAVIGATION ----------*/
.left_nav {
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
}
.left_nav TABLE TR TD {
    font: 10px "Arial", "Helvitica";
    font-weight: bold;
}
.menuoff, .menuoff A {
    color: black;
    text-decoration: none;
}
.menuon, .menuon A {
    color: #aaa;
    text-decoration: none;
}
.left_info_nav {
    font: 10px "Arial", "Helvitica";
    font-weight: bold;
    color: black;
}
.left_info_nav A {
    text-decoration: none;
    color: black;
}
.left_info_nav A:hover {color: #aaa;}


/*---------- LEFT SUBNAVIGATION ----------*/
.sub_nav {
    font: 10px "Arial", "Helvitica";
    font-weight: normal !IMPORTANT;
    border: none !IMPORTANT;
    padding-top: 5px !IMPORTANT;
}
.sub_nav A {
    color: white;
    text-decoration: none;
}
.sub_nav A:hover {color: #aaa;}
.sub_nav A.there {color: #300;}
.sub_nav UL {
    margin: 0px;
    padding: 0px;
}
.sub_nav UL LI {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}


/*---------- HOME BANKING ----------*/
.hblogin {
	padding: 10px 0px 0px 8px;
	margin: 0px;
	width: 130px;
	text-align: left;
}
.hblogin INPUT {
	margin: 0px;
	padding-bottom: 4px;
	font: x-small "Arial";
	color: #444;
}
.hblogin FORM {
	margin: 0px;
	padding: 0px;
}

#password {
	background-image: url("/images/password.gif");
	background-repeat: no-repeat;
}
#member_number {
	background-image: url("/images/member_number.gif");
	background-repeat: no-repeat;
}


/*---------- MAIN (INTERIOR) CONTENT ----------*/
TABLE TR TD.main_content {
    background-color: white;
    background-image: url("/images/top2-inside.jpg") !IMPORTANT;
    background-repeat: no-repeat;
}
.inner {
    padding: 20px 20px 15px 30px;
}
.inner H1 {
    font: medium "Arial", "Helvitica";
    font-weight: bold;
    color: #900;
    text-transform: uppercase;
}
.inner H1 {
    font: medium "Arial", "Helvitica";
    color: #900;
}
.inner P {
    text-indent: 1em;
    font: small "Arial", "Helvitica";
    color: black;
}
.inner A {
    color: #900;
}
.inner UL LI {
	font: small "Arial", "Helvitica";
	color: #000000;
}

/*---------- SERVICES INDEX TABLE ----------*/
TABLE.services_index {
    border: 3px ridge #dce6ed;
}
TABLE.services_index TR TH {
    text-align: center;
    background-color: #dfe6ed;
    font: medium "Arial", "Helvitica";
    letter-spacing: .25em;
    font-weight: bold;
    color: black;
    padding: 2px 0px 2px 0px;
}
TABLE.services_index TR TD {
    width: 50%;
    height: 30px;
    vertical-align: center;
}
TABLE.services_index TR TD A {
    margin-left: 20px;
    padding-left: 18px;
    background-image: url("/images/bullet.gif");
    background-repeat: no-repeat;
    font: small "Arial", "Helvitica";
    text-decoration: underline;
    color: black;
}
    