#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-size: .8em;
color: #00569F;
position: absolute;
left: 25px;
top: 70px;
width: 700px;
}
#headlink a:link, #headlink a:visited {
color: #00569F;
text-decoration: none;
}
#headlink a:hover, #headlink a:active {
color: #FFF;
text-decoration: underline;
}
/* CSS Document */

