/* CSS Document */
/* -------------- UNIVERSITY HEADER BAR --------------------- */
/* ----- colour given to university's heading bar and thin grey line underneath ---- */
.uniheaderbar {
	width: 100%;
	background: #660000;
	border-bottom: 3px solid #333333;

}

/* ----- positions main ebulletin logo in the top righthand corner ---- */
.ebulllogo {
	padding: 4px 8px 0px 5px;
	margin: 0px;
	background: #660000 right;
	color: #FFFFFF;
	text-align: right;
}

.lastupdated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background:  #660000;
	margin: 0px;
	text-align: right;
	padding-right: 2px;
}

/* -------------------------------------LEFTHAND COLUMN -------------------------------------- */
/* Heading style for 'News, Features etc */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #660000;
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	padding: 0px 0px 5px;
}


/* formats '- Latest headlines' on the main section pages */
div.latestheadlines {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #660000;
	padding: 2px 3px 3px 12px;
}

/* provides table spacing for the central column and lefthand border */
.maincolumn  {
	margin: 0px;
	color: #000000;
	background: #FFFFFF;
	border-left: thin solid #660000;
	vertical-align: top;

}
/* formats the text for the published article date (used as a span class in article title)*/
.articledates {
	font: bold 95%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	margin: 0px;
	padding: 0px;

}
