#unilogo {
	background: #000;
	}
	
#title {
	background: #000;
	}
	
#utilitylinks {
	background: #669999;	
	}
	
#utilitylinks a {	
	color: #fff;
	}

#utilitylinks a:hover {
	color: #333333;
	}

#latest {	
	background-color: #669999;
	}
	
#bannerphoto {
	background: #000;	
	}
	
#searchbar {
	background: #000;	
	}
	
#navigation ul a:hover {
	background: #669999;
	color: #fff;
	text-decoration: none;
	}

#mainpic {
	background-image: url(../images/panels/rotate.php);
	}

#latest p {
	color: #fff;
	}

#latest h1 {
	color: #fff;
	}

#latest h2 {
	color: #fff;
	}
	
#latest h2 a {
	color: #fff;
	text-decoration:none;
	}
	
#latest h2 a:hover {
	color: #fff;
	}
	
#latest h3 {
	color: #fff;
	}
	
#latest a {
	color: #eef;
	}	

#latest h2 {
border-top: 1px solid #ccc;
	}

#content img {
    display: inline;
	         }	
			 
#tabBar {
	background-color: #EEEEEE;
	border-bottom-color: #669999; /* same colour as utilitylinks background */
}

#tabBar a {
	border-color: #669999; /* same colour as utilitylinks background */
	background-color: #669999; /* same colour as title background */
}

#tabBar a:hover {
	background-color: #006699; /* same colour as utilitylinks background */
}

#tabBar a.selected {
	border-top-color: #006699; /* same colour as utilitylinks background */
	border-right-color: #006699; /* same colour as utilitylinks background */
	border-left-color: #006699; /* same colour as utilitylinks background */
	color: #039; /* same colour as utilitylinks background */
}

#tabBar a.selected:hover {
	border-top-color: #006699; /* same colour as utilitylinks background */
	border-right-color: #006699; /* same colour as utilitylinks background */
	border-left-color: #006699; /* same colour as utilitylinks background */
	color: #006699; /* same colour as utilitylinks background */	
}									 

