/* -- 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: #f3f8fb url(../images/admin/arrowL2.gif) no-repeat top left; }
#navigation li a.menuL2selected { background: #f3f8fb 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: #f3f8fb url(../images/admin/arrowL3.gif) no-repeat top left; }
#navigation li a.menuL3selected { background: #f3f8fb 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: #f3f8fb url(../images/admin/arrowL4.gif) no-repeat top left; }
#navigation li a.menuL4selected { background: #f3f8fb url(../images/admin/arrowL4.gif) no-repeat top left; }

/* -- other colours -- */

/* p.intro: the green introductory paragraph as seen on the front page */
p.intro		{ color: #657fa5; text-align: justify; }

/* 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: #8eaa43; }
p.totop a	{ color: #8eaa43; }

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

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

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

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

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

/* -- site specials -- */

.contact {
	clear: both;
	width: 80%;
	margin: 20px auto;
	padding: 8px 10px 8px 10px;

	color: #616161;
	background: #eeeeee;
	border: 1px solid #cccccc;

	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
}

.tally {
	clear: both;
	width: 80%;
	margin: 20px auto;
	padding: 8px 10px 8px 10px;

	color: #ffffff;
	background: #ff3333;
	border: 1px solid #000000;

	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
}

.normaltable p {
	line-height: 1.55em;
}