﻿#interContainer
{
	position: absolute;
	width: 750px; /*Width of interstitial box*/
	height: 480px;
	left: 0;
	top: 0;
	padding-top: 0;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	visibility: hidden;
	z-index: 6;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}

#interContainer .headerbar
{
	/*CSS for header bar of interstitial box*/
	font-family: Verdana;
	font-size: x-small;
	padding: 0px 0 2px 0;
	text-align: right;
	color: Red;
	/*background-color: #CDCDCD;*/
	background-color:#4D4D4D;
}

#interContainer .headerbar a
{ /*CSS for header bar links of interstitial box*/
	font-size: small;
	text-decoration: none;
	font-family: Verdana;	
	font-weight: normal;
	color:White;
	text-align: right;
}


#interContent
{
	/*CSS for div that holds the content to show*/
	/*border-color: #000099;*/
	background-color: white;
	width:750px;
	height:480px;
}

#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=70);
	opacity: 0.7;
}