/*===========================================================================
	Colors (Home)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/


/* Primary Navigation
===========================================================================*/

div#page ul#primary-navigation li a {
	color: rgb(255,255,255);
}

/* Footer
===========================================================================*/

ul#footer li {
	border-color: rgb(204,204,204);
	color: rgb(140,140,140);
}

ul#footer li a:link,
ul#footer li a:visited {
	color: rgb(140,140,140);
}

ul#footer li a:hover,
ul#footer li a:focus,
ul#footer li a:active {
	color: rgb(34,52,145);
}


