div.center {
  margin: 0 auto;
  width: 500px;
}
a.existCust, a.newCust {
	height: 74px;
	width: 221px;
	float: left;
	text-indent:-9000px;
}
a.newCust {
	background: url(images/newcust.gif) no-repeat left top;
	margin: 30px 20px 30px 0;
}
a.existCust {
	background: url(images/existcust.gif) no-repeat left top;
	margin: 30px 0px 30px 0;
}
.largeBox {
	background-color: #efffcc;
	padding: 15px;
	border: 1px solid #004400;
	text-align: center;
	clear: both;
}
.largeBox a:link, .largeBox a:visited {
	color: #333333;
	font-weight: bold;
}
.largeBox a:hover{
	color: #333333;
	text-decoration: underline;
	background-color: #CCCCCC;
}
#mainContent .accordian ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}