@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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Calibri;
	font-size: 16px;
	line-height: 20px;
	background-color: #FFF;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: justify;
}

.bold {
	font-weight: bold;
}
.centered {
	text-align: center;
}

.paddingmenu {
	padding-left: 20px;
}
.paddingmenubold {
	padding-left: 20px;
	font-weight: bold;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	text-align: justify;
}
.floatpic {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.floatpicright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.smallfont {
	font-size: 11px;
}
.italics {
	font-style: italic;
}
.headingcaps {
	font-size: 45px;
	font-weight: bold;
}
.headingbody {
	font-size: 30px;
	font-weight: bold;
}


.colour {
	color: #369;
	font-size: 20px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #369;
	font-size: 27px;
}

.oneColFixCtrHdr #container #mainContent h2 a {
	color: #369;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent h2 a:hover {
	color: #C03;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent h1 a {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent h1 a:hover {
	color: #C03;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .colour a img {
	text-decoration: none;
}
.fontenlarge {
	font-size: 28px;
}
.textindex {
	font-size: 28px;
	text-align: justify;
	line-height: 31px;
}
