@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b2b2b2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#wrapper {
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../images/interface/wrapperBackground.gif);
	background-repeat: repeat-y;
}
#top {
	height:149px;
	overflow:hidden;
	background-color:#125187;
	background-image: url(../images/interface/topBackground.gif);
	background-repeat: no-repeat;
	position:relative;
}
#top ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	left:680px;
	top:123px;
	font-size:13px;
}
#top ul li {
	display:inline;
	margin-right:30px;
}
#top ul li a {
	color:#FFFFFF;
}
#top ul li a:hover {
	color:#51AAD6;
}
#top ul li a.selected {
	font-weight:bold;
}
#bottomWrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../images/interface/wrapperBottomBackground.gif);
	background-repeat: no-repeat;
	height:22px;
	overflow:hidden;
}
#bottom {
	color:#8d8d8d;
	font-size:12px;
	height:80px;
	overflow:hidden;
	width:100%;
	clear:both;
	margin-top:20px;
}
#bottom p {
	margin:0;
	padding:0px 31px;
}
#internalWrapper {
	padding:27px 31px 0px;
}
img.excellentImage {
	float:right;
	margin-right:31px;
}
.bottomBlueBar {
	position:relative;
	height:36px;
	background-image: url(../images/interface/bottomBlueBar.gif);
	background-repeat: repeat-x;
	margin-bottom:12px;
}
img.balfourImage {
	position:absolute;
	z-index:10;
	left:725px;
	top:19px;
}
.bottomBlueBar ul {
	margin:0;
	padding:0;
	position:relative;
	z-index:25;
	list-style-type:none;
	font-size:10px;
	left:31px;
	top:18px;
}
.bottomBlueBar ul li {
	display:inline;
	margin-right: 4px;
	padding-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8793ba;
}
.bottomBlueBar ul li a {
	color:#8793ba;
	text-decoration:none;
}
.bottomBlueBar ul li a:hover {
	color:#ffffff;
}
.bottomBlueBar ul li a.selected {
	text-decoration:none;
	color:#ffffff;
}
#leftNav {
	float:left;
	width:165px;
}
#leftNav ul {
	margin:0px 0px 22px;
	padding:0;
	list-style-type:none;
	font-size:14px;
	text-transform: uppercase;
}
#leftNav ul li {
	height:28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow:hidden;
	margin:0;
	padding:0;
}
#leftNav ul li a {
	height:28px;
	display:block;
	background-color:#0e2675;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:12px;
	text-decoration:none;
	line-height:28px;
}
#leftNav ul li a.otherColour {
	background-color:#125187;
}
#leftNav ul li a.capitalCase {
	text-transform: capitalize;
}
#leftNav ul li a:hover, #leftNav ul li a.selected {
	background-color:#b2b2b2;
}
#mainContentArea {
	margin-left:198px;
}
#mainContentArea h1 {
	margin:0;
	padding:0;
	font-size:23px;
	height:30px;
	overflow:hidden;
	color:#333399;
}
#mainContentArea h1 em {
	font-style:normal;
	color:#006699;
}
#rhsStuff {
	float:right;
	width:250px;
	text-align:center;
	margin-bottom:12px;
	margin-left:12px;
	margin-top:12px;
}
#mainContentArea p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height:15px;
	font-size:12px;
}
.pdfDownload {
	text-align:center;
}
.pdfDownload a h3 {
	margin:0;
	padding:0;
	color:#1d2e86;
	font-size:12px;
	text-decoration:underline;
}
.pdfDownload a {
	color:#1d2e86;
	display:block;
	text-decoration:none;
}
.greenLine {
	background-color:#006699;
	height:1px;
	overflow:hidden;
	margin-top:6px;
	margin-bottom:6px;
}
.boldBlue {
	font-weight:bold;
	color:#333399;
}
img.alignRight {
	float:right;
	margin-left:24px;
	margin-top:12px;
	margin-bottom:12px;
}
