/*  Employment Relationships Style sheet changes */

/* headings */
h1 { font-size: x-large ; COLOR: #660099; }
h2 { font-size: medium ; COLOR: #660099; }
h3 { font-weight: bold; COLOR: #660099; }
h4 { font-size: small; font-weight: bold; COLOR: #000000; }

/* set colours for the side navigation */
.sidecell	{ background: #ebbfff; font-size: small; }
.sidenavsel { background: #660099; padding: 5px 10px 5px 15px; font-size: small; }
.sidenavsel3 { background: #660099; padding: 5px 10px 5px 25px; font-size: small; }
.ask{ background: #660099; }

/* set the text colour for the breadcrumbs navigation */
.textcolour	{ COLOR: #660099; }

/*
list fix
*/
ul {
	margin-left:3em;
}