/**
 * (c) Copyright 2008 John Girvin
 * except where indicated otherwise.
 * 
 * Unauthorised duplication, distribution
 * or alteration strictly prohibited.
 *
 */

#layout-head td {
	color: #004444;
}

#layout-nav-top a {
	color: #004444;
}
#layout-nav-top a:visited {
	color: #004444;
}
#layout-nav-top a:active {
	color: #004444;
}
#layout-nav-top a:hover {
	color: #ffffff;
	background: #004444;
}

#layout-nav a {
	color: #004444;
}
#layout-nav a:visited {
	color: #004444;
}
#layout-nav a:active {
	color: #004444;
}
#layout-nav a:hover {
	color: #ffffff;
	background: #004444;
}

#content-head {
	background: #f8ffff;
}
#content-tail {
	background: #f8ffff;
}

.centopt-title a:hover {
  text-decoration: underline;
	color: #00cccc;
}

