/* form splash div */

#splash {
	position: absolute; 
	z-index: 1; 
	top: 80px; 
	left: 26px; 
	width: 1050px; 
	/* height: 800px; */ 
	background-color: #FFFFFF; 
	border: 4px solid #ecbe24;	
	display: none; 
}

#splash p {
	font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}

#splash h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bolder;
	color: #fecc26;
	margin-top: 4px;
	margin-bottom: 4px;
}

#splash h3 {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 16px;
	color: #fecc26;
	margin-top: 4px;
	margin-bottom: 4px;
}


#splash h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00a4b5;
	margin-top: 6px;
	margin-bottom: 6px;
}

#splash h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #00a4b5;
}

.libdemsbluetext {
	color: #00a4b5;
}

#splash p.roles {
	font-weight: bold;
	font-size: 16px;
	color: #00a4b5;
	margin-bottom: 0px;
	border-top: 2px orange solid;
	padding-top: 6px;
}

#splash p.notice {
	font-size: 12px;
}

#splash p.letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#splash p.linetop {
	border-top: 2px orange solid;
	padding-top: 6px;
}

#splash ul {
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: -24px;
}

#splash ul li {
	color: #00a4b5;
	font-size: 15px;
	font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;	
}

#splash a:link, #splash a:visited {
	background-color:#CC3300;
	color:#E0E0E0;
}

#splash a:hover, #splash a:active {
	background-color: red;
	color: white;
	text-decoration: none;
}

.blockblue {
	font-family: "Arial Black";
	font-size: 20px;
	color: #00a4b5;	
}
.block2 {
	font-family: "Arial Black";
}

.script2 {
	font-family: "Comic Sans MS";
	font-style: italic;
	font-weight: 900;
}

.background2 {
	background-color: #4ebbba;  /* #4dbfcb; */
	text-align: center;
}

.background3 {
	background-color: #FFFFCC;
	border-top: 3px #4ebbba solid;  /* #4dbfcb; */
}

.rightpics {
	margin-top: 10px;
	margin-bottom: 10px;
}

