html { margin: 0; padding: 0; }
 
body {  background-color: #F8FAE4; text-align: center; padding: 0; font: 12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}



#container { margin: 0px auto; width: 650px; 
}

#left { width: 132px; height: 487px; float: left; clear: none; background: url(images/ChaseLogoMiddle_01.png) no-repeat; overflow: visible; border: none;
}

#middle {
	width: 247px;
	height: 487px;
	clear: none;
	float: left;
	border: none;
}

#right {
	width: 250px;
	float: left;
	border: none;
}

.foot {
	color: #996;
	font: 11px/14px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	text-align: right;
}

.foot a { color: #996; }

.foot a:hover {
	color: black;
}

/* @group navigation */

#navcontainer a
{
color: black;
width: 9em;
padding: 10px 40px 10px 10px ;
text-decoration: none;

}

#navcontainer a:hover
{
color: red;
}

/* @end */

.homeblurb { 
color: #996; 
font-size: 85%;
text-align: right;
}


