/*----------------------------------------------------------------------------------------
privacy.css
----------------------------------------------------------------------------------------*/
#content h1 { background-image: url(../img/hdr/hdr_sitemap_BASE.gif); } /* base */
#altassman h1 { background-image: url(../img/hdr/hdr_sitemap_AM.gif); } /* altassman */
#healthcare h1 { background-image: url(../img/hdr/hdr_sitemap_HC.gif); } /* healthcare */
#frontoffice h1 { background-image: url(../img/hdr/hdr_sitemap_FO.gif); } /* frontoffice */
#legal h1 { background-image: url(../img/hdr/hdr_sitemap_LE.gif); } /* legal */

.interior #content #main_content h2 {
	border-width: 1px;
	font-size: 1.3em;
	color: #333;
}
	.interior #content #main_content h2 a { color: #333; }
#main_content .col {
	float: left;
	width: 300px;
	margin: 0 50px 0 0;
}
#main_content .col.last { margin-right: 0; }