/*UFCW Federal Credit Union*/
body { 	
	background-color: #f0f0f0;
	margin-top: 0px;
	padding: 0px;
	}
.content {
	font-family: verdana;
	font-size: 9pt;
	font-weight: 400;
	text-align: left;
	margin-left: 66px;
	margin-right: 66px;
	color:#000000;
	}
#text {
	font-family: verdana;
	font-size: 9pt;
	font-weight: 400;
	text-align: left;
	margin-left: 87px;
	margin-right: 0px;
	color:#000000;
	}
*html #text {
	font-family: verdana;
	font-size: 9pt;
	font-weight: 400;
	text-align: left;
	margin-left: 45px;
	margin-right: 0px;
	color:#000000;
	}
.header {
	font-family: verdana;
	font-size: 13pt;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-left: 66px;
	color:#096551;
	}
#background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	width: 800px;
	}
*html #background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	width: 800px;
	height: 550px;
	}
#background_kids {
	background-image: url(images/bkgrd_03.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 718px;
	height: 450px;
	}
#background01 {
	background-image: url(images/bkgrd_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 718px;
	}
#background02 {
	background-image: url(images/bkgrd_02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 718px;
	}
*html #background02 {
	background-image: url(images/bkgrd_02.jpg);
	background-repeat: no-repeat;
	width: 718px;
	height: 450px;
	}
.footer {
	background-image: url(images/footer02.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 96px;
	}
.menu {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #096551;
	text-decoration: none;
	}
.menu:hover {
	color: #000000;
	}
/************ Menu Bar **********************/
#menu_bar {
	background-image: url('images/menu_bar.jpg');
	background-repeat: no-repeat;
	width: 719px;
	height: 29px;
	}
#menu_bar a {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #096551;
	text-decoration: none;
	line-height: 22px;
	}
#menu_bar a:hover {
	color:#000000;
	}
/*********** Rates/Fees Page ******************/
.title {
	background-image: url(images/rates_bar.jpg);
	background-repeat: no-repeat;
	width: 594px;
	height: 30px;
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color:#ffffff;
	}
.rates_content {
	font-family: verdana;
	font-size: 9pt;
	font-weight: 400;
	color:#000000;
	}
.notes {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	}
/*
*********** Top Banner *********************

#left_logo {
float: left;
margin-left: 40px;
}

#right_HomeBank {
float: right;
margin-right: 41px;
}
*/