



h1.title {
	font-size: 240%;
	color: #fff;
	margin: 0;
	}



#pageheader {
	display: block;
	width: 800px;

	background-color: #fff;
	height: 210px;

	position: relative;
	
	top: 0;	cclear: both;
	text-align: right;

	margin: 0px auto 0px auto;
	padding: 0px;

	padding-top: 0px;

	top: 0;
	
}



table.conf {width: 100%;}


table.conf td {
	border-bottom: 1px solid #ccc;
}


table.conf th {border: 0; border-bottom: 1px solid #ccc;}


table.conf tr {vertical-align: top;}

table.conf tr.highlight td {background-color: aliceblue;}

table.conf tr.highlight th {background-color: #fff;}




/* Vertical Navigation for Annual Conference pages */

	

#conference_nav, #conference_nav ul { /* all lists */
	
	padding: 0 0 .25em 0;
	
	margin: 0;
	
	list-style: none;
	
	float : left;
	
	width : 13em;
	
	font-family: helvetica, arial, sans-serif;
}


#conference_nav li { /* all list items */

	position : relative;
		
	float : left;
		
	line-height : 1.35em;
		
	margin-bottom : -1px;
		
	width: 12em;
		
	padding: 0 2px 0 0;
	
}



#conference_nav li.this { /* active list item */

	text-transform: uppercase;
	
	color: #000;
	
	font-weight: bold;
	
	border: 2px solid #fff;
	
}


#conference_nav li ul { /* second-level lists */
	
	position : absolute;
	
	left: -999em;
	
	margin-left : 12.5em;
	
	margin-top : -3.5em;
	
	padding: 0 0 .5em .5em;
		
	border: 1px solid #fff;
		
	text-align: left;
	
}
	
	

#conference_nav li ul ul 
{ /* third-and-above-level lists */
		left: -999em;
	}
	
	

#conference_nav li a {
	width: 13em;
	
	w\idth : 12em;
	
	display : block;
	
	color : #333;
	
	font-weight : normal;
	
	text-transform: uppercase;
	
	text-decoration : none;
	
	background-color: transparent;
	/*padding : 10px 2px 10px 0;
*/
	padding : 0 2px 0 0;

	border: 2px solid #e9ecd9;
	
}
	



#conference_nav li a:hover {

	color : black;
	
	background-color : #fff;
	
	padding : 0 2px 0 0;
		border: 2px solid #fff;
	
}

	

#conference_nav li a:visited {
	width: 13em;
	
	w\idth: 12em;
	
	display: block;
	
	color: #333;
	
	font-weight: normal;
	
	text-transform: uppercase;
	
	text-decoration: none;
	
	background-color: transparent;
	padding: 0 2px 0 0;

	border: 2px solid #e9ecd9;
	
}
	



#conference_nav li a:active {
	width: 13em;
	
	w\idth: 12em;
	
	display: block;
	
	color: #333;
	
	font-weight: normal;
	
	text-transform: uppercase;
	
	text-decoration: none;
	
	background-color: transparent;
	padding: 0 2px 0 0;

	border: 2px solid #e9ecd9;
	
}




#conference_nav li ul li a:hover {
		color : black;
		background-color : #fff;
		border: 2px solid #fff;
	}
	
	#conference_nav li:hover ul ul, #conference_nav li:hover ul ul ul, #conference_nav li.sfhover ul ul, #conference_nav li.sfhover ul ul ul {
		left: -999em;
	}

	#conference_nav li:hover ul, #conference_nav li li:hover ul, #conference_nav li li li:hover ul, #conference_nav li.sfhover ul, #conference_nav li li.sfhover ul, #conference_nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	#leftcolumn {
		margin: 20px 0 0 50px; padding-right: 0; width: 146px;
	}
	
	#content {
		margin-left : 12em;
	}
