﻿body {
	background-color: #000542;
	font-family: Verdana;
	color: #FFFFFF;
	height: 100%;
}
h1 {
	font-size: 12pt;
	line-height: 16pt;
	margin: 5px 0 15px 0;
}
p {
	font-size: 10pt;
	line-height: 12pt;
	margin: 10px 0 15px 0;
}

#centrehoriz {
	margin-top: -150px;
	margin-left: -317px;
	text-align: center;
}
#centrevert {
	position: absolute;
	top: 50%;
	left: 50%;
}
#leftcol {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 138px;
	border-right: solid 1px #808080;
	border-left: solid 1px #808080;
}
#leftcolbottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#leftcoltop {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
#leftcoltop h1 {
	font-weight: normal;
}
#leftcoltop ul li {
	margin-left: 10px;
	text-align: left;
	padding: 2px;
	padding-left: 10px;
}
#leftcoltop ul li:hover {
	background-color: #B09D51;
}
#leftcoltop ul li:hover {
	color: #000542;
}
#main {
	padding: 0;
	position: absolute;
	left: 140px;
	height: 100%;
}
#maininner {
	margin: 10px 50px 10px 50px;
}
mastercontainer {
	width: 100%;
	height: 100%;
}

.copyrighttext {
	font-size: 7pt;
	line-height: 8pt;
}
.imglogo {
	width: 634px;
	height: 187px;
}
.imgRupert {
	width: 90px;
	height: 107px;
	padding: 7px;
}
.imgMain {
	 float: right;
	 padding-left: 15px;
	 padding-bottom: 10px;
	 max-height: 500px;
	 max-width: 500px;
}
.safeserveLink {
	color: #6699FF;
}
.yellowtext {
	color: #B09D51;
	font-size: small;
	text-decoration: none;
}