/* This is the old center code. Need to delete *//*#homenew {	position:absolute;	left:50%;	top:50%;	width:780px;	height:450px;	margin-left:-390px;	margin-top:-225px;	z-index: 3;	} */#main {	position:absolute;	left:50%;	width:780px;	min-height:100%;	margin-left:-390px;	margin-top:0px;	z-index: 3;	}	.footertxt { font-weight: bold;	font-size: 10px;	color: #F7EBCB;	line-height: 22px; }	#content { background-color: #ffffff; width: 762px; height: auto; margin-top: 10px; margin-right: -100px; margin-bottom: 10px; margin-left: 10px; }.dottedLine { background: url("../images/dottedline.gif") repeat-x; height: 2px; margin-top: 4px; width: 100%; }.dottedLineSM { background: url("../images/dottedline2.gif") repeat-x; height: 2px; width: 100%; padding-bottom: 10px; clear: both;}.leftimage {	padding-right: 10px;	padding-bottom: 10px;	clear: both;	display: block;	float: left;}.righttimage {	padding-left: 10px;	padding-bottom: 10px;	display: block;	float: right;	clear: both;}#content ul.bulletList li{ display: block; margin-top: 3px; margin-bottom: 2px; padding-left: 15px; background: url("../images/arrow.gif") no-repeat 0px 4px; line-height: 18px; list-style-type: none;}/* To test centering #contentctr { height: 450px; width: 780px; margin-left: -198px; top: -198px; position: absolute; left: 50%; }#wrapper { overflow: visible; position: absolute; height: 1px; width: 100%; top: 50%; }*//* new test for centering */	/* styles for IE 5 Mac */	#centerwrap {		width:780px;		height:450px;		margin:10px auto;		position:relative;	}		#contentnew {		position:absolute;		top:10px;		left:10px;		height:410px;		width:730px;		overflow:visible;	}	/* commented backslash hack  - invisible to IE 5 \*/	#centerwrap {		position:absolute;		margin:-250px 0 0 -415px;		left:50%;		top:50%;	}	/* end hack *//* This style is for the History of the Company image and caption */#historyph {margin-right: 0px; padding-left: 10px; clear: right; float: right;}#historycap {margin-right: 0px; margin-left: 10px; margin-bottom: 10px; padding-bottom: 10px; padding-top: 10px; clear: right; float: right; width: 400px; text-align: center; font-weight: bold; background-color: #f1e0cb;}* html #historycap {margin-bottom: 10px; display: block; }