/*Define style for body*/


body,p,table
{
	font-family: Arial, Helvetica, sans-serif;
	
}

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0.5em;
	padding-right: 0.5em;

}

#iaa 
{width: 7in;
margin-left: 5%;
margin-right: 5%;
}

.backgroundimage
{
  background-image: url("images/photos/tower.gif");
  background-repeat: no-repeat;
  background-position: center right
}

/*Define style for links */

a:link {text-decoration: none; color: #FFFFFF;}
a:visited {text-decoration: none; color: #FFFFFF;}
a:active {text-decoration: none; color: #FFFFFF;}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}




/*Define style for header(s)*/

h3 
{
	
}
