body {background-color: #9cf;
	font-family: times new roman, georgia, Verdana, arial;
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#container {background-image: url("testbkgrndtexture.jpg"); 
	width: 800px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 8px ridge gray;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	height: 100%;
}
	a:link {color: blue;}
	a:vlink {color: purple;}
	a:hover {color: red;}
	a:active {color: red;}

#banner h1 {text-align: center;
	font-size: 32pt;
	font-style: italic;
}
#banner	h2 {text-align: center;
	font-style: italic;
}
#navbar {font-size: 14pt;
	font-weight: bold;
	width: 100%;
}

#navlist {width: 100%;
}

#navlist th {width: 15%;
	border: 5px ridge gray;
	text-align: center;
	background-color: #9cf;
	cursor: pointer;
}
#navlist li a:link {color: blue;}
#navlist li a:vlink {color: purple;}
#navlist li a:hover {color: red;}
#navlist li a:active {color: red;}

#history-sub {visibility: hidden;
		position: absolute;
		left: 37%;
		top: 12%;
}

#history-sub.homepg {visibility: hidden;
		position: absolute;
		left: 37%;
		top: 35%;
}

#history-sub li {background-color: #9cf;
		font-size: 12pt;
		border: 2px solid black;
		padding: 3px;
		text-align: left;
		line-height: 150%;
		width: 185px;
		list-style: none;
}

#navlines h2 {text-align: left;}
#bodya h2 {text-align: center;}
#bodya	{text-align: justify;
	font-size: 12pt;
	width: 260px;
	padding-right: 40px;
	float: left;
}
#bodyb h2 {text-align: center;
	font-size: 26pt;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
img.centered	{display: block;
	margin-left: auto;
	margin-right: auto;
}
#bodyb p {font-weight: bold;
	text-align: justify;
}
#body1 h2 {text-align: left;
	font-size: 28pt
}
#footer1 {clear: right;}
#footer2 {
	font-size: 8pt;
	font-weight: lighter;
}
