body {
	background-color: #7aa1db;
}
div#head {
	background-image: url(images/summer09_web_head.jpg);
	height: 350px;
	width: 100%;
	background-position: center 0px;
	background-repeat: no-repeat;
}
div#main div#top {
	background-image: url(images/summer09_topbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
div#main div#top div#btm {
	background-image: url(images/summer09_btmbg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
a {
	color: #0080ff;
	text-decoration: none;
}

a:hover {
	color: #66ccff;
}

a.highlight {
	background-color: #0080ff;
	color: white;
	text-decoration: none;
}

a.highlight:hover {
	background-color: #66ccff;
	color: white;
	text-decoration: none;
}

p.footer a {
	color: white;
	text-decoration: none;
}

p.footer a:hover {
	color: white;
	text-decoration: underline;
}

a.divlink {
	display: block;
	text-decoration: none;
	color: #606060;
}

a.divlink:hover p {
	text-decoration: none;
	color: #7f7f7f;
}

a.divlink:hover h2 {
	text-decoration: none;
	color: #666666;
}


