/* Rob Berry's ACEL online conference website screen display stylesheet */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	/*	font-size: 12px; */
	color: #000000;
	background: #2905A1;
	line-height: 140%;
}

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	/*	font-size: 12px; */
	color: #000000;
	line-height: 140%;
}
UL {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 140%;
}
UL il {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

/* headings */
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 180%;
	color: #0066CC;
/* 	Do not change line below for h1 as this creates a problem for display of author details
	margin-bottom: -12px; */
	line-height: 1em;
	}
h2 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 150%; 
	color: #0066CC;
  	margin-bottom: -10px;
	line-height: 1em;	
	}
h3 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%; 
  	margin-bottom: -10px;
	color: #0066CC;
	line-height: 1em;	
	}
h4 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 120%; 
	color: #0066CC;
  	margin-bottom: -10px;
	line-height: 1em;
	}
h5 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%; 
	color: #0066CC;
  	margin-bottom: -10px;
	line-height: 1em;	
	}
h6 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%; 
	color: #0066CC;
  	margin-bottom: -10px;
	line-height: 1em;	
	}				
	
/* 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 */
.pullQuoteRight 
{
	width: 180px;
	background: #CDDBEB;
	color: #0066CC;
	float: right;
	border: 1px solid #0066CC;
	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;
	line-height: 140%;
}

/* Abstract */
.abstract
{
	width: 500px;
	background: #CDDBEB;
	color: #0066CC;
	float: left;
	border: 0px;
	line-height: 140%;
	padding: 5px;
	font-size: 100%;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	clear: right;
}


.boxImageRight {
	width: 250px;
	background: #CDDBEB;
	color: #0066CC;
	float: right;
	border: 1px solid #0066CC;
	line-height: normal;
	padding: 5px;
	font-size: 90%;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	clear: right;
}
.pullQuoteLeft {
	width: 180px;
	background: #CDDBEB;
	color: #0066CC;
	float: left;
	border: 1px solid #0066CC;
	line-height: 140%;
	padding: 5px;
	font-size: 120%;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	clear: left;
}
.firstletter_2 {
	float: left;
	font-size: 3em;
	color: #0066CC;
	line-height: .8em;
	font-weight: bold;
	margin-right: 0.1em;
	}
.firstletter_3 {
	float: left;
	font-size: 4em;
	color: #0066CC;
	line-height: .8em;
	font-weight: bold;
	margin-right: 0.1em;
	}
