body {
	text-align: center;
	background-color:#330066;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000;
	margin: 0 auto;
	width:689px;
}

table {
	font-size:12px;
	color:#000;
}

h1 {
	font-size:16px;
	color:#330066;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#9C0031;
	margin-bottom:10px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#330066;
	margin:0;
}


a:link, a:visited{
	font-size:12px;
	color:#9C0031;
	text-decoration:underline;
}
a:hover{
	font-size:12px;
	color:#330066;
	text-decoration:underline;
}

a.white:link, a.white:visited{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
a.white:hover{
	font-size:10px;
	color:#9C0031;
	text-decoration:none;
}

#header {
	text-align:left;
	/*height:96px;*/
	height:140px;
	background: #ffffff url('/images/bg-header.jpg') top left repeat-x;
}

.header-print{
	text-align:left;
	/*height:96px;*/
	height:140px;
	background: #ffffff url('/images/logo-lsb.gif') top left no-repeat;
}

#content-contain{
	background: #ffffff url('/images/nav-bg.gif') top left repeat-y;
}		


#content-left{
	/*width:169px;*/
	width:0;
	float:left;
	margin:0;
	text-align:left;
	background-color:#ffffff;
}

#content-right{
	/*margin: 0 0 0 169px;*/
	padding:10px 22px 10px 10px;
	background-color:#ffffff;
	text-align:left;
}

#content-right-print{
	margin-top:10px;
}

.img-bldgs{
	clear:left;
	margin:22px 0 20px 0;
	text-align:center;
}

.img-prods{
	float:right;
	clear:both;
}

.img-prods2{
	float:left;
	/*clear:both;*/
	padding: 0 10px 10px 0;
}

.online-banking{
	display:none;
}

.news{
	display:none;
}

.logos{
	display:none;
}

.nav-side{
	float:left;
	width:169px;
}

#footer{
	text-align:center;
	padding-bottom:2px;
}

p {
	margin-top:0;
}

ul {
	padding:0 0 10px 50px;
	margin:0;
}

li {
	padding:0 0 5px 0;
}

.spacer{
	clear:both;
}

.white{
	color:#ffffff;
	font-size:10px;
}

.red{
	color:#9C0031;
}

form{
	background-color:#FFE784;
	border:1px solid #000000;
	padding:10px;
}
form.annuity{
	width:185px;
}
form.college{
	width:320px;
}
form.mortgage{
	width:216px;
}
form.general{
	width:143px;
}
form.contact{
	width:400px;
}

hr{
	color:#9C0031;
	height:2px;
}

.no-display{
	display:none;
}