body {
	background-color: #ffffff;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
/* only works in IE
	scrollbar-base-color:#777777;
*/
}
a {
	color: #38638D;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
	color: #cccccc;
}
a:visited {
	color: #8EB0D2;
}
a:link {
	color: #38638D;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: #cc0000;
}
#menucontainer {
	position: absolute;
	left: 3%;
	top: 17%;
	width: 15%;
}

img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
}
#headingcontainer {
	position: absolute;
	height: 7%;
	top: 0px;
	text-align: left;
	background-color: #cc0000;
	overflow: hidden;
	width: 62%;
	border: 0px none;
	text-indent: 0px;
	right: 22%;
	margin: 0px;
	padding: 0px;
	left: 20%;
}

#headingcontainer img {
	height: 100%;
}

#heading {
	position: absolute;
	height: 36px;
	width: 99%;
	left: 1%;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-transform: lowercase;
	padding-right: 1%;
	padding-left: 1%;
	visibility: visible;
	bottom: -1px;
	font-style: normal;
	overflow: hidden;
	font-variant: normal;
	border: 0px none;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,Sans-serif;
	line-height: 47px;
}

#picture {
	position: absolute;
	overflow: hidden;
	width: 10%;
	top: 12%;
	background-position: left bottom;
	background-repeat: no-repeat;
	right: 1%;
	height: 45%;
	border: none;
	left: 85%;
}
#maincontent {
	text-align: right;
	position: absolute;
	left: 30%;
	top: 10%;
	width: 52%;
	overflow: hidden;
	height: 70%;
	background-color: #CC0000;
}

#contentinner {
	overflow: auto;
	position: absolute;
	top: 1%;
	height: 98%;
	left: 1%;
 /* because IE and firefox calculate padding differently, this is the width without the left and right padding for firefox */
	width: 94%!important;
	width: 98%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #FFFFFF;
	background-image: url(bg1.gif);
	background-repeat: repeat-y;
}

#content {
	color: #000000;
	position: absolute;
	text-align: left;
	width: 62%;
	top: 7%;
	border: 0px none;
	height: 88%;
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	background-position: 99% 0px;
	right: 22%;
	left: 20%;
}

#maincopyright {
	position: absolute;
	width: 20%;
	left: 5px;
	bottom: 0px;
	text-align: left;
}

#subcopyright {
	position: absolute;
	bottom: 0px;
	width: 25%;
	left: 5px;
	text-align: left;
}

#mainfooter {
	left: 10%;
	bottom: 0%;
	width: 50%;
	position: absolute;
}

table {
	color: #000000;
	font-size: 12px;
}
#keytext {
	overflow: hidden;
/*
	removed due to complaint from google. see email 04 06 2009
	visibility: hidden;
	height: 0px;
	width: 0px;
*/
	visibility: visible;
	height: 20px;
	width: 700px;
	font-size: 12px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#mainicon {
	position: absolute;
	top: 0px;
	right: 0px;
}
td.gbinfo {
	background-image:  url("bgheading0.jpg");
}

.menu {
	margin: 0px;
	background-color: #333333;
	color: black;
	border: none;
	padding-top: 0px;
	padding-bottom: 5px;
}

.menu p  {
	border-bottom: 1px solid #EAF0F7;
	margin: 0px;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
}

.menu p.menuheader {
	display: block;
	padding: 13px 15px;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	background-color: #333333;
	text-decoration: none;
	font-weight: bold;
/*
	background-image:  url("bgheading0.jpg");
*/
	font-size: 16px;
	text-transform: lowercase;
	border-top-color: #333333;
	border-bottom-color: #333333;
	color: #ffffff;
}

.menu p.menuseparator {
	display: block;
	padding: 0px 5px;
/*	border-left: 10px solid #EAF0F7;
	border-right: 10px solid #EAF0F7;
*/
	background-color: #EAF0F7;
	text-decoration: none;
/*
	background-image:  url("bgheading0.jpg");
*/
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
	border-bottom: thin dotted #333333; /*#EAF0F7;*/
	border-top: 5px solid #EAF0F7;
	color: #333333;
}

.menu p.menuitem_noselect {
	display: block;
	padding: 0px 5px;
	border-left: 10px solid #EAF0F7;
	border-right: 10px solid #EAF0F7;
	background-color: #EAF0F7;
	text-decoration: none;
	border-top-color: #EAF0F7;
	border-bottom-color: #EAF0F7;
	font-size: 11px;
	font-weight: normal;
	color:#888888;
}

.menu p.menuitem a, .menu p.menuitem a:visited {
	display: block;
	padding: 0px 5px;
	border-left: 10px solid #EAF0F7;
	border-right: 10px solid #EAF0F7;
	background-color: #EAF0F7;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	border-top-color: #EAF0F7;
	border-bottom-color: #EAF0F7;
}

.menu p.menuitem a:hover {
	border-left: 10px solid #cc0000;
	border-right: 10px solid #cc0000;
	background-color: #cc0000;
	color: #ffffff;
	font-weight: normal;
	border-top-color: #cc0000;
	border-bottom-color: #cc0000;
}

.menu p.menuitem a:active {
	border-left: 10px solid #cc0000;
	border-right: 10px solid #cc0000;
	background-color: #cc0000;
	color: #FFFF00;
	font-weight: normal;
	border-top-color: #e4c0c6;
	border-bottom-color: #e4c0c6;
}

.menu p.menusubitem a, .menu p.menusubitem a:visited {
	display: block;
	padding: 0px 5px;
	border-left: 10px solid #EAF0F7;
	border-right: 10px solid #EAF0F7;
	background-color: #dAe0e7;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	text-indent: 20px ;
	border-top-color: #EAF0F7;
	border-bottom-color: #EAF0F7;
}


.menu p.menusubitem_noselect {
	display: block;
	padding: 0px 5px;
	border-left: 10px solid #EAF0F7;
	border-right: 10px solid #EAF0F7;
	background-color: #dAe0e7;
	text-decoration: none;
	text-alighn: left;
	text-indent: 20px;
	border-top-color: #EAF0F7;
	border-bottom-color: #EAF0F7;
	font-size: 9px;
	font-weight: normal;
	color:#888888;
}

.cornerbl {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-image: url(cornerbl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 15px;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
}
.cornerbr {
	margin: 0px;
	padding: 0px;
	background-image: url(cornerbr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px none;
	height: 15px;
	width: 100%;
	left: 0px;
	bottom: -1px;
	position: absolute;
}
.cornertl {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-image: url(cornertl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 15px;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
}
.cornertr {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-image: url(cornertr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 15px;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 0px;
}

.bigtext {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 36px;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 60%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#maintext {
	position: absolute;
	width: 30%;
	left: 10%;
	top: 10%;
	height: 70%;
}
.mainlinkoncolour {
	color: #FFFF00;
}

.mainlinkoncolour a:visited {
	color: #FFFF00;
}
.mainlinkoncolour a:link {
	color: #FFFF00;
}
.mainlinkoncolour a:hover {
	color: #FFFF00;
}
.mainlinkoncolour a:active {
	color: #FFFF00;
}
