@charset "utf-8";
/* CSS Document */

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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F0FFE6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.centre {
	text-align: center;
}

.topBox {
	margin-left: 13%;
	font-weight: normal;
	font-size: small;
}

.oneColFixCtrHdr #container {
	width: 80%;  /* 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: 0;
	margin-right: auto;
	margin-bottom: 500px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #B9FFFF;
}
.topNav {
	margin-left: 12%;
	margin-top: 20px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 85%;
	line-height: 120%;
	color: #000;
	text-align: left;
	padding-top: 0;
	padding-right: 10%;
	padding-bottom: 0;
	padding-left: 10%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}
.greenText {
	color: #060;
}
a:link {
	color: #036;
	text-decoration: underline;
	}
a:visited {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #360;
}


}

.imageFloatRight {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}


.clickBox2 {
	background-color: #fff;
	border: thin solid #030;
	font-size: 24px;
}
.forumText {
	font-size: x-large;
	color: #333;
}

.redTEXT {
	color: #C06;
}
.centreGreen {
	color: #060;
	text-align: center;
	line-height: normal;
}
.imageFltLft {
	padding: 20px;
	float: left;
}
.smalll {
	font-size: 10px;
}

