#interContainer{
position: absolute;
left: 0;
top: 0;
padding: 10px;
padding-top: 0;
background-color: #FFFFFF;
border: 2px solid #C3CBD0;
visibility: hidden;
z-index: 106;
}

#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*/


background-color: white;
border: 2px solid #C3CBD0;
height:290px;
width:381px;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot2.gif);
right: 0;
width: 10px;
top: 0;
z-index: 10;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=65);
opacity: 0.65;
}


