@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif, small-caps;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3e3e3e;
	height:100%;
	}
	
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px;
	text-align: center;  /*this overrides the text-align: center on the body element. */
	color: #3e3e3e;	
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	color: #3e3e3e;
	text-decoration: none;
}
/*A:active {	
	font-weight: bold;
}*/

h1 {font-size: 1.25em;}
h2 {font-size: 1em;
	font-weight: bold;
	text-align: left;
	}
h3 {font-size: 1em;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	}
.txtJustify {
	text-align: justify;
	}
.txtLeft {
	text-align: left;
	}
.txtRight {
	text-align: right;
	}
.txtCentre {
	text-align:center;
	}
p {
	text-align:justify;
	}	
div.floatLeft {
  float: left;
  /*margin: 0 72px 72px 0;*/
  width: 33%;
  text-align: left;
  }
div.floatRight {
  float: left;
  /*margin: 0 72px 72px 0;*/
  width: 33%;
  text-align: right;
  }
div.floatCentre {
  float: left;
  /*margin: 0 72px 72px 0;*/
  width: 34%;
  text-align: center;
  }
	
img {
	border: #000000 1px;
	}
.footerLink {
	position: relative;
	bottom: 0;
	padding: 75px 0 0 0;
	color: #999;
	font-style: italic;
	font-size: 0.7em;
}
