#headcontainer {
width: 100%;
background-color: #9DC6E4;
border: 1px #CCC solid;
height: 100px;
margin: 0;
}
#headtextimage {
left: 20px;
top: 20px;
position: absolute;
}
#headleftimage {
margin: 0;
position: absolute;
}
#headrightimage {
margin: 0 0 0 470px;
position: relative;
text-align: right;
}
#headlink {
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	color: #00569F;
	position: absolute;
	left: 25px;
	top: 70px;
	width: 600px;
}
#headlink a:link, a:visited {
color: #00569F;
text-decoration: none;
}
#headlink a:hover, a:active {
color: #FFF;
text-decoration: underline;
}
