/* ---------------------------------------------
HOMPAGE STYLES - GLOBAL.CSS

Colour reference

blue text - color: #172049;
pink text - color: #c1272d;

-----------------------------------------------*/


/* ---------------------------------------------
HEADER STYLES
-----------------------------------------------*/


#contentarea ul {
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
	width: 490px;
}

#contentarea strong {
	color: #2aaee6;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 2px solid #2aaee6;
	display: block;
}

#contentarea dl {
	width: 466px;
	clear: both;
	height: auto;
}

#contentarea dd {
	float: right;
	width: 331px;
	margin-left: 15px;
}

#contentarea dt {
	float:left;
	width: 85px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
}