/*
 * Combined style sheet for the index pages and the slide pages, with classes that are common to both styles
 */

html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
}
body {
	margin: auto;
	width: 70%;
    text-align: center;
	font-size: 20px;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
div.maintitle {	
	text-align: center;
	margin-left: auto;	
	margin-right: auto;	
	font-size: 2.5em;
	color: red; 
}
div.subtitle {	
	text-align: left;
	margin-left: 2%;	
	font-size: 1.5em;
	color: rgb(0, 0, 0); 
}
div.subtitle2 {	
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	font-size: 1.4em;
	color: rgb(0, 0, 0); 
}
div.quote {
	font-size: 1.0rem;
	text-align: left;
	color: rgb(122, 22, 22);
	margin-left: 2%;	
	margin-right: 2%;	
}
table {
	margin: auto;
    text-align: center;
}
td {
	text-align: center;
	margin: auto;
	font-size: 1.0em;
	padding: 10px;
  }
th {
	text-align: center;
	margin: auto;
	font-size: 1.0em;
	font-weight: bold;
}
div.list {
	text-align: left;
	margin-left: 6%;	
}
div.center {
	text-align: center;
	margin-left: auto;	
	margin-right: auto;	
}
img {
	margin-left: auto;	
	margin-right: auto;	
}
p {
    text-align: left;
	margin-left: 2%;
    font-weight: normal;
    font-size: 16;
}
ol {
	margin-left: 4%;
}
li.spkr {
	padding-bottom: 10px;
    list-style-image: url("spkr.png");
}
li.vid {
	padding-bottom: 10px;
    list-style-image: url("vid.png");
}
li.pdf {
	padding-bottom: 10px;
    list-style-image: url("pdf.png");
}
li.link {
	padding-bottom: 10px;
    list-style-image: url("link.png");
}
li {
	padding-bottom: 10px;
}
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
div.e {
	height: 5px;
}
a.pics:hover {
	font-size:125%;
}
a:link {
	font-size:110%;
	color: blue;
}
a:hover {
	font-size:120%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}
