/* *********************************************************   Test splash page   ********************************************************* */body {	margin: 0;	padding: 0;	font-family: Arial, Helvetica, sans-serif, helvetica, tahoma, arial; 	background-color: #d3d3d3;}h1 {   font-size: 14px;   font-weight : bold;   padding : 0px 0 0px 0;   margin : 0;}h2 {   font-size: 14px;   font-weight : bold;   padding : 0px 0 0px 0;   margin : 0;}a {  color : #000;  background : none;  text-decoration : none;}a:hover {		color : #000;		text-decoration : underline;}.content {		 margin : 0 auto;		 width : 900px;}#main_pic { 		  position:relative; 		  margin-top: 20px; 		  background-image: url(images/splash_1.jpg); 		  width: 900px; 		  height: 730px;}#text_block { 		  position:absolute; 		  top: 570px; 		  left: 20px; 		  width: 860px; 		  height: 150px; 		  font-size: 11px; 		  color: #000000; 		  text-align : justify;  /* can have left right center */		  }#text_block2 { 		  position:absolute; 		  top: 170px; 		  left: 530px; 		  width: 335px; 		  height: 230px; 		  font-size: 12px; 		  color: #000000; 		  text-align : justify;  /* can have left right center */}#footer {	display: block;	clear: both;	color: #000;}#footer p {	margin: 0;	padding: 8px 15px 8px 15px;	text-align: center;}.clear {	clear: both;}/* hide ugly dotted lines */* html a:hover {	border: 1px solid #acb3b7;}/* hack for IE to display correct font size */* html body {	font-size: small; /* for IE5/Win */	f\ont-size: medium; /* for other IE versions */}
