
/* Our firm branding */
#bannerImage {
	background-image: url("../banners/9_disclaimer.jpg");
	background-color: #017BC4;
	height: 74px;
}
#content #menu div.selected { background-color: #C2A700; }
#content #colmain a, #content #rightcol a { color: #C2A700; }

/* Specific subsection branding */


body.doc_9 #bannerImage { background-image: url("../banners/9_disclaimer.jpg"); background-color: #C2A700; }
body.doc_9 #content #menu div.selected, body.doc_9 #content #menu div.selected { background-color: #C2A700; }
body.doc_9 #content #colmain a, body.doc_9 #content #rightcol a { color: #C2A700; }




/* Colour all tables in this section grey */
#content #colmain table { border-collapse: collapse; border: none; }
#content #colmain td { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 4px 6px; }
#content #colmain table.noborder td { border: 0; }

#content hr.show { color:#693B84; height:1px; display:block;margin:0px;}

#pubContacts {
	display: block;
	float: right;
	width: 155px;
	padding-left: 15px;
	padding-bottom: 15px;
}




