#interContainer {
	position: absolute;
	width: 770px; /*Width of interstitial box*/
	height:440px;
	left: 0;
	top: 0;
	padding: 0;
	background: none;
	/*
padding: 15px;
border: 1px solid black;*/
visibility: hidden;
	z-index: 6;
}
#interContainer .headerbar { /*CSS for header bar of interstitial box*/
	color: gray;
	/*padding: 5px 0;*/
text-align: right;
}
#interContainer .headerbar a { /*CSS for header bar links of interstitial box*/
	font-size: 120%;
	text-decoration: none;
}
#interContent { /*CSS for div that holds the content to show*/
	/* border: 1px solid gray;*/

background: none;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: none;
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
opacity: 0;
}


#quickLinksImg {
	background: transparent url(/cda/files/ltsb/quickLinks.gif) top left no-repeat;
	width:125px;
	height:19px;
	display:block;
}
#scotiaInternationalImg {
	background: transparent url(/cda/files/ltsb/scotiaInternational.gif) top left no-repeat;
	width:100px;
	height:19px;
	display:block;
}
#scotiaInternational {
	width:100px;
	height:19px;
	display:block;
}
#quickLinks {
	width:125px;
	height:19px;
	display:block;
}

