@charset "utf-8";
img {
 border-style: none;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
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: #E9E9E9;
	background-image: url(../design/bodyBkgd.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
.dealearning #container {
	width: 771px;
	margin: 39px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../design/contentWrapBkgd.jpg);
	background-repeat: repeat-y;
} 
.dealearning #header {
	background-image: url(../design/top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 118px;
} 

/* START NAVIGATION*/
.dealearning #navcontainer {
	height: 26px;
	width: 100%;
	float: left;	
	background-image: url(../design/navBar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.dealearning #navcontainer ul {
	margin: 0;
	padding: 0 1%;
	color: #000000;
	font-size: 73%;
}

.dealearning #navcontainer ul li { 
	display: inline; 
}

.dealearning #navcontainer ul li a {
	padding: 0 0.5em;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
}

.dealearning #navcontainer ul li a.last {
	border-right: none;
}

.dealearning #navcontainer ul li a:hover {
	background-color: #B7202F;
	color: #fff;
}

/* END NAVIGATION */
.dealearning #contentwrapper {
	background-image: url(../design/contentWrapBkgd.jpg);
	background-repeat: repeat-y;
}
.dealearning #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 456px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
	background-image: url(../design/sideBar.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}
.dealearning #mainContent {
	margin: 0 257px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 85%;
} 
.dealearning #mainContent p {
	font-size: 80%;
}
.dealearning #mainContent h1 {
	margin: 10px 0 10px 0;
	font-size: 180%;
} 

.dealearning #mainContent h2 {
	margin: 0 0 10px 0;
	font-size: 150%;
} 

.dealearning #mainContent h3 {
	margin: 10px 0 20px 0;
	font-size: 105%;
} 

.dealearning #mainContent ul {
	margin-top: -10px;
	margin-bottom: 0px;
} 
.dealearning #mainContent ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 85%;
} 
.dealearning #footer {
	height: 40px;
	padding: 0 10px 0 20px;
	background-image: url(../design/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.dealearning #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 */
}
.dealearning #credits {
	/*padding: 0 5px 0 20px;*/
} 
.dealearning #credits 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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.strong {
	font-weight: bold;
}
.chequePage {
}
.chequePage p{
	margin: 0 0 6px 0;

}
