/* CSS Document */

/*re-formatted standard HTML tags*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 80%;
	margin: 0px;
	background-image: url(/images/top_background.jpg);
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	/*background-color: #FFFFFF;*/
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 3px 0px;
	font-weight: bold;
}

h1{
	font-size: 150%;
	margin-top: 5px;
	line-height:160%;
	margin-bottom: 5px;
	font-weight: normal;

}
h2{
	font-size: 125%;
	line-height: 130%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;

}
h3{	font-size: 120%;}
h4{	font-size: 115%;}
h5{
	font-size: 110%;
}
h6{	font-size: 105%;}

br{
}
body #content {
	line-height: 145%;
}

#content li{
	margin-top: 8px;
	margin-bottom: 8px;
}
#content li a{
}

/*image positioning */
.imgright {
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgleft {
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	background-color: #FFFFFF;
}

/* images not to show when printing */
.imgright_printhide {
	float: right;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	background-color: #FFFFFF;
}
.imgleft_printhide {
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	background-color: #FFFFFF;
}
/* end of image styles*/

/*styles within main body of page*/

#announcements {
	font-size: 95%;
	line-height: 95%;
}
#announcements a:link{
font-weight:normal
}

/*---small text for image captions-----*/
.captions { 
	font-size:11px; 
	line-height: 18px; 
}
/* pale grey with thin grey border*/
.bg
{
	margin-right: 15px;
	background-color: #F2f2f2;
	padding: 2px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
#table1 th{
	vertical-align: top;
	font-weight:bold;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	text-align: left;
}
#table1 td{
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}

#table1 td h4{
	padding:3px;
	background-color: #F2f2f2;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}


#table2 th{
	vertical-align: top;
	font-weight:bold;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	text-align: left;
}
#table2 td{
	vertical-align: top;
	padding: 3px;
}

#table2 td h4{
	padding:3px;
	background-color: #F2f2f2;
	border: 1px solid #CCCCCC;
}

.maori {
	color: #666666;
	background-color: #F7F7F7;
	padding: 5px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;

}

/*---super & subscript & smallcaps-----*/
.superscript {
	vertical-align: super;
	font-size: 80%;
}

.subscript {
	vertical-align: sub;
	font-size: 80%;
}

.smallcaps {
	font-variant: small-caps;
}

.red_comments{

	font-weight:bold;
	color:#CC0000;
}

acronym {
border-bottom: 1px dotted black;
color: black;
text-decoration: none;
font-style: normal;
cursor: help;
}

#pageupdate {
	color: #999999;
	font-size: x-small;
	margin-top:20px;
}
#table_contact td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
