body {
	background: url('chase-bg.png') #CDD4DB;
	margin: 0px;
}

body, td, input, textarea, select, p {
	color: #32406D;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #ffffff; 
	margin: 0px;
        border: 1px solid #E88A04;
}

a, a:visited { color: #4B86CC; text-decoration: none; font-weight:bold; }
a:hover, a:active { color: #003078; font-weight:bold; }


.menu {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 314px;
	height: 510px;
	margin: 0px;
	background: url('chase-toptitle.png');
	background-repeat: no-repeat;
	padding-top:450px;
	padding-left:10px;
	text-transform: uppercase;
	font: 12px sans-serif;
	line-height: 25px;
	text-align: center;
	word-spacing: 10px;
}


.menu a {letter-spacing: 3px; color: #EAE3DC; font-weight: bold; padding:3px; background-color:#000839;}
.menu a:hover {background:#E88A04;}

.textbox {
	position: absolute;
	top: 20px;
	left: 360px;
	width: 450px;
	background: #CED6DE;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}


h2 {
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2px;
	color: #E88A04;
	font: 20px serif;
	font-weight: bold;
	font-style: italic;
}


form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

img {
margin: 2px 1px 2px 1px;
}