/*
 * 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: 90%;
    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.0rem;
	color: red; 
}
div.subtitle {	
	text-align: center;
	margin-left: auto;	
	margin-right: auto;	
	font-size: 1.4rem;
	color: rgb(0, 0, 0); 
}
div.subtitle2 {	
	text-align: center;
	margin-left: auto;	
	margin-right: auto;	
	font-size: 1.4rem;
	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 {
	text-align: left;
}
td {
	font-size: 1.0rem;
	padding: 10px;
  }
div.list {
	text-align: left;
	margin-left: 6%;	
}
div.center {
  max-width: 60%;
  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: 7px;
}
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;
}
  /* Create two equal columns that floats next to each other */
  .column1 {
	float: right;
	width: 40%;
	padding: 10px;
  }
  .column2 {
	float: right;
	width: 40%;
	padding: 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }