

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: "Arial", helvetica, sans-serif;
	width: 90%;
  	}

#sidebar, #subnav, #menu, .hide {
	display: none;
   	}

#wrapper	{
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	background-image: none;
	color: black;
	}	

#maincontent {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	}

#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;
	font-size: 10pt;	
	}

#footer p	{
	margin: 10pt 0;
	padding: 0;
	}

#footer ul	{
	display:none;
	}
	
a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3	{
	font-family:  "Arial" , helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}

#pagebody h1	{
    margin-top: 0;
    font-size: 15pt;
	}

#pagebody h2	{
    margin-top: 1.5em;
    font-size: 14pt;
	}

#pagebody h3	{
	font-size: 13pt;
	}
	
html #pagebody p	{
	line-height: 1.25em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11pt !important;
	}
	
/* Print URLs */

#maincontent a:link:after, #maincontent a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }

h1 a:after {font-size: 40% !important;}

#maincontent a[href^=""]:after {
   	content: " (http://www.mbpqs.co.uk" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#maincontent a[href^=""]:after {
   	content: " (http://www.mbpqs.co.uk/" attr(href) ")";
	}
*/


/* Paragraph Images */

.postion {	
	margin: 0;
	border: none;
	padding:5pt 20pt 150pt 0;
	background: transparent;
	}



