/* Fix up the location of the logos at the bottom of the menu: */
div#navcol {
	padding-bottom: 130px;
}

#left_menu {
	padding-bottom: 20px;
}

/* Make titles stand out: */
#title {
color: #FFFFFF;
background: #660023;
text-align: center;
}

p.heading {
font-size: 1.2em;
}

/* Style for Centre Logos div: */

#centres {
	margin: 10px;
	padding-top: 10px;

	border-top: 2px solid #ECE6D8;
	border-bottom: 2px solid #ECE6D8;
}

#centres ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}

#centres ul li {
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	margin: 0;

	text-align: center;
}

/* Style for front-page News items: */

#latest_news {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 190px;

	border: 2px solid black;
	background: #900000;
}

#latest_news h1 {
	text-align: center;
	color: yellow;
	border-bottom: 1px solid black;

	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;

	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#latest_news ul {
	margin: 0;
	padding: 0 0 0 10px;
	color: white;
}

#latest_news ul li {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

#latest_news ul li a {
	color: yellow;
	text-decoration: none;
}

#latest_news ul li a:hover {
	text-decoration: underline;
}

/* Style for front-page announcements: */

#announcement {
	width: 400px;
	padding: 0px 20px 0px 20px;
	border: 1px solid black;
	background: #0000ff;
	margin-left: auto;
	margin-right: auto;

}

#announcement h1 {
	text-align: center;
	color: #ffffff;
}

#announcement p {
	color: #ffffff;
}

#announcement a {
	color: #00ffff;
	font-size: 1.3em;
}
#announcement p b {
	color: #ffff00;
	font-size: 1.2em;
}

/* Style for publication list: */
#pub_list ul li {
	margin-bottom: 0.5em;
}
#pub_list ol li {
	margin-bottom: 0.5em;
}
