body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #003672;
}

/* wrapper to hold it all together in the centre of the screen */
#wrapper {
	width: 678px;
	background-color: #FFFFFF;
	margin: 0px auto; 
	border: 0px;
	text-align: left;  /* put the text back to the left within divs on the page */
	position: relative;
	background-color: white;
	padding: 280px 230px 0px 96px;
	border: solid 1px #003672;
	/*height: 400px;*/
	min-height: 400px;
}

#breadcrumb {
	position: absolute;
	top: 245px;
	left: 96px;
	font-size: 11px;
}

#logo {
	width: 100%;
	height: 80px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-left: 14px;
}

#logo img {
	border: 0;
}

#navigation {
	width: 994px;
	height: 26px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 82px;
	background-color: #003672;
	color: white;
	font-size: 12px;
	padding: 0 0 0 10px;
}

#banner {
	width: 1004px;
	height: 129px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 108px;
	background-image:url(images/repeat.jpg);
}

#footer {
	width: 1004px;
	height: 40px;
	text-align: center;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #003672;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 2px;
	margin-top: 20px;
}

#ASX {
	position: absolute;
	top: 6px;
	left: 774px;
	width: 220px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}

li {
	margin-bottom: 8px;
}

td {
	vertical-align:top;
}

p.caption {
	font-size: 90%;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 50px;
	color: #2c61ad;
}

/**** hyperlink styles ****/

a:link {color: #4472a3; text-decoration: underline;}
a:visited {color: #4472a3; text-decoration: underline;}
a:hover {color: #dec050; text-decoration: underline;}
a:active {color: #dec050; text-decoration: underline;}

#footer a {padding: 0px 5px 0px 5px;}
#footer a:link {color: #FFFFFF; text-decoration: underline;}
#footer a:visited {color: #FFFFFF; text-decoration: underline;}
#footer a:hover {color: #dec050; text-decoration: underline;}
#footer a:active {color: #dec050; text-decoration: underline;}

/* form styles */

form h2 {
  clear: left;
  margin: 0px 0px 5px 0px;
  padding: 0;
  padding-top: 10px;
  }
 
form h2 label {
  float: left;
  width: 18%;
  font-weight: bold;
}

form .regular {
	width: 200px;
	border: 1px solid #198C19;
	font-family:Arial, Helvetica, sans-serif;
}

form .submitbutton {
	float: right;
	margin-right: 110px;
}

form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.telephone {
	float: left;
	width: 10%;
	display: inline;
}
	
