/* CSS1 Style Sheet by John Mayes for Enquire Within */
BODY { background: #FFFFFF ;
	color: #000;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
}

A:active { color: #82C07D }
A:hover { color: #226D1C }
A:visited { font-weight: normal }

p {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:10pt;
	font-style: normal;
	text-align: justify;
}

h1 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:24pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	color: #672594;
}

h2 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:14pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #309A27;
}

h3 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #491A68;
}

h4 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:10pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: black;
}

h5 {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	color: black;
}

caption {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:14pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #226D1C;
	padding-bottom: 3%;
	padding-top: 3%;
}

hr{
	color: #491A68;
	height: 2px;
}

.explanation {
	margin-left:8%;
	margin-right:8%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	border: double green
}

.indent {
	margin-left:8%;
	margin-right:8%;
}
.indent1 {
	margin-left:4%;
}
.centre {
	font-size:12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.greenctr {
	font-size:12pt;
	font-style: normal;
	font-weight: bold;
	color: #226D1C;
	text-align: center;
}

.largegreenctr {
	font-size:14pt;
	font-style: normal;
	font-weight: bold;
	color: #226D1C;
	text-align: center;
}

ol {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
   list-style: decimal outside
}

ul {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	list-style: disc
}

/*.tdmenu to be phased out in favour of menu_top*/
.tdmenu {
	width: 25%;
	background-color: #CCCC33;
}

/* menu_top defines layout for left hand menu column */
.menu-top {
	background-color:#CCCC33;
	color: #330099;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	WIDTH: 25%;
	vertical-align: top;
	padding-left: 3px;
}
/* menu_bottom defines layout for left hand menu column */
.menu-bottom {
	background-color:#CCCC33;
	color: #330099;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	WIDTH: 25%;
   vertical-align: bottom;
	padding-left: 3px;
}
/* content defines layout for right hand content column heading */
.content {
	background-color:#FFFFFF;
	color: #000000;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	WIDTH: 75%;
	vertical-align: top;
}
/* content-detail defines layout for right hand content column detail */
.content-detail {
	background-color:#FFFFFF;
	color: #000000;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10pt;
	vertical-align: top;
	padding-left: 10px;
}

.menu {
	background-color:#CCCC33;
	font-family: "Comic Sans MS", "Arial", sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
.copyright {
	font-family: "Comic Sans MS", "Arial", sans-serif;
	font-size:8pt;
	color: #000000;
}

.intro {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:12pt;
	text-align: left;
	color: #226D1C;
	margin: 20px;
}
.footer {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size:8pt;
	color: #000000;
	text-align: left;
}
.section table {
	background-color:#CD9696;
}

/* construct table defines table style for constructs */
.construct table {
	border: 2px solid green;
	padding: 5px;
	margin-left: auto;/* Centres table*/
	margin-right: auto;
}
.construct-lefttable {
	WIDTH: 50%;
	font-style: italic;
	text-align: right;
}
.construct-righttable {
	font-style: italic;
}
td{
	font-size: 10pt;
	padding: 0.3em 0.3em;
}

tr{
	vertical-align: top;
}
.spaced-list{
	line-height: 2.5
}

.green-back {
	background-color:#82C07D;
}
.yellow-back {
	background-color:#CDCD96;
}

.google-search {
	background-color:#CCCC33;
	border: 0px;
}

.link-floater-nb {
	float: right;
	padding: 10px;
	margin: 10px;
}

