div.center {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
.newCust {
	width: 223px;
	height: 76px;
	position: relative;
	float: left;
	margin: 10px;
}
.newCust span {
	background: url(/images/newcust.gif) no-repeat;
	position: absolute;
	width: 100%;
	height:100%;
	cursor: pointer;
}
.existCust {
	width: 223px;
	height: 76px;
	position: relative;
	float: left;
	margin: 10px;
}
.existCust span {
	background: url(/images/existcust.gif) no-repeat;
	position: absolute;
	width: 100%;
	height:100%;
	cursor: pointer;
}
.existCust a, .newCust a, .existCust a:visited, .newCust a:visited {
	color: #eee;
	text-decoration: underline;
}
.twoColumn {width: 49.9%; float:left;}
.twoColumn h2 {margin-right:10px;}
.largeBox {
	background-color: #CCCCCC;
	padding: 15px;
	border: 1px solid #0099CC;
	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 #videos li {list-style-image:url(/images/videoico.gif);}