#interContainer{
position: absolute;
width: 680px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 5px;
padding-top: 0;
background-color: #006666;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}



#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
font-family:verdana;
font-weight:bold;
color: white;
padding: 0px;
text-align: right;
}



#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 85%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
padding: 10px;
border: 1px solid gray;
background-color: white;
background-image:url(images/moving_truck.jpg);
background-position:top left;
background-repeat:no-repeat;
}

a.close:link {
color:#FFFFFF;}

a.close:hover {
color:#FFFFFF;}

a.close:visited {
color:#FFFFFF;}

a.body:link {
color:#CC0000;
text-decoration:underline;}

a.body:hover {
color:#006666;
text-decoration:underline;}

a.body:visited {
color:#CC0000;
text-decoration:underline;}



#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/

position: absolute;

background: black url(blackdot.gif);

right: 0;

width: 10px;

top: 0;

z-index: 5;

visibility: hidden;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=60);
opacity: 0.6;
}