﻿



a:link {
	text-decoration:none;
	color:#104;
 }
a:visited {
	text-decoration:none;
	color:#104;
}
a:hover {
	text-decoration:none;
	color: #909;
 }
a:active { } 


.dark {
	background:blue;
}

body {
	margin: 0px;
	color:#104;
	letter-spacing:1px;
	font-family:'times new roman',serif;
}


body.nav {
	font-family:baskerville,perpetua,serif;
	margin-top: 0px;
	margin-left: 0px;
	/*background-color: #eff7ff;*/
	background-color: #eaf1ff;
}

div.logo {
	/*font-weight:bold;*/
	font-family:baskerville,perpetua,serif;
	text-align:center;
	color:#bcc5dd;
}

.strong {
	font-weight: bold;
}

.listitem {
	font-family:baskerville,perpetua,serif;
	font-size:100%;
	padding-bottom:2px;
}

.center {
	padding-top:1em;
	padding-bottom:1.5em;
	margin-left:0px;
	text-align:center;
}

.heading {
	font-family:baskerville,perpetua,serif;
	font-size:120%;
	font-weight:normal;
	color:#108;
	letter-spacing:7px;
	padding-bottom:1.5em;
	text-align:center;
}

.navtitle {
	font-size: 110%;
	font-weight:bold;
	text-align:center;
}

hr.short {
	text-align:center;
	width:90%;
	height:0px;
}

html {
	background-color: #ddd;
}

p.main {
	text-align: justify;
	max-width:40em;
}

span.link {

}
td.leftmargin {
	background-color: #ddd;
	padding-top:1em;
	height: 1000px;
	vertical-align: top;
	border-right:solid 1px #206;
	padding-left: 1em;
	padding-right: 1em;
}
td.rightmargin {
	background-color: #ddd;
	padding-top:1em;
	height: 1000px;
	vertical-align: top;
	border-left:solid 1px #206;
	padding-left: 1em;
	padding-right: 1em;
}
td.main {
	background-color: white;
	padding-top:1em;
	margin-left: 0em;
	padding-left: 2em;
	padding-right: 2em;
	vertical-align: top;
}
th.banner {
	background-color: #ddd;
	width: 1500px;
	padding-bottom: 1em;
	padding-top: 1em;
	vertical-align: top;
	text-align:center;
	min-height:8em;
	border-bottom:solid 4px #206;
	font-size:150%;
}

