/* added by Iain Lowe to improve document structure */
p {font-family: arial,verdana,helvetica; font-size:12px; color: #000000; margin-top : 0px; margin-bottom : 16px; padding-top : 0px; }
.sectionhead {font-family: arial,verdana,helvetica; font-size:12px; font-weight:bold; color: #000000;  text-transform: uppercase; margin-bottom : 18px;}
ul {
	margin-top : 0px;
}
.nobottom {
	margin-bottom : 0px; 
}
.example {
	margin-left : 10px;
}
pre {
	font-family : arial,verdana,helvetica; 
	font-size : 12px;
	background-color  :  #ffffcd;
	line-height: 20px;
	padding : 6px 10px 6px 10px;
}
.examplehead {
	font-family : arial,verdana,helvetica; 
	font-weight : bold;
	font-size : 12px;
	color : 00934f;
	margin-bottom : 8px;
}
.footnote {
	font-size : 10px;
	margin-bottom : 6px;
}
.exampleblock {
	padding : 10px 10px 10px 10px;
	background-color : #ffffcd;
}

/*
This is for conditions where you have a bold, green inline header in a block 
of example text.
*/
.exampleheadinline {
	font-weight : bold;
	color : 00934f;
}

/* end Iain Lowe's edits */
h1 {font-family: "times new roman",garamond; font-size:24px; font-weight:normal; color: #000000;}
h2 {font-family: "times new roman",garamond; font-size:30px; font-weight:normal; color: #000000;}
td {font-family: arial,verdana,helvetica; font-size:12px; font-weight:normal; color: #000000;}
.homeContent {font-family: arial,verdana,helvetica; font-size:11px; font-weight:normal; color: #000000;}
.heading1 {font-family: arial,verdana,helvetica; font-size:12px; font-weight:bold; color: #000000;}  
.heading2 {font-family: arial,verdana,helvetica; font-size:12px; font-weight:bold; color: #00934F;}
.heading3 {font-family: arial,verdana,helvetica; font-size:10px; font-weight:normal; color: #00934F;}
td.heading3 {background-color : #ffffff;}
.chartHeading1 {font-family: arial,verdana,helvetica; font-size:14px; font-weight:bold; color: #00934F;}
.colour1 {background-color: #00934f;}
.colour2 {background-color: #ffffcd;}
.colour3 {background-color: #A3D7C0;}
.colour4 {background-color: #CDE9DB;}
.colour5 {background-color: #ffffff;}
a.tocContent {font-family:arial,verdana,helvetica; font-size:12px; font-weight:normal; color:#000000; text-decoration: underline; line-height:17px;}
a.tocContent:hover {font-family:arial,verdana,helvetica; font-size:12px; font-weight:normal; color:#00934F; text-decoration: underline; line-height:17px;}
a.tocHead {font-family:arial,verdana,helvetica; font-size:12px; font-weight:bold;  color:#00934F; text-decoration: underline;}
a.tocHead:hover {font-family:arial,verdana,helvetica; font-size:12px; font-weight:bold;  color:#00934F; text-decoration: underline;}
a.leftNav1 {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#666666; text-decoration: none;}
a.leftNav1:hover {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#666666; text-decoration: underline;}
a.leftNav2 {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#00934F; text-decoration: none;}
a.leftNav2:hover {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#00934F; text-decoration: underline;}
a.leftNav3 {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#ffffff; text-decoration: none;}
a.leftNav3:hover {font-family:arial,verdana,helvetica; font-size:10px; font-weight:normal; color:#ffffff; text-decoration: underline;}


/* NEW !!!! CSS Layout */

/* main layout boxes */

body {
	margin:0;
	min-width : 750px;
	text-align : center;
}

#mainContainer {
	width:750px;
	margin: 0 auto 0 auto;	
	padding: 100px 0 0 0;
	background-color : #fff;
	overflow:hidden;
}
#header {
	width:750px;
	padding: 0;
	margin: 0;
}

#tocBox {
	float: left;
	width: 200px;
	text-align:left;
}

#footer {
	clear:both;	
	text-align : center;
	margin : 0;
	padding:0;
}

p.copyright {
	background : #fff;
	margin : 0 0 0 200px;
	padding: 5px 0 20px 0;
}

#colContent {
	float:left;
	width:500px;
}
#mainContent {
	text-align : left;
	margin-left : 10px;
	}

div#pagerbottom {
	text-align : right;
	padding: 6px 0 6px 0;

}
div#pagertop {
	text-align : right;
	/*margin-left : 200px;*/
	padding: 6px 0 6px 0;
}

h1.mainheading {
	text-align : left;
	margin-left : 210px;
}

.subheading {
	font-size : 20px;
}