@charset "utf-8";
/* CSS Document */

html {
	/* Always show a scrollbar for short pages. non-ie browsers */
    height: 100%;
	margin-bottom: 1px;
	/* IE hack */
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/portal/bk.jpg);
	background-repeat: repeat;
}
.page-bk {
	background-image: url(/images/portal/bk-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1000px;
	width: 100%;
	float: left;
}




.page-centre {
	width: 990px;
	padding: 0px;
	margin: 0px auto;
}
.page-holder {
	padding: 0px;
	float: left;
	width: 990px;
	margin-top: 111px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/portal/graphic.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.link-active {
	float: left;
	height: 100px;
	width: 380px;
	margin-left: 30px;
	margin-top: 300px;
}
.link-ssp {
	float: right;
	height: 100px;
	width: 380px;
	margin-right: 30px;
	margin-top: 300px;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #162A83;
	float: left;
	width: 700px;
	padding-top: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
p {
	font-size: 1em;
	clear: both;
	float: left;
	width: 700px;
	padding-left: 30px;
	color: #162A83;
	padding-top: 80px;
	margin: 0px;
	padding-bottom: 0px;
}


.left {
	float: left;
}
.right {
	float: right;
}

