body{
	background-color:#bec9c9;
	font-family:Arial;
}
h1{
	font-size:12pt;
	margin:2px;
}
h2{
	margin:2px;
	color:white;
	font-size:12pt;
	font-weight:700;
}
li{
	list-style-image:url(images/bullet.gif);
	white-space:nowrap;
}
.outlineBox{
	width:98%;
	height:98%;
	border:4px white solid;
	background-color:#FFFFFF;
	text-align:center;
}
.bannerOutline{
	height:90px; 
	text-align:center;
}
.bannerCollage{
	background-image:url(images/collageGlobal.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.menu{
	 background-color:#BBBBBB;
	 width:150px;
	 vertical-align:top;
	 color:white;
	 font-size:10pt;
	 font-weight:700
}
.menuMouseOver{
	color:#FFdd00;
    cursor:pointer;
}
.menuMouseOut{
	color:white;
}
.subMenu
{
	background-color:#BBBBBB;
	color:#ffffff;
	font-size:10pt;
	font-weight:700;
	position:absolute;
	z-index:2
}
.subMenuIndent{
	width:12px;
}
.content{
	background-color:#ffffff;
	font-size:10pt;
    vertical-align:top;
    width:100%;
}
.contentImageLink{
	border:none;
}
.featureColumn{
    vertical-align:top;
	text-align:center;
	width:15%;
}
.featureContent{
	 font-size:10pt;
}
.here{
	display:visible;
}
.gone{
	display:none;
}

.featureColourOld{
	background-color:#27229c;
}

.featureColour{
	background-color:#27229c;
}
.featureColour2{
	background-color:#27229c;
}
a:link.menuLink{
	color:white;
	text-decoration:none;
}
a:visited.menuLink{
	color:white;
	text-decoration:none;
}
a:hover.menuLink{
	color:#FFdd00;
	text-decoration:none;
}

a:link.contentLink{
	color:black;
	text-decoration:none;
}
a:visited.contentLink{
	color:navy;
	text-decoration:none;
}
a:hover.contentLink{
	color:blue;
	text-decoration:none;
}
.footer{
	height:25px;
}
.footerContent{
	color:white;
	font-size:9pt;	
}
a:link.footerLink{
	color:white;
	font-size:9pt;
}
a:visited.footerLink{
	color:white;
	font-size:9pt;
}
a:hover.footerLink{
	color:white;
	font-size:9pt;
}

.button{
	background-color:#27229c;
	color:White;
	border:1px solid black;
} 
