/* CSS Document */

#topBlocks {
margin-top:10px;
	height: auto;
	width: 978px;
	border: 1px solid #990000;
	float:left;
			
}
#topBlocks h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
	padding-left:8px;
}

#centreBlocks {
margin-top:10px;
	height: auto;
	width: 978px;
	border: 1px solid #990000;
	margin-bottom:35px;
	*margin-bottom:0px;
			float:left;
}
#blockLeft {
	height: auto;
	width: 48%;
	margin:10px;
			float:left;

}
#blockRight {
/*display:none;*/
	background-color: #FFffff;
	height: auto;
	width: 48%;
	margin:10px;
	margin-left:489px;

}
#baseCent {
clear:both;
width:90%;
margin: 0 auto;
background-color:#ffffff;
}

#results table {
width:90%;
	border:0px #990000 solid;
	text-align: left;
}
.topline {
	width:100%;
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;

}
br.topline  {
	margin: 0px;
	padding: 0px;
}
#results .reslinks a:link, a:visited {
	color: #990000;
}
#results .reslinks a:hover {
	color: #006600;

}
.legnd {
	font-size: 0.9em;
	color: #990000;
	text-align: left;
	display: inline;
	line-height: 25px;
	vertical-align: middle;
}
.legnd img {
	line-height: 25px;
	vertical-align: middle;	
}