/* CSS Document *//*XXXXXXXXXXXXXXXXXXX div holds preloads menu rollover images hidden off page   XXXXXXXXXX*/#preload {	position: absolute;	top: 0px;	left: -200px;	width: 180px;	height: 200px;	visibility: hidden;}/*XXXXXXXXXXXXXXXXXXX  below formats the home page content only   XXXXXXXXXX*/#content_home {	width: 700px;	position: absolute;	top: 113px;	left: 0px;	margin: 0px;	padding: 0px;	background-color: #ffffff;}#tsa1, #tsa2, #tsa3, #tsa4, #tsa5 {	position: absolute;	margin: 0px;	padding: 0px;	background-color:#ffffff;	background-repeat: no-repeat;	background-position: 0px 0px;	background-attachment: scroll;}#tsa1 {	width: 648px;	height: 27px;	top: 0px;	left: 0px;/*	background-image: url(../materials/index_images/tsa_world_index_01.jpg);*/}#tsa2 {	width: 47px;	height: 216px;	top: 27px;	left: 0px;/*	background-image: url(../materials/index_images/tsa_world_index_02.jpg);*/}#tsa3 {	width: 328px;	height: 96px;	top: 27px;	left: 47px;/*	background-image: url(../materials/index_images/tsa_world_index_03.jpg);*/}#tsa4 {	width: 273px;	height: 216px;	top: 27px;	left: 375px;/*	background-image: url(../materials/index_images/tsa_world_index_04.jpg);*/}#tsa5 {	width: 328px;	height: 120px;	top: 123px;	left: 47px;/*	background-image: url(../materials/index_images/tsa_world_index_05.jpg);*/}#tsa_copy {	position: absolute;	margin: 0px;	padding: 0px;	background-color:#ffffff;	width: 500px;	height: 110px;	top: 250px;	left: 90px;}#copyright_home {	position: absolute;	top: 370px;	left: 400px;	margin: 0px;	padding: 0px;	width: 250px;	height: 20px;	background-color: #ffffff;	background-image: url(../materials/copyright_line.gif);	background-repeat: no-repeat;	background-position: right bottom;	background-attachment: scroll;}