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

/* Specific subsection branding */


body.doc_2001 #bannerImage { background-image: url("../banners/2_about.jpg"); background-color: #B31D15; }
body.doc_2001 #content #menu div.selected, body.doc_2001 #content #menu div.selected { background-color: #B31D15; }
body.doc_2001 #content #colmain a, body.doc_2001 #content #rightcol a { color: #B31D15; }

body.doc_2002 #bannerImage { background-image: url("../banners/2_about.jpg"); background-color: #B31D15; }
body.doc_2002 #content #menu div.selected, body.doc_2002 #content #menu div.selected { background-color: #B31D15; }
body.doc_2002 #content #colmain a, body.doc_2002 #content #rightcol a { color: #B31D15; }

body.doc_2003 #bannerImage { background-image: url("../banners/2_about.jpg"); background-color: #B31D15; }
body.doc_2003 #content #menu div.selected, body.doc_2003 #content #menu div.selected { background-color: #B31D15; }
body.doc_2003 #content #colmain a, body.doc_2003 #content #rightcol a { color: #B31D15; }

body.doc_2004 #bannerImage { background-image: url("../banners/2_about.jpg"); background-color: #B31D15; }
body.doc_2004 #content #menu div.selected, body.doc_2004 #content #menu div.selected { background-color: #B31D15; }
body.doc_2004 #content #colmain a, body.doc_2004 #content #rightcol a { color: #B31D15; }



/* 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; }

