body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: none;
  text-align: left;
}

#header img.logo {
  border: none;
  float:right;
}

#header div.hsearch {
	display: none;
}

#nav {
	display:none;
}

#menu {
	display: none;
}

.pageColumn {
	padding: 0;
	line-height: 1.4em;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body .pageColumn {
	font-size: small;
}

.pageColumn h1 {
	padding-top: 12px;
	color: #b50117;
	font-weight: normal;
	font-size: medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
}

html>body .pageColumn h1 {
	font-size: large;
	padding-top: 0;
}

.pageColumn h2 {
	color: #333;
	font-weight: bold;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
}
html>body .pageColumn h2 {
	font-size: medium;
	padding-top: 0;
}

.pageColumn h3 {
	margin-bottom: 0;
	color: #c66;
	font-weight: bold;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body .pageColumn h3 {
	font-size: small;
	padding-top: 0;
}


.pageColumn h4 {
	margin-bottom: 0;
	color: #57493B;
	font-weight: bold;
	font-size: smaller;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

.pageColumn h5 {
	margin-bottom: 0;
	color: #b50117;
	font-weight: normal;
	font-size: smaller;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}


.pageColumn h6 {
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
	font-size: smallest;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: smaller;
}

.pageColumn p {
	margin: 0 0 1.5em 0;
}

div.update {
	font-size: .8em;
	font-weight: bold;
}

table.styled td {
	border: none;
	padding: 7px 5px;
	vertical-align: top;
}

table.styled th {
	background: none;
	border: none;
	border-bottom: solid 2px #B50117;
	padding: 7px 5px;
	vertical-align: top;
}

#footer #contacts {
	font-size: .8em;
	margin-top: 1em;
	padding: 0;
	border-top: solid 2px black;
}

#footer span.detail {
	margin: 0;
} 
#footer span.detailed {
	display: block;
	margin: 13px 0 4px 0;
}

#footer #links ul {
	display : none;
}

#footer div.govtnz {
	float: right;
}
#footer div.govtnz img
{
	border: none;
}

div.top {
	display: none;
}

.hidden {
	display:none;
}


blockquote {
	font-style: italic;
	color: #000;
	font-weight: bold;
        background-color: #F1F2F4;
        padding: 7px;
        margin: 7px 0;
}

div.box {
        background-color: #F1F2F4;
        padding: 7px;
        margin: 7px 0;
}

.pageColumn ul {
       list-style:none;
       margin-left: 7px;
       padding-left: 10px;
}

.pageColumn li {
      border-left: solid 4px #DFDFDF;
      margin-bottom: 2px;
      padding-left: 7px;
      margin-left: 0px;
}


