body {
	background: #ffffff url(uow055856.png) repeat-x;
}

 
/* Heading Styles*/
h1 {
	color: #000;  
}

h2 { 
	color: #333;  
}
 
h3 {
	color: #666;  
}

h4, h5, h6, hr  {
	color: #000;  
}



/* Right Column Colour*/
#rightColtop {
	/*background-color: #0C3;*/
}

#rightColbottom {
	/*background-color: #039;*/
}

/* custom tables - New All Tables*/
#maincontent table {
	width:100%;  /*add*/
	border-collapse: collapse;  /*add*/
	background:#f7f7f7;
	color:#333; 
	spacing:0px;
}

#maincontent table tr {
	padding: 5px;  /*add*/
	border:1px solid #999999;
	color:#000;
	margin:0px;
}

#maincontent table tr th {
	padding:5px;  /*add*/
	text-align:left;  /*add*/
	border:1px solid #999999; 
	color:#FFF;
	font-weight:bold; 
	margin:0px;
	background-color:#000;
	
}

#maincontent table tr td {
	padding: 5px;  /*add*/
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	
}

/* custom tables - Old Table List Styles*/
.tableList { 
	border:1px solid #999999; 
	border-top:0px; 
	background:#f7f7f7;
}

.tableList th { 
	border:0px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	color:#fff;
	font-weight:bold;
	padding:4px;
	margin:0px; 
	background-color:#000;
}

.tableList td { 
	border:0px;
	border-top:1px solid #999999;
	color:#444444; 
	padding:4px; 
	margin:0px; 
}

/*NAV MENU*/
#navMenu li a:link, #navMenu li a:visited {
	color: #333; /*Changeable colour*/
}


#navMenu li a:hover {
	color: #666;

}

#section-title {
	background: url(expertise.png) no-repeat;	
}

#section-title-onlineform {
	background:url(submitonlineform-coursefinder.gif) no-repeat;	
}

/*FEATURE BOX LINKS*/
#featurebox li a:link, #featurebox li a:visited {
	color:#666;
}