/*===========================================================================
	Colors (Contact)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

/* Content
===========================================================================*/

/* Primary Content */

div#primary-content dl dd {
	border-bottom-color: rgb(165, 198, 227);

}

div#primary-content dl dt {
	color: rgb(0, 31, 66); /* dark blue */
}

div#primary-content div#map {
	border-color: rgb(165, 198, 227);
}