* {
	margin: 15pt;
	padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#mainWrap {
  position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin: 0;
	padding: 1em;
	color: #000;
	border-bottom: 2pt solid #000;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 18pt;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

h3 {
  color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
}

h4 {
 color: #000;
 font-size: 12pt;
 font-weight: bold;
}

a {
  text-decoration: none;
	color: black;
}

a:after {
  content: " (" attr(href) ")";
}

.centre {
  text-align: center;
}

#nav {
  display: none;
}

#contentWrap {
  position: relative;
	float: left;
}

#content {
  color: black;
	width: 100%;
}

/* format button-style link and paragraph */

p.button {
  display: none;
}

script {
  display: none;
}

img {
  display: none;
}

/* other text formatting */

.indent {
  position: relative; left: 5em;
}

#content p {
  color: #000;
}

p.caption {
  display: none;
}

p.caption2 {
  display: none;
}

#centre {
  text-align: center;
}

/* format directors' contact info table */

table, th, td {
  border: none;	
}

th, td {
  padding: 0 2pt;
	text-align: left;
}

.odd {
  background: none;
}

.even {
  background: none;
}

#footer p {
  padding: 1em 0;
}






