body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
}
h1 {
	font-size: 36pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 36pt;
}
.strapline {
	margin-top: 6pt;
	font-size: 15pt;
	line-height: 18pt;
}
#Header {
	position:relative;
	width:100%;
	height:120px;
	z-index:1
}
#HeaderText {
	position:absolute;
	display: table;
	height:105px;
	width: auto;
	z-index:1;
	left: 160px;
	top: 0px;
	margin-left: 20px;
	overflow: hidden;
}
#InnerHeaderText {
	display: table-cell;
	vertical-align : middle;
}
#MenuBar {
	position:relative;
	width:100%;
	font-size: 16px;
	font-weight: bold;
	color: #223EAC;
}
#MenuBar a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #223EAC;
}
a:hover {
	color: #0086D7;
}
#MenuBar a:hover {
	color: #0086D7;
}
#MenuBar td {
	background-color: #E8E4F7;
}
#Content {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	margin-top: 10px;
	padding: 0px;
	margin-left: 5px;
}
h2 {
	font-size: 18pt;
	line-height: 18pt;
	font-weight: bold;
	color: #223EAC;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contacttable {
	margin-left: -5px;
}
.hr {
	height: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 3em;
	margin-bottom: 0;
}
.dotted {
	border-bottom: dotted 2px;
}
.dashed {
	border-bottom: dashed 2px;
}
ul ul {
	margin-bottom: 15px;
}
.extraspaceabove {
	margin-top: 18px;
}
.smalltype {
	font-size: 10pt;
}
#Infopanel {
	background-color: #EFE7F7;
	border: 1px solid #213CAD;
	margin: 0px;
	padding: 5px;
}
#Submenupanel {
	margin: 15px 0px 5px;
	padding: 0px;
}
#Submenupanel > table, #Submenupanel td, #Submenupanel th {
	background-color: #E8E4F7;
	border: 1px solid #213CAD;
	border-collapse: collapse;
	padding: 3px;
}