/* CSS Document *//* typefaces */body {	background-image: url(images/background.jpg);	background-repeat: repeat;}.copytype {	font-family:Times New Roman, Times, serif;	font-size:12px;	color:#000000;}.copytypeplus {	font-family:Times New Roman, Times, serif;	text-transform:underline;	font-size:14px;	color:#000000;}.newscopytype {	font-family:Times New Roman, Times, serif;	font-size:16px;	color:#000000;}.headline {	font-family:Book Antiqua, Times, Times New Roman, serif;	font-size:22px;	color:#cc6600;}.subheadline_black {	font-family:Century Gothic, Helvetica, Arial, san-serif;	font-size:14px;	color:#000000;}.subheadline_green {	font-family:Century Gothic, Helvetica, Arial, san-serif;	font-size:14px;	color:#006600;}a:link {	color:#333333;	text-decoration: none;}a:visited {	text-decoration: none;}a:hover {	text-decoration: underline;}a:active {	text-decoration: none;}/*layers */#contentlayer {	width:700px;	z-index:1;	background-image:url(images/paper_bckgrnd.gif);	top: 15px;	position: relative;	left: 50%;	margin-left: -350px; /* half the width of the div */	border: 1px solid #999999;	height: 110%;}#bordereliminator {	background-image:url(images/torntop.gif);	background-repeat:no-repeat;	height:22px;	top: 16px;	width:704px;	position: absolute;	left: 50%;	margin-left: -351px;	z-index:5;	visibility: visible;}	#headlinelayer {	width:100%;	height:170px;}