body   { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BCBEC0;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
table {
	width: auto;
	height: auto;
}
td,tr { font-family: Arial, Verdana, Helvetica, sans-serif; color: #666666; font-size: 12px; }

p,li,ul   {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0;
}
p { margin-bottom: 1em; }
li,ul   {
	line-height: 1.1em;
	margin-bottom: 0.5em;
}
ul   {
	margin-bottom: 10px;
}
.small_font { 
	font-size: 10px;
}
a:active   { }
a:visited   { color: #009D57; text-decoration: none; }
a:link   { color: #009D57; text-decoration: none; }
a:hover   { color: #EC008C; text-decoration: underline; }

.centrebody #container {
	position: relative;
	width: 950px;
	border: 0;
	text-align: left;
	margin: 0 auto 0 auto;
}
.centrebody #wrapper {
	position: relative;
	width: 950px;
	border: 0;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
/*
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
*/
}

.centrebody #header {
	top: 0px;
	left: 0px;
	width: 950px;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.centrebody #header p {
	font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #009D57;
}
.centrebody #logo {
	margin-top: 10px;
	margin-left: 15px;
}
.centrebody #sunflower {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.centrebody #contact {
	float: right;
	margin-top: 50px;
	margin-right: -20px;
	padding-right: 0px;
	color: #009D57;
	font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
}

.centrebody #content {
	float: right;
	width: 690px;
	height: 300px;
	min-height: 300px;
	text-align: left;
	margin: 15px 5px 0 0;
	padding: 0 25px 10px 0;
}
html> .centrebody #content {height:auto;}
.centrebody #content-home {
	float: right;
	width: 400px;
	height: 300px;
	min-height: 300px;
	text-align: left;
	margin: 15px 5px 0 0;
	padding: 0 15px 10px 0;
}
html> .centrebody #content-home {height:auto;}

.centrebody #colright {
	float: right;
	width: 330px;
	height: 300px;
	min-height: 300px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}
html> .centrebody #colright { height: auto; }
.centrebody #colleft {
	float: right;
	width: 335px;
	height: 300px;
	min-height: 300px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
}
html> .centrebody #colleft { height: auto; }
.centrebody #rt-panel {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 286px;
	height: auto;
	vertical-align: bottom;
}

.centrebody #navbar {
	margin-top: 15px;
	width: 190px; /* top and bottom padding create visual space within this div */
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	height: 250px;
	min-height: 250px;
	border-right: 1px #EC008C solid;
}
.title-text { 
	font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0.75em;
	color: #EC008C;
}

.error { 
	color: #FF0000;
	font-weight: bold;
}
.img {
	border: none;
}
.spacer50 {
	padding-right: 50px;
}
.spacer40 {
	padding-right: 40px;
}
.spacer30 {
	padding-right: 30px;
}
.spacer20 {
	padding-right: 20px;
}
/* Thie sandbag is to force the text on home page to avoid overlap of fixed image */
.sandbag {
	position: relative;
	float: right;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 300px;
	min-height: 300px;
	vertical-align: bottom;
}
.centrebody #footer {
	left: 0px;
	width: 950px;
	height: 30px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* foot-nav only required if footer navigation is included for privacy policy etc, etc. */
.centrebody #foot-nav {
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 15px;
	width: 950px;
	text-align: center;
	color: #F49D36;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that fully contains a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

