/* 
This is a Style Style Sheet for the main homepage only
 */

body {
	background-color: #006991;
}
#sitenav li.selected {
	background-color: #00ABE6;
}
#sitenav ul a:hover {
	background-color: #00ABE6;
}
#secondnav input {
	color: #00ABE6;
	border: 1px solid #00ABE6;
}
#secondnav a:hover {
	background-color: #006991; 
}
#content {
	border-top: 10px #00ABE6 solid;
}
#masthead {
	background-image: url(/assets/masthead_home.gif);
}