/* *********************************************************
   Test splash page
   ********************************************************* */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, helvetica, tahoma, arial;
 	color: #ffffff;
 	background: #1154bf;
}

h1 {
   font-size: 14px;
   color: #1154bf;
   font-weight : bold;
   padding : 0px 0 0px 0;
   margin : 0;
}

h2 {
   font-size: 16px;
   color: #1154bf;
   font-weight : bold;
   padding : 10px 0 0px 0;
   margin : 0;
   text-align: center;
}
a {
  color : #ffffff;
  background : none;
  text-decoration : none;
}

a:hover {
		color : #ffffff;
		text-decoration : underline;
}

.content {
		 margin : 0 auto;
		 width : 900px;
}

#main_pic {
 		  position:relative;
 		  margin-top: 20px;
 		  width: 900px;
 		  
}

#text_block2 {
 		  position:absolute;
 		  top: 185px;
 		  left: 50px;
 		  width: 500px;
 		  height: 230px;
 		  font-size:40px;
 		  color: #faf1f8; 
		  text-align : left; 
}

#text_block2 li,ul {
      list-style-image:url(images/bullet.png);
         font-size: 18pt;
      font-weight: bold;
      padding-left: 10px;
      margin-left: 10px;
      line-height: 35px;
}      

#text_block {
 		  position:absolute;
 		  top: 692px;
 		  left: 60px;
 		  width: 770px;
 		  height: 30px;
 		  font-size: 12px;
 		  color: #000000; 
		  text-align : justify;  /* can have left right center */
}

#footer {
	display: block;
	clear: both;
	color: #ffffff;
}

#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 */
}
