body {
font: 110%/100% georgia, serif;
color: #222;
background: #fff;
padding-top: 130px;
}
#print_logo { position: absolute; top: 0px; left: 0px; }


/* resets the default behaviour for lists & list items */
/*
.container_list { list-style: none; margin: 0; padding: 0; font-size: 1em; }
	.container_list li { margin: 0; }
*/

#home_quotes { height: 140px; width: 620px; border-left: 3px solid #0C88BC; margin: 0 0 15px 1px; overflow: hidden; position: relative; }
			#home_quotes li { height: 133px; width: 616px; }
				#home_quotes li blockquote { background: transparent; border: none; padding: 0px 20px; margin: 3px 0; }
					#home_quotes li blockquote p { color: #86B6C7; margin: 0; }
					#home_quotes li blockquote p.cite { color: #CACACA; font-size: .75em; padding-top: 5px; text-align: right; }
					
						#home_quotes span.lquote { display: block; position: absolute; top: 4px; left: 12px; font-size: 1.2em; }
						#home_quotes span.rquote { font-size: 1.2em; }
						
						
img { border: none; }
#header ul,
#sub_navigation,
#question_scoring
 { display: none; }

h1 { display: none; }
	h1 a { color: #555; }
	h1 img { display: block; }
	h1 strong { color: #CBDE51; font-weight: normal; }

h2, h3, h4, h5, h6 { font-family: arial, sans-serif; line-height: 1.3em; font-weight: bold; color: #555; }
	h2 { margin: 1em .5em .5em 0; font-size: 1.6em; }
	h3 { margin: 1em .5em .5em 0; font-size: 1.3em; }
	h4 { margin: 1em .5em .5em 0; font-size: 1.1em; }
	h5 { margin: 1em .5em .5em 0; font-size: 1em; }
	
p { font-size: .9em; margin: 0 1em 1em 0; line-height: 1.4em; }
ul, ol { font-size: .9em; margin: 0 1em 1em 0; line-height: 1.4em; }
	li { margin-bottom: .75em; }
a { text-decoration: none; color: #000; }


#footer { padding-top: 15px; border-top: 1px solid #333; margin-top: 20px; }
	#footer p { font-size: .8em; margin-right: 0; }

#page a:link:after,
#page a:visited:after,
#page a:hover:after,
#page a:active:after {
	content: " " attr(href) "";
	color: #CC0000;
	font-size: .75em;
	font-weight: normal;
	font-family: verdana, sans-serif;
	margin-left: 4px;
}
#page a[href^="/"]:after {
	content: " http://governance.hqnnetwork.org.uk"attr(href)" ";
}