#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #003d6b;
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-color: white;
}

#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=80);
opacity: 0.8;
}

.writing99 {
	width: 638px;
	height: 85px;
	background-color: #eeeeee;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
}
.writing299 {
	width: 638px;
	background-color: #eeeeee;
	padding-top: 0px;
	padding-right: 0px;
height: 114px;
}

.image99 {
	float:left;
	padding-right: 15px;
	padding-left: 15px;
}

.header99 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color: #003d6b;
}

.header99 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color: #003d6b;
	text-decoration: none;
}
.header99 a: hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color: #aaaaaa;
	text-decoration: none;
}

.copy99 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin-top: 10px;
}

.copy99 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003d6b;
	margin-top: 10px;
	font-weight:bold;
	text-decoration:none;
}
.copy99 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #aaaaaa;
	margin-top: 10px;
	font-weight:bold;
	text-decoration:none;
}

#subbox99 {
	background: #FFFFFF !important;
	width: 250px;



	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subbutton99 {
	background: #003d6b;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
	


