* =----------------------------------------------------------------------------------

Print Style Sheet

Version:	1.0 (September 2007)

author: 	Ben Holliday

email: 		ben.holliday@tincan.co.uk

--------------------------------------------------------------------------------------*/

html, body{  
	margin: 10px;
}
 
#pagewidth{ 
	width:100%;
}

#searchbar {
	display: none;
}
	
#header {
	border-bottom: 1px solid #000;
	padding-bottom:20px;
	margin-bottom:20px;
	background-image: none!important;
	float: left;
} 

#header img {float: right; clear: both;}

 
#leftcol {
	display: none;
}
 
#twocols { /* contains 'maincol' and 'rightcol' */
	width:100%;  
}

#maincol {
	width:100%; 
}


 
#rightcol {
	display: none;
}
 
#footer{
	display: none;
}

#skipnav {
	display: none;
}

/* */


#navigation {
	display: none;
}

/* =------------------------------------------------------------------------

Typography

----------*/


#maincol p a, #maincol li a {
	color: #000;
}

#maincol p a:hover, #maincol li a:hover  {
	color:#000!important;
}

h2 {
	color:#000;
	font-size:22pt;
	font-family: Georgia, Times, serif;
	font-weight:normal;
	margin: 0 0 0.3em 0;
	line-height:1.3em;
}

#header h1 {display: none;}


h3 {
	color:#000;
	font-family: Georgia, Times, serif;
	font-size:14pt;
	font-weight:normal;
}

#maincol #links h3 {
	font-size:1.2em;
	margin-bottom: -0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#maincol #links h3 a {
	text-decoration: underline;
	color: #000;
}

#maincol #links h3 a:hover {
	color: #666666;
}

#maincol p {
	font-size: 12pt;
	margin: 0.4em 0;
	color: #666666;
}

#maincol p.intro {
	margin: 0.3em 0;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
}

#maincol img {margin-bottom: 12px;}

#maincol ul {
	margin:1.1em 0pt;
}

#maincol li {
	color: #666666;
	font-size:12pt;
	list-style-position:inside;
	list-style-type:disc;
}

#maincol ul.articles {
	margin:1.1em 0pt;
}

#maincol ul.articles li {
	color: #666666!important;
	font-size:1.2em;
	list-style-position:inside;
	list-style-type:none;
}

#maincol ul.articles li em {font-style: normal; font-weight: bold; color: #666666;}

#maincol ul.articles li a {
	color: #666666!important;
	font-weight: bold;
	text-decoration: none;
}

/* */
