/*
 * 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: 18px;
}
body.main {
	margin: 8px;
	text-align: center;
	background: url(webassets/cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
body.subpage {
	margin: auto;
	width: 75%;
	text-align: center;
	background: url(webassets/cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
ul {
	list-style-type: none;
	width: 100%;
	margin: auto;
	padding: 0;
	overflow: hidden;
	background-color: rgb(187, 183, 183);
}
li {
	float: left;
}
li a {
	display: block;
	color: white;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}
table {
	text-align: left;
	margin-left: 8%;
}
th, td {
	padding: 4px;
}
td {
	padding-bottom: 8px;
}
div.maintitle {
	font-size: 50px;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 25px;
	color: black; 
	text-align: center;
}
div.subtitleleft {
	font-size: 25px;
	color: black; 
	text-align: left;
	margin-left: 6%;
}
div.textleft {
	font-size: 18px;
	text-align: left;
	color: rgb(235, 119, 12);
	margin-left: 6%;
}
h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}
h2 {
    color: black;
    text-align: center;
    font-size: 20px;
}
p {
    text-align: left;
    font-weight: normal;
    font-size: 16;
}
.div {
	text-align: center;
}
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
div.e {
	height: 5px;
}
a:link {
	color: blue;
}
a:hover {
	font-size:120%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}