html, body	{	background-color: rgb(255,255,255);
				color: rgb(51,51,51);
				width: 100%;
				padding: 0em;
				margin: 0px;
				font-family: Verdana, Helvetica, sans-serif;
				font-size: small;
			}		

html		{	margin: 0em;	}
body		{	margin: 0em;			}

a			{	text-decoration: none;	}
a:hover		{	text-decoration: underline;	}

#header	{	margin: 0px;
			padding: 0px;
			border: 0px solid black;
			height: 210px;
			width: 100%;
			background: url(/images/homeHeader3.png) no-repeat;
		}
				
img#IMSALogo	{	position: absolute;
					left: 0px;
					top: 0px;
				}		
		
img a, a img	{	border: 0px;	}

acronym		{	font-style: normal;	}

#menu a {
			/* put imagemap-like link over mission statement */
			position: absolute;
			height: 38px;
			width: 256px;
			top: 160px;
			left: 675px;
			text-decoration: none;
			outline: none;
}

#menu a i {		visibility: hidden;	}

#mission {
  position: absolute;
  left: 280px;
  height: 50px;
  width: 335px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-weight: bold;
  padding: 1em 0.5em 1em 0.5em;
  margin:15px 0 0 0;
  font-size: 11px;
}

#mission a,
#mission a:hover {
	color: #cff;
	outline: none;
}

#headroom a {
			position: absolute;
			height: 10px;
			width: 10px;
			top: 135px;
			left: 626px;
			text-decoration: none;
			outline: none;
}

#headroom a img {	
	visibility: hidden;
	height: 74px;
	margin-left: -20px;
	margin-top: -33px;
}

#headroom a:hover img {
	visibility: visible;
}
