#logoCell {
	width: 194px;
	border-right: dotted 1px #BCD;
	text-align: center;
}
td#header {
	height: 114px;
	width: 583px;
}
.panel {
	width: 100%;
	padding: 5px;
	/* border-top: dotted 1px #BCD; */
}
.panel h2, #logoCell h2 {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}
.panel h2 {
	text-align: center;
	font-size: 75%;
	color: #FFF;
	background-color: #77787C;
	border-bottom: 2px solid #8DE;
	padding-top: 1px;
	padding-bottom: 2px;
}
#middlePanel {/*used to provide the border between the bottom areas*/
	border-left: dotted 1px #BCD;
	border-right: dotted 1px #BCD;
}
a {
	color: #1F4A82;
	text-decoration: none;
}
.panel a, #logoCell a {
	margin-bottom: 9px;
	font-weight: normal;
}
.panel a:hover, #logoCell a:hover {
	/* text-decoration: underline; */
}
#navigation {
	height: 26px;
}
#logo {
	margin: 17px 0px 0px 0px;
	text-align: center;
}
#logoCell h2, #logoCell p {
	text-align: left;
	margin-right: 6px;
	margin-left: 6px;
}
#logoCell p.centred, .panel p.centred {
	text-align: center;
}
#logoCell {
	padding-bottom: 9px;
}
body p {
	font-size: 75%;/*was 53%*/
	margin: 3px;
	padding: 0;
}
/*following are for the 3 bottom items*/
h2#latestNews span, h2#lexMundi span, h2#Innovations span {
	display: none;
}
h2#latestNews, h2#lexMundi, h2#Innovations {
	height: 20px;
}
#searchForm {
	margin-bottom: 0px;
}
/* Added 6/10/04 to allow left hand heading to be an H1 and look as it did when it was an H2, required to have an H1 by RNIB*/
h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 80%;
	padding-top: 6px;
	font-weight: bold;
	color: #000;
	margin: 0px 6px;
}
/* redundant
h2#latestNews {
	background: url(http://client.mms.co.uk/templateImages/hdLatestNews.gif) no-repeat;
}
h2#lexMundi {
	background: url(http://client.mms.co.uk/templateImages/hdLexMundi.gif) no-repeat;
}
h2#Innovations {
	background: url(http://client.mms.co.uk/templateImages/hdInnovations.gif) no-repeat;
}*/