/*
	Royce Stamford website
	PRINT stylesheet
	GT WebSanity www.websanity.co.uk
	10/2/2009 Created
	Dark blue #0a1e63
	Red #cf3736
*/

/* Remove all browser dependent styling to start with as a basis */
body, h1, h2,h3,h4,h5,h6,p,ol,ul,form,blockquote { padding:0; margin:0; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
a { text-decoration:none; }
a img,:link img,:visited img { 	border: none; }
:link,:visited { text-decoration:none }


/* Specific site styles */
body {
	font-family:"Times New Roman", Times, serif;
	/*font-size:95%;
	font-family:Tahoma, Geneva, sans-serif;*/
	background:#FFF;
	color:#0a1e63;
}
h1 { font-size:200%;text-align:center;}
h1 { padding-bottom:2px;background:url('heading-underline.png') repeat-x bottom; display:inline;}
h2 { font-size:150%;}
h2 { background:url('heading-underline-thin.png') repeat-x bottom; display:inline;font-weight:normal; }
a:link, a:visited { color:#cf3736; }
a:hover { border-bottom:1px solid #cf3736;}



.header-row { height:169px; background:url('ribbon-header-tile.png') repeat-x 0px 112px; 
			font-family:Arial, Arial, Helvetica, sans-serif; }	/* Sans-serif for small fonts */
.content-row { min-height:460px; }
.footer-row { height:38px;background:url('ribbon-footer-tile.png') repeat-x;  }
.sub-footer-row { text-align:center; color:#0a1e63; font-size:75%; font-weight:bold; }

/* Centre column down the middle of the screen - FIXED width */
.centre {
}

/* Sidebars and main content area */
.content-row .left {
display:none;
}
.middle {
	display:block;
	margin-left:0px;
	margin-right:0px;
}
.content-row .right {
display:none;
}
