﻿* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	background-color:#CCCCCC;
	text-align:center; /* horizontal centering for IE Win quirks */
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	border-style: none; 
	border-width: 0px; 
	border-color: #CCCCCC;

}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	border-style: none; 
	border-width: 0px; 
	border-color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	border-style: none; 
	border-width: 0px; 
	border-color: #CCCCCC;
}

#content { 
	width:1px;
	height:50%;
	margin-bottom:-325px; /* half of wrapper's height */
	float:left;
}

#wrapper {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:651px;
	width:800px;
	clear:left;
}
 

.header {
	width: 800px; 
	height: 20px; 
	z-index: 1; 
	background-color:black;
		
}
.menuLink1 {
	position: relative; 
	float:left;
	width: 114px; 
	z-index: 6; 
	left:0px; 
	text-align:center;
}
.menuLink2 {
	position: relative; 
	float:left;
	width: 114px; 
	z-index: 6; 
	text-align:center;
}
.menuLink3 {
	position: relative; 
	float:left;
	width: 114px; 
	z-index: 6; 
	text-align:center;
}
.menuLink4 {
	position: relative; 
	float:left;
	width: 114px; 
	z-index: 6; 
	text-align:center;
}
.menuLink5 {
	position: relative; 
	float:left;
	width: 114px; 
	z-index: 6; 
	text-align:center;
}
.menuLink6 {
	position: relative; 
	float:left;
	width: 114px; 
	z-index: 6; 
	text-align:center;
}
.menuLink7 {
	position: relative; 
	float:left;
	width: 114px; 
	z-index: 6; 
	text-align:center;
}


.leftColumn {
	margin:auto;
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	width: 800px; 
	height: 530px; 
	z-index: 2; 
	top: 0px;
}

.footer {
	width: 800px; 
	height: 100px; 
}

#footer a { 
	text-decoration:none; 
	height:100px; 
	width:133px; 
	position:relative; 
	margin-right:0px; 
	float:left; 
	display:inline; 
} 

#footer a span { 
	position:absolute; 
	left:0; 
	top:0; 
	height:100px; 
	width:133px; 
} 


#footer a.imageLink span {background:url(images/NBG_sml.png) no-repeat;} 
#footer a.imageBink span {background:url(images/NBB_sml.png) no-repeat;} 
#footer a.imageCink span {background:url(images/NSR_sml.png) no-repeat;} 
#footer a.imageDink span {background:url(images/ANG_sml.png) no-repeat;} 
#footer a.imageEink span {background:url(images/CDN_sml.png) no-repeat;} 
#footer a.imageFink span {background:url(images/ADR_sml.png) no-repeat;} 


.colourFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #003876;
	font-size: 11px; 
}
.whiteFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px; 
}
.greyFont {
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: justify
}
.dataLayer {
	position: relative; 
	width: 95%; 
	height: 90%; 
	z-index: 2; 
	left: 0px; 
	top: 0px; 
	text-align: left; 
	padding-top: 10px; 
	padding-left: 10px;
	float: left;
}

