body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
   
    
}

H1 {
	font-size: 20px;
	font-weight: bold;
	color: #003366;
}

H2 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 0px;
}

H4 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
p {
color:#003366;
}
a {
	color: #003366;
    }
a:hover {text-decoration: none}
#topbar {
  display:none;
    
}

#logo {
	display:none;
}

#logo img {
	border: none;
}

#pageTreeNav {
	
	padding-left: 24px;
	border-bottom: solid 1px #003366;
	background-color: #ffffff;
	font-size: 9px;
	color: #003366;
	padding-top: 8px;
	padding-bottom: 8px;
}

#pageTreeNav a {
	background-image: url('images/pageTreeNavArrow.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	padding-left: 5px;
	color: #003366;
}

#pageContent {
}

#menu {
	display: none;
}
.l1 {
	margin-left: 0px;
}

.l2 {
	margin-left: 8px;
}

.l3 {
	margin-left: 16px;
    
}

.file a {
	color: #ffffff;
}

.fileOpen a {
	color: #ffffff;
}

#currentItem {
	background-color: #c6c4a7;
}

#currentItem a {
	color: #000;
}


.black {
	color: #000000;
}

#pageBodyNarrow {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 150px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

#pageBodyWide {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 150px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 30px;
    line-height:1.5em;
}

#rightSection  {
	display: none;
}

#rightSection .image {
	float: right;
	margin-top: 20px;
}
.section {
	color: #003366;
	background-color: #c3e9f1;
	margin-top: 20px; 
	padding: 0px;
	width: 241px;
	background-image: url('images/sectionBack.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: right;
}

.section .topLeft {
	background-image: url('images/sectionTopLeft.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 127px;
	height: 11px;
}

.section .topRight {
	background-image: url('images/sectionTopRight.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 114px;
	height: 11px;
}

.section .bottomLeft {
	background-image: url('images/sectionBottomLeft.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	width: 127px;
	height: 11px;
	margin: 0px;
}

.section .bottomRight {
	background-image: url('images/sectionBottomRight.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	width: 114px;
	height: 11px;
	margin: 0px;
}

.section h1 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}


.section a {
	background-image: url('images/sectionArrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	padding-left: 20px;
	padding-bottom: 0px;
	margin: 0px;	
}

.section .sectionText {
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	width: 100%;
	/*position:fixed;
    bottom:0px;*/
    float:left;
	clear: left;
	font-size: 12px;
	border-top: solid 3px #003366;
	color: #ffffff;
	background-color: #003366;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 9px;
}

#footer a {
	color: #ffffff;
}
#footer #links {
	display: none;
}

#siteAccess {
	display: none;
}

#log {
	margin: 5px;
	padding: 10px;
	padding-left: 60px;
	border: solid 1px #ff0000;
	color: #ff0000;
	background-image: url('images/notification.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
ul {
list-style-type:square;
color:#3e8e3e;
}
.dottedline {
list-style-type:square;
color:#3e8e3e;
}

#seeAlso {
	width: 150px;
	font-size: 10px;
	margin-left: 20px;
	padding: 10px;
	background-color: #f3f3f3;
}

#seeAlso ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
    list-style-type: none;
    padding-bottom: 20px;
}

.right {
	float: right;
	display: block;
	overflow: visible;

}

.left {
	float: left;
}

#photo, .picture {
	border: solid 1px #777777;
	padding: 3px;
	margin: 20px;
}

.hide {
	display: none;
}

.email {
	background-image: url('images/email.gif');
	background-position: 0px 50%;
	padding-left: 14px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
}

.pdf {
	background-image: url('images/pdf-icon.gif');
	background-position: 0px 50%;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.indent {
	padding-left: 30px;
}

.popup {
	width: 300px;
	height: 155px;
	float: right;
	margin: 15px;
	display: block;
	cursor: pointer;
}

.popup img {
	border: none;
	float: right;
}
#fcprocess {
    position:relative;
    left:180px;
    }

div.line3 {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #3e8e3e;
}

 div.line4 {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 4px;
	border-top: 1px dotted #3e8e3e;
 }
 hr {
    display: none;
 }
 .maori {
    font-family: arial;
    font-size: 1.0em;
    color: #003366;
 }
  /*TABLE TOP CELLS*/
 .tablelefttop {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    color:#000;
    padding:3px;
    border-bottom:1px solid #003366;
    border-left:1px solid #003366;
    border-top:1px solid #003366;
    border-right:1px solid #003366;
    background-color: #f2f2ee;
 }
 .tableothertop {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    color:#000;
    padding:3px;
    border-bottom:1px solid #003366;
    border-right:1px solid #003366;
    border-top:1px solid #003366;
    background-color: #f2f2ee;
 }

 /*REST TABLE CELLS*/
 .tableleft {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    color:#000;
    padding:3px;
    border-bottom:1px solid #003366;
    border-left:1px solid #003366;
    border-right:1px solid #003366;
    background-color: #f2f2ee;
 }
 .tableother {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    color:#000;
    padding:3px;
    border-bottom:1px solid #003366;
    /*border-left:1px solid #003366;*/
    border-right:1px solid #003366;
    background-color: #f2f2ee;
 }

 #pageBodyWide ul li {
        color:#3e8e3e;
 }
 #pageBodyWide ul {
     color:#3e8e3e;

 } 
 #pageBodyWide ul li {
   color:#3e8e3e;
 }
 html>body #pageBodyWide ul li {background-position: 0px 3px;}

 #more_1 a:link, #more_1 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #more_1 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #less_1 a:link, #less_1 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;

 }

 #less_1 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #more_2 a:link, #more_2 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #more_2 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #less_2 a:link, #less_2 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #less_2 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #more_3 a:link, #more_3 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #more_3 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #less_3 a:link, #less_3 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #less_3 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }
 #more_4 a:link, #more_4 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #more_4 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #less_4 a:link, #less_4 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #less_4 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }
 #more_5 a:link, #more_5 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #more_5 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #less_5 a:link, #less_5 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #less_5 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }
 #more_6 a:link, #more_6 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #more_6 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #less_6 a:link, #less_6 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #less_6 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }
 #more_7 a:link, #more_7 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #more_7 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }

 #less_7 a:link, #less_7 a:visited {
    color: #003366;
    font-weight: normal;
    text-decoration: none;
 }

 #less_7 a:hover {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
 }
 .sub {
	background-color: #d4d3bd;
 }
 .sub a{
	color: #000;
 }
 #firstRight {
	display: none;
    }

