@charset "UTF-8";
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 20px;
}
.headerImg {
	margin-bottom: 5px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-right: 60px;
	margin-left: 60px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
}
ul.news {
	list-style-type: none;
}
ul.news li {
	list-style-type: none;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent p {
	line-height: 19px;
}
.meetingTable {
	margin-top: 10px;
	margin-left: 40px;
	font-size: 12px;
}
.imagetextR {
	text-align: right;
	font-size: 11px;
}
.centredPhoto {
	font-size: 10px;
	text-align: center;
}
