/* 
This stylesheet changes colours and graphics from the default styles.
If you change anything here, be sure to replicate the change in every
other section-specific stylesheet.
*/

#home #topnav {
	background-color: #C3D0DF;
	}
#home #topnav #search {
	background-color: #D6DDEA;
	}
	
#home h2,
#home h3,
#home div.h3 {
	color: #0066FF;
	border-bottom-color: #0066FF;
	}
#home .hilite h3,
#home p.question {
	color: #0066FF;
	}
	
#home .hilite {
	background-color: #E6EDF2;
	}
#home .hilite .hilite {
	background-color: #DCDCDC;
	}
#home .hilite .light {
	background-color: #fff;
	}

#home .invert .hilite {
	background-color: #DCDCDC;
	}
#home .invert .hilite .hilite {
	background-color: #E6EDF2;
	}

	
#home #extralinks .box {
	background: none;
	border-color: #CCCCCC;
	}

#home .hilite .hilite li,

#home .hilite .twocol-1 .hilite li,
#home .hilite .twocol-2 .hilite li {
	background-image: none;
	}
#home p.more {
	background-image: url("img/li_bullet_home.gif");
	}

#home ul.results li {
	background-image: url("img/li_bullet_home.gif");
	}