@charset "utf-8";
body {
	background-image:url(Images/Background_Body_04.jpg);
	background-repeat:repeat-x;
	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: #90F;
	font-family: Candara, Dance;
	height:100%;
	font-size: 19px;
	line-height: 95%;
}

blockquote {
	margin-top: 0;
	margin-bottom: 0px;
}

ul {
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
}

a:link {
	font-style: normal;
	color: #0FF;
	text-decoration: none;
}
a:visited {
	color:#777;
	text-decoration: none;
}
a:hover {
	color:#9433EC;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
a:active {
	color:#F06;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav_current {
	color:#F06;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* 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: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 780px;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;

}
.oneColFixCtrHdr #header {
	background: #000000;
	/*background-image:url(Images/Background_MainContent_01.jpg);
	background-repeat:repeat-x;*/
	text-align: center;
}
.oneColFixCtrHdr #header h3 {
	margin: 0px;
	padding-top: 10px;
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 90%;	/*background-image:url(Images/Background_MainContent.jpg);*/
	height: 720px;
	overflow: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 32px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}

.oneColFixCtrHdr #links {
	background: #000000;
	color: #CCC;
}

.oneColFixCtrHdr #footer {
	background: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align: center;
	position:absolute;
	width:100%;
	color: #666;
	bottom: 0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0px; /* 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 */
}

#tagline {
	font-weight: bolder;
	font-size: 24px;
	color: #F06;
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 15px;
	filter: Glow(Color=#D6D6D6, Strength=9);
	letter-spacing: 3px;
	margin: 0px;
}

.oneColFixCtrHdr #navigation {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding: 7px;
	letter-spacing: 1px;
	margin: 0px;
}

#fadeshow1 {
	float:right;
	border:4px solid #F06;
	position: absolute;
	top: 10px;
}

#fadeshow2 {
	float:left;
	border:4px solid #F06;
	position: absolute;
	top: 0px;
}

#fadeshow3 {
	float:left;
	border:4px solid #F06;
	position: absolute;
	top: 10px;
}

#fadeshow4 {
	float:right;
	border:4px solid #F06;
	position: absolute;
	top: 0px;
}

.marquee0 {
	border:4px solid #F06;
	padding: 0px;
	margin-right: 256px;
	margin-left: 256px;
	background-color: #F06;
}

.border {
	border:4px solid #F06;
}

.constrainright {
	padding-right: 170px;
}

.constrainleft {
	padding-left: 170px;
	text-align: left;
}

.quote {
	font-style:italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #009;
}

.indent {
	padding-left: 50px;
	padding-right: 50px;
}

.footnote {
	color: #F06;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#colour1 {
	color: #0FF;
}

#colour2 {
	color: #777;
}

#colour3 {
	color: #9433EC;
}

#colour4 {
	color: #F06;
}

#colour5 { 
	color: #06F;
}

#healthandsafety {
	
}
