* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 10pt/14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a img {
	border: none;
}
ul {
	margin: 1px 2px 2px 10px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
	margin: 0.5em 0 0.1em;
}
h3 {
	font-size: 13pt;
	margin: 0.5em 0 0.1em;
}
h4 {
	font-size: 12pt;
}
dd {
	margin: 0 0 0.5em 0.8em;
}
dl.interview dt {
	font-style:italic;
}
dl.booklist dt {
	font-weight: bold;
}
.small {
	font-size: 8pt;
}
.floatimgright {
	float:right;
	margin: 0.2em 0 0.2em 0.8em;
}
.floatimgleft {
	float:left;
	margin: 0.2em 0.8em 0.2em 0;
}
/* Captions are used with tables */
caption {
	font-size: 8pt;
}
.postcredit {
	font-style: italic;
}
div#Container { 
	margin: 0 auto;
	padding: 0.2em 0.8em 0;
} 
ul#SkipLinks {
	display: none;
}
ul#Library {
	display: none;
}
ul#SiteNav {
	display: none;
}
form#Search {
	display: none;
}
p#Breadcrumb {
	display:none;
}
div#Tags {
	display:none;
}
div#Section {
	display: none;
}
div#Content {
	background: url(/Assets/images/site/effects/dotted-line-vert.gif) repeat-y left;
	padding-left: 20px;
	margin: 0 10px 0 -6px; /*	this makes the two dotted line boundaries overlap and so provide 
	continuous boundary independent on which section is longer */
	padding-top: 1em;
}
h2.feature {
	background: #ccc url(/Assets/images/site/effects/purplebar.gif) repeat-y left;
	color: #fff;
	font-size: 13pt;
	text-transform: uppercase;
	padding: 0.2em 0 0.2em 0.5em;
	clear: left;
}
#Content p.sectionname {
	font-weight: bold;
}
#Content h3 img {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 20px 10px 0;
	clear:left;
}
#Content ul {
	margin-left: 2em;
}
div#MoreLinks {
	display: none;
}
/* In a fully CSS2-conformant browser, we can parenthetically insert the URLs of the links after each one: 
from http://alistapart.com/articles/goingtoprint/ */
#Content a:link:after, #Content a:visited:after {
   content: "< "attr(href)" >";
   margin: 0 0.3em;
   font-size: 9pt;
}
/* this bit appends our URL for internal links */
#Content a[href^="/"]:after {
  content: " <http://thepulse.org.nz"attr(href)" >";
}
/* display nothing after in-page anchors */
#Content a[href^="#"]:after {
  content: "";
  margin-left: 0;
}
/* popboxes float right with a coloured background - only use for short chunks of text - shouldn't turn into a column */
div.floatboxright {
	width: 35%;
	float: right;
	margin: 0 0 0 1.5em;
	padding: 0.5em 1em;
	border: 2px solid #06c;
/* border radius is in CSS3 - only supported by Mozilla browsers */
	-moz-border-radius: 1em;
/*	border-radius: 1em; */
}
div.floatboxright a{
	color: #fff;
}
/* popboxes float right with a coloured background - only use for short chunks of text - shouldn't turn into a column */
div.floatboxleft {
	width: 35%;
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0.5em 1em;
	border: 2px solid #06c;
/* border radius is in CSS3 - only supported by Mozilla browsers */
	-moz-border-radius: 1em;
/*	border-radius: 1em; */
}
div.floatboxleft a{
	color: #fff;
}
/* popboxes float right with a coloured background - only use for short chunks of text - shouldn't turn into a column */
div.floatboxrightlite {
	width: 35%;
	float: right;
	margin: 0 0 0 1.5em;
	padding: 0.5em 1em;
	border: 2px solid #999999;
/* border radius is in CSS3 - only supported by Mozilla browsers */
	-moz-border-radius: 1em;
/*	border-radius: 1em; */
}
/* popboxes float right with a coloured background - only use for short chunks of text - shouldn't turn into a column */
div.floatboxleftlite {
	width: 35%;
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0.5em 1em;
	border: 2px solid #999999;
/* border radius is in CSS3 - only supported by Mozilla browsers */
	-moz-border-radius: 1em;
/*	border-radius: 1em; */
}
/* Table with borders */
table.bordered {
	border-collapse: collapse;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	clear: both;
}
table.bordered th, table.bordered td {
	border: 2px solid #06c;
	padding: .1em .2em;
}
table.bordered th, table.bordered td.emptycell {
	background-color:#eee;
}
div.vcard ul {
	list-style:none;
}
div.vcard span.type {
	display: none;
}
div.vcard .url {
	display: none;
}
#Footer {
	border-top: #000 1px solid;
	font-size: 8pt;
	line-height: 10pt;
	margin-top: 10pt;
}
#Footer ul {
	display: none;
}
#Footer p {
	padding-top: 5px;
	text-align:center;
}
div#Footer img.CCL {
	float:left;
	margin-right: 5px;
}
div#Footer img.CCC {
	float: right;
	margin-left: 5px;
}
