body {
	background-color: #bfd241;
}

div#head {
	background-image: url(images/cphc1_web_head.gif);
}

div#main div#top {
	background-image: url(images/cphc1_main_topbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

div#main div#top div#btm {
	background-image: url(images/cphc1_main_btmbg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

a {
	color: #719b00;
	text-decoration: none;
}

a:hover {
	color: #89b402;
}

a.highlight {
	background-color: #719b00;
	color: white;
	text-decoration: none;
}

a.highlight:hover {
	background-color: #89b402;
	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;
}


