#interContainer
{
	position:absolute; 
	width: 670px; /*Width of interstitial box*/
	height:350px;
	left: 0;
	
	top: 1%;
	/*padding: 15px;*/
	padding-top: 0;
	background-color: #7e9de5 Transparent;
	/*border: 1px solid black;*/
	visibility: hidden;
	z-index: 6;
	background-image: none;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray ;
/*padding: 5px 0;*/
text-align: right;
width:670px;

}

#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;*/
width: 670px; /*Width of interstitial box*/
	height:350px;
/*background-color: white;*/
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(images/blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
