/* -- navigation -- */

#navigation li a	{ color: #6d6e71; }	

#navigation li a.menuL2 { background: url(../images/admin/arrowL2.gif) no-repeat top left; }	
#navigation li a.menuL2:hover { background: #ecf6f8 url(../images/admin/arrowL2.gif) no-repeat top left; }
#navigation li a.menuL2selected { background: #ecf6f8 url(../images/admin/arrowL2.gif) no-repeat top left; }

#navigation li a.menuL3 { background: url(../images/admin/arrowL3.gif) no-repeat top left; }	
#navigation li a.menuL3:hover { background: #ecf6f8 url(../images/admin/arrowL3.gif) no-repeat top left; }
#navigation li a.menuL3selected { background: #ecf6f8 url(../images/admin/arrowL3.gif) no-repeat top left; }

#navigation li a.menuL4 { background: url(../images/admin/arrowL4.gif) no-repeat top left; }	
#navigation li a.menuL4:hover { background: #ecf6f8 url(../images/admin/arrowL4.gif) no-repeat top left; }
#navigation li a.menuL4selected { background: #ecf6f8 url(../images/admin/arrowL4.gif) no-repeat top left; }

/* -- other colours -- */

/* p.more: the green "more" link as seen on the front page */
p.more		{ color: #8eaa43; }
p.more a	{ color: #8eaa43; }

/* p.totop: the green "return to top" link as seen on the bottom of some pages */
p.totop		{ color: #006673; }
p.totop a	{ color: #006673; }

h2		{ color: #006673; }		/* this is our big blue heading style */

.newsBar h2	{ color: #6d6e71; }		/* this is our big green heading style for the news bar */

h3		{ color: #006673; }		/* this is our smaller blue heading style */
.newsBar h3	{ color: #006673; }		/* this is our smaller blue heading style for the news bar */
h4		{ color: #006673; }		/* this is our even smaller blue (was green) heading style */
h5		{ color: #006673; }		/* used as the heading within the upcoming seminars table */

abbr, acronym, dfn { border-bottom: 1px dashed #006673; }

div.hr hr { background: #cccccc; color: #cccccc; width: 90%; }

.infoFooter {
	clear: both;
	width: 80%;
	margin: 20px auto;
	padding: 4px 4px 4px 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	color: #616161;
	text-align: left;
	font-size: 0.90em;
}

.flowChart {
	clear: both;
	width: 60%;
	margin: 10px auto;
	padding: 4px 4px 4px 10px;
	background: #e4f3f4;
	border: 1px solid #771f53;
	color: #444444;
	text-align: left;
	font-size: 0.90em;
}
