/* Rob Berry's ACEL online conference website screen display stylesheet */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #2905A1;
}

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
UL {
	font-size: 12px; font-family: Trebuchet MS, sans-serif;
}
UL il {
	font-size: 12px; font-family: Trebuchet MS, sans-serif;
}

/* headings */
h1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 200%; 
	margin-bottom: 0px;
	color: #0066CC;
	}
h2 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px; 
	margin-bottom: -16px;
	color: #0066CC;
	}
h3 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px; 
	margin-bottom: -14px;
	color: #0066CC;
	}
h4 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 120%; 
	margin-bottom: -12px;
	color: #0066CC;
	}
h5 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%; 
	margin-bottom: -10px;
	color: #0066CC;
	}
h6 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px; 
	color: #0066CC;
	}				
	
/* navigation */	

a:link {
	color: #36c;
	text-decoration: none;
	}
a:hover {
	color: #39c;
	text-decoration: underline;
	}
a:visited {
	color: #36c;
	text-decoration: none;
	}
a:active {
	color: #36c;
	text-decoration: none;
}

/* graphic elements */
hr {  
	color: #0066CC;
}	

/* pull quote */
.pullquote 
{
	width: 145px;
	background: #CDDBEB;
	color: #0066CC;
	float: right;
	border: 1px solid #0066CC;
	line-height: 120%;
	padding: 5px;
	font-size: 120%;
	font-style: italic;
	text-align: right;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	clear: right;
}


