/* CSS Document */
BODY 
{
	position:absolute;top:0;left:0; margin: 0;padding: 0;   
	padding-left: 25px; padding-right: 25px;
	background-image: url(logo.png); background-repeat: no-repeat;   
	font-weight: normal; text-align: left; text-decoration: none; color: #000000; font-family: Arial;
}

/*link colors change*/

a:link {color: #000000;  text-decoration:none;}
/*a:active {color: #66CCFF;   text-decoration:none;}*/
a:visited {color: #000000;   text-decoration:none;}
a:hover {color: #6789eb;   text-decoration: none;}


h1 {
position:absolute;
top:10px; left:45px;   
font-weight: 900; font-size:25px; padding-top:36px;    
 }

/*title+images for the main items, description*/

.topImg
{
	border:none;
    position: relative; left:15px; bottom: 20px; top:98px;
}

.topTitle
{
	font-weight: 700;	font-size: 18px;
	position: relative; left:45px; bottom: 20px; top:75px; right: 20px;
	
	cursor: hand;
	text-align: justify;
}


	
.topText
{
	font-size: 17px;
	position: relative; top:80px; left: 45px; right: 20px; width: 600px;
}

/*subitems*/

.subitem
{
	position: relative; top:80px; left: 10px; padding-left: 50px; padding-top: 8px;
	line-height:30px;
	font-size:16px;
	display: none;
	
}

.subitemImg
{
  border: none;
  position: relative; top: -5px; right: 5px;
  line-height:25px;  	
}

/*about, help icons*/

.appbutton
{
	font-size:14px; 
    font-weight: bold;
    position:absolute; left:70px; top:395px;
   

}

.appimg
{
  border: none;
  position:absolute; left:41px; top:390px;
}

/*vista section*/
	

.shieldimg
{
	position:absolute; left:44px; top:415px;
}


.shieldbutton
{
	font-size:14px; font-weight: bold;
	position:absolute; left:65px; top:420px;
}

	



.shieldlink
{
	font-size:12px;
	position:absolute; left:70px; top:435px;
	
}

.shieldlink a:link 
{	color: #00008B;  
	text-decoration: underline;

}

.shieldlink a:visited 
{	  
	
	text-decoration: underline;
	color: #4B0082;
}

.shieldlink a:hover 
{
	color: #6789eb;   
	text-decoration: underline;
}


