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

/* general rules */
.mainContentRule {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #b6b6b6;
	margin-top: 0px;
	margin-right: 10px;
}
.OrangeText {
	color: #F27618;
}
.MainHeading
 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1A1A1A;
	background-image: url(../menuImages/h1bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-indent: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: 1;
	display: block;
}

/* Right Hand Col */
.rightCol_ParaWithRule {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	padding-bottom: 10px;
	margin-bottom: 2em;
}
.rightCol_Heading {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #1A1A1A;
	margin-top: 5px;
	margin-bottom: 0px;
}
.rightCol_Paragraph {
	margin-left: 5px;
	margin-right: 5px;
}
.rightCol_Image {
	margin: 0px;
	padding: 0px;
}



/* Main styles */
.Heading {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #1A1A1A;
	margin-top: 5px;
	margin-bottom: 0px;
}
.HeadingCentre {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #1A1A1A;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.HeadingRight {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #1A1A1A;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
}
.SubHeading {
	font-weight: bold;
	color: #434343;
	margin-top: 5px;
	margin-bottom: 0px;
}
.SubHeadingCentre {
	font-weight: bold;
	color: #434343;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.SubHeadingRight {
	font-weight: bold;
	color: #434343;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
}
.ParaWithRule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	padding-bottom: 10px;
	margin-bottom: 2em;
}
.ParaJustified_WithRule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	padding-bottom: 10px;
	margin-bottom: 2em;
	text-align: justify;
}
.ParaCentre_WithRule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	padding-bottom: 10px;
	margin-bottom: 2em;
	text-align: center;
}
.ParaRight_WithRule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	padding-bottom: 10px;
	margin-bottom: 2em;
	text-align: right;
}
.ParaNoRule {
	margin-bottom: 1em;
}
.ParaJustified {
	margin-bottom: 1em;
	text-align: justify;
}
.ParaCentre {
	margin-bottom: 1em;
	text-align: center;
}
.ParaRight {
	margin-bottom: 1em;
	text-align: right;
}
.ImageLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.ImageCentre {
	text-align: center;
}
.ImageRight { /* 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-left: 10px;
}
.removeFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
