@charset "utf-8";
/* CSS Document */

body {
	background-color: #EDEDED;
	margin-top:0px;
	padding-top:0px;
	font-family:Arial;
}
#mainContainer {
	width: 960px;
}
#pageContainer {
	background-image: url(../images/pageBg.jpg);
	background-repeat:repeat-y;
}
#pageBottom {
	height:20px;
	background-image:url(../images/pageBottom.jpg);
	background-repeat:no-repeat;
}
#banner {
	padding-left:15px;
	height:145px;
}
#navbar {
	width: 905px;
	height: 40px;
	background:url(../images/navbarBg.gif) repeat-x;
	margin-left:15px;
	padding-left:25px;
}
#contentContainer 
{
	width:880px;
	margin-left:15px;
	font-size:83%;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
}
#leftCol 
{
	width:284px;
	padding-right:10px;
	float:left;
	
}
#centreCol 
{
	width:278px;
	padding-left:10px;
	padding-right:5px;
	float:left;
	
}
#rightCol 
{
	width:278px;
	padding-left:10px;
	padding-right:5px;
	float:left;
	
}
.clear 
{
	clear:both;
}
h1{}
h2 
{
	color:#00a7e5;
	font-size:1em;
}
h3 
{
	color:#00a7e5;
	font-size:0.9em;
}
#tblLearners 
{
	border:1px solid black;
}
#tblLearners th
{
	background-color:#ECE9D8;
	text-align:left;
	border-left:1px solid black;
}
#tblLearners .highlightedCell
{
	background-color:#99D6F3;
	font-weight:bold;
	border-top:1px solid white;
	border-left:none;
}
#tblLearners td
{
	border-top:1px solid black;
	border-left:1px solid black;
}
.smallText 
{
	font-size:smaller;
}
a:link, a:active 
{
	color:#00a7e5;
	text-decoration:none;
}
a:visited 
{
	color:Navy;
	text-decoration:none;
}
a:hover 
{
	color:#00a7e5;
	text-decoration:underline;
}
.rightAligned
{
	display:block;
	text-align:right;
}
