body {
	background-color: #003300;
	color: #FFFF33;
	font-family:sans-serif;
	margin:0;
	padding:0;
	height:auto;
}

img {border:none;}

a:link{color:#FF9933}
a:visited{color:#999900}
a:active{color:#FFFF33}
a:hover{color:#FFFF99}

#headerLeft {
	position:absolute;
	background-image: url(Group/GrpScrfLeft.gif);
	background-position: top Right;
	background-repeat: repeat-x;
	left:0px;
	width:50%;
	min-height:100px;
	z-index:1;
}
#headerRight {
	position:absolute;
	background-image: url(Group/GrpScrfRight.gif);
	background-position: top Left;
	background-repeat: repeat-x;
	margin-left:200px;
	right:0px;
	width:50%;
	min-height:100px;
	z-index:1;
}
#headerCentre {
	text-align:center;
	position:absolute;
	left:0px;
	width:100%;
	background-image: url(Group/GrpScrfMid.gif);
	background-position: top center;
	background-repeat: no-repeat;
	min-height:230px;
	z-index:2;
	
}
#container {
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
}
#outer {
	margin:0px;
}
#content {
	position:absolute;
	top:100px;
	left:0;
	right:0;
	margin-left:40px;
	margin-right:40px;
	margin-top:40px;
	margin-bottom:40px;
	border:5px ridge #339900;
	min-height:500px;
	min-width:500px;
	background-image: url(Orion/images/Embossed.jpg);
}
#rightContent {
	position:absolute;
	margin:20px;
	right:0px;
	z-index:10;
}
#leftContent {
	position:absolute;
	margin:20px;
	left:0px;
	z-index:10;
}
td {
	text-align:center;
	font-weight:bold;
}

/* IE6 support */
/* mac hide \*/
* html #headerRight{height:100px}
* html #headerLeft{height:100px}
* html #headerCentre{height:230px}
* html #content{height:500px}
/* end hide */

.centred {
	text-align:center;
}

.mapContainer {
	margin:20px;
	padding-top:20px;
}

.mapContainer div.inner{
	color:#000066;
	border:4px ridge #33CC00;
	padding:5px;
}

div.GroupFooter {
	text-align:center;
	font-size:10px;
	margin:0px;
	padding-bottom:5px;
}

div.Section {
	margin:5px;
	padding:10px;
	border-bottom:2px inset #CCCC33;
}

table.SectionTable {
	border-top:4px ridge #33CC00;
	border-bottom:4px ridge #33CC00;
}
