
/* Body  */

body {
	background-color: azure ;
	padding : 0 ;
	margin : 0 ;
	line-height : 120%; 
}

header {
	background-color: lightsteelblue ;
	text-align : center ;
	margin : 0px ;
	padding : 0px ;
	overflow : auto ;
	vertical-align : baseline ; 
}

h1.title {
#	font-family: zapfino;
	font-size: 2.75em;
	font-style: bold;
	line-height : 130% ;
}

h2.title {
	font-variant : italic ;
	color : black ;
	line-height : 100% ;
}

h2.normal {
	font-variant : small-caps;
	color : darkblue ;
}

span {
	font-size : 130%;
}

a:link {
	color: mediumblue;
    	text-decoration: none;
}

a:visited {
    	color: mediumblue;
	text-decoration: none;
}

a.banner:link {
	color: azure ;
    	text-decoration: none;
}

a.banner:visited {
    	color: azure ;
	text-decoration: none;
}


table {
	text-align: center; 
	margin : 0px ;
	border : none ;
	border-spacing : 0px ;
	padding : 0px ;
	overflow : auto ;
}

table.sponsors tr {
	text-align: center;
	padding : 0px ;
	margin : 0px ;
	border : none ;
	border-spacing : 0px ;
	overflow : auto ;
}

table.sponsors td {
	text-align: left ;
	padding : 0px ;
	margin : 0px ;
	border : none ;
	border-spacing : 0px ;
	overflow : auto ;
}



table.banner {
	background-color : steelblue ;
	width : 100% ;
}

td.banner {
	text-align: center;
	padding : 3px ;
	width : 100px ;
}

td.banner:hover {
	text-align: center;
	background-color: dimgray ;	
	padding : 3px ;
	width : 100px ;
}

div.sticky {
	position : -webkit-sticky ; 	
	position : sticky ; 
	top : 0;
}

div.normal {
	margin-left : 20px;
	margin-right : 20px;
}

table.schedule th {
	background: #4682B4;
	color: #F0FFFF;
}

table.schedule td {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #4682B4 solid;
}

dt {
	padding-bottom: 10px;
}
