/* Cream style sheet for MRM International */
/* URL: www.mrmint.co.uk */
/* Created: 16-04-2009 */
/* Last edited: 16-04-2009 */
	html, body {
		background-color: #FFF9D2;
	}
	#centeredcontent {
		background-color: #FFF9D2;
	}
	/* head section */
	#headWrapper {
		background-image: none;
	}
	#headWrapper #mrmAnim {
		display: none;
		background-image: none;
	}
	.sideLinks {
		color: #010066;
	}
	.sideLinks strong {
		color: #010066;
	}
	.sideLinks a {
		color: red;
		text-decoration: underline;
	}
	.sideLinks a:hover {
		color: red;
		text-decoration: underline;
	}
	#headWrapper h2 {
		color: #010066;
	}
	#headWrapper #menuBox {
		color: #010066;
	}
	#headWrapper #menuBox a {
		color: red;
		text-decoration: underline;
	}
	#headWrapper #menuBox a:hover {
		color: red;
		text-decoration: underline;
	}
	.Red {
		color: #F6251E;
	}
	.Blue {
		color: #0374EE;
	}
	/* content styles */
	#contentWrapper {
		background-image: none;
	}
	#contentWrapper #contentSide { 
		color: #010066;
	}
	#contentWrapper #contentSide a:link, a:visited {
		color: red;
		text-decoration: underline;
	}
	#contentWrapper #contentSide a:hover {
		color: red;
		text-decoration: underline;
	}
	#contentWrapper #contentSide #searchBox {
		color: #010066;
		background-color: #FFF9D2;
	}
	#contentWrapper #contentSide #contentAddress {
		color: #010066;
	}
	#contentWrapper #contentMain {
		color: #010066;
	}
	/* end of content styles */
	#footerWrapper {
		background-image: none;
	}
	#footerWrapper #footerBar {
		background-image: none;
	}
	#footerWrapper #footerBar #footerBlue {
		background-color: #FFF9D2;
		color: #010066;
	}
	#footerWrapper #footerBar #topPage { 
		color: red;
	}
	#footerWrapper #footerBar #footerRed {
		background-color: #010066;
	}
	#footerWrapper #footerBar #topPage a:link, a:visited {
		color: red;
		text-decoration: none;
	}
	#footerWrapper #footerBar #topPage a:visited {
		color: red;
		text-decoration: none;
	}
	#footerWrapper #footerBar #topPage a:hover {
		color: red;
		text-decoration: underline;
	}
	#footerWrapper #footerBar #signOff {
		color: #010066;
		text-decoration: underline;
	}
	#footerWrapper #footerBar #signOff a:link, a:visited {
		color: red;
		text-decoration: underline;
	}
	#footerWrapper #footerBar #signOff a:hover {
		color: red;
		text-decoration: underline;
	}	
	/* accessibility styles */
	#accessBox {
		color: red; 
	}
	#accessBox a:link {
		color:red;
	}
	#accessBox a:visited {
		color: red;
	}
	#accessBox a:hover {
		color: red;
	}
	#accessFull {
		background-color: #FFF9D2;
		border-color: #010066;
	}
	a.closeLink:link {
		color: red;
		text-decoration: none;
	}
	a.closeLink:visited {
		color: red;
		text-decoration: none;
	}
	a.closeLink:hover {
		color: red;
		text-decoration: underline;
	}
	#accessFull p {
		color: #010066; 
	}