#pagecontainer {
	background-color: #FFFFFF;
	width: 765px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	position: absolute;
	left: 50px;
	top: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#headcontainer {
	height: 320px;
	width: 765px;
	color: #000000;
	background-color: #FFFFFF;
}
#headleft {
	float: left;
	height: 320px;
	position: relative;
	padding-top: 3px;
	padding-left: 3px;
}
#headmid {
	font-weight: bold;
	text-transform: uppercase;
}
#headright {
	float: right;
	height: 320px;
	width: 250px;
}
#navigation {
	clear: both;
	float: center;
	height: 20px;
	background-color: #CCCCCC;
	width: 765px;
}
#maincontent {
}
#maincontent-body {
	float: left;
	width: 480px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#maincontent-sidebar {
	background-color: #FFFFFF;
	float: right;
	width: 250px;
	padding: 5px;
}
#colourmarker {
	background-color: #000000;
	clear: both;
	height: 10px;
	width: 765px;
	background-image: url(/images/corp-colours.gif);
	background-repeat: repeat-y;
	float: left;
	line-height: 0px;
}
#footer {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #000000;
}
#footer-left {
	float: left;
	width: 495px;
	font-size: 9px;
	padding-left: 5px;
}
#footer-right {
	float: right;
	width: 260px;
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
}
body {
	background-color: #000000;
	background-repeat: repeat;
}
h2 {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        font-family: Arial,Helvetica, sans-serif;
}
h1 {
        font-size: 14px;
        color: #ff0000;
        text-align: center;
}
h3 {
        text-align: center;
}
#navigation a {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#maincontent-body a {
	color: #000000;
}
a img {
	border: none;
}















