@charset "utf-8";
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bodycopy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #666666;
}
.bodycopycolour {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF99;
}
.address {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	text-align: left;
}
