/*
Styles for XHTML-compliant version
September 2005
© Mark Iliff, Talespinner - www.talespinner.co.uk
*/


/* Global
*********************************************/ 

	body {
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 95%;
		color: #444;
		background: #ffffff;
		margin: 0 20px 20px 20px;
		padding: 0;
	}

	p {
		margin-left: 0.3em;
	}

	h1 {
		font-weight: normal;
		padding-left: 0.2em;
	}

/* Colour scheme
*********************************************/ 

	h1/*,
	#floatBoxR,
	td.shadeMid*/ {
		background: #eeeeff;
	}

	h1/*,
	h3*/ {
		border-bottom: 1px solid #120eae;
	}

	h1/*,
	#pageSubtitle h2,
	h2, 
	h3*/ {
		color: #120eae; 
	}
	
/* Decor
*********************************************/ 

	.topRow {
		background-image: url("../images/gradFillTop.gif");
		background-repeat: repeat-x;
		background-position: center;
		background-attachment: fixed;
		height: 190px;
		background-color: #eeeeff;
	}
	
/* Media
*********************************************/ 
	@media print {
		.noPrint {
			display: none;
		}
		
		#mainMenu a {
			border: 0;
		}
	}

