@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: 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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF6600;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 1.2em;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent A:link {
	color: #0087BF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent A:visited {
	color: #0087BF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent A:active {
	color: #0087BF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent A:hover {
	color: #FF6600;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.bookRight {
	float: right;
}
.bookLeft {
	float: left;
	margin: 10px;
}
.picleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 50px;
}
.testimonialsBox {
	float: right;
	width: 250px;
	font-size: 0.9em;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF6600;
	font-style: italic;
	font-family: Trebuchet MS, Arial, Verdana, serif;
	line-height: 1.3em;
}
.picRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.oneColFixCtrHdr #container #mainContent li {
	list-style-image: url(images/mpower_bullet.gif);
	line-height: 1.5em;
}
.generalQuotes {
	font-weight: normal;
	color: #008Cd2;
	font-family: "Trebuchet MS", Arial, Verdana, serif;
	text-align: center;
	font-size: 1.2em;
	font-style: oblique;
}
.contactForm {
	width: 400px;
	float: right;
	margin-top: 20px;
}
.centrePagetext {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.testimonialsPage {
	width: 600px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 25px;
}
.leapprogramme td{
	height:30px;
	vertical-align: middle;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
}
.leapprogramme table{

}

