/* CSS Document */
html 
{
	height:100%;	
}

html>#wrapper
{
	width: 922px;
}

body {
	height:100%;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border:0px;
	z-index:0;
	font-size: 15px;
	font-family: Tw Cen MT, Arial, Helvetica, sans-serif;
}

#wrapper {
	width:950px;
	text-align:left;
	margin: 0 auto;
	margin-top:10px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
#topHeader{
	background-image:url(../images/header.jpg);
	height:171px;
	
	}

#footer{
	background-image:url(../images/footer.jpg);
	height:21px;
	font-size:12px;
	color:#666666;
	padding-left:40px;
	padding-top:8px;
	}
	
#mainContent{
	padding:37px;
}
	
h1{
	color:#C21902;
	font-size:20px;
}

h2{
	padding:5px;;
	padding-left:10px;
	background-image:url(../images/heading.jpg);
	background-repeat:no-repeat;
	color:#666666;
	font-size:22px;
	}
	
h3{
	color:#C21902;
	font-size:16px;
}

h4{
	color:#C21902;
	font-size:16px;
	border-bottom:1px dotted;
}

a{
	color:#C21902;
	text-decoration:none;
	border-bottom:1px dotted;
}

.courseHeading{
	font-size:18px;
	font-weight:bold;
}

#ARL {
	width:950px;
	text-align:centre;
	margin: 0 auto;	
}

#ARL a{
	text-decoration:none;
	color:#990000;
	font-size:13px;
}



