body {
	background-color: silver;
	padding: 0px 5px;
	margin: 0px;
}
h1 { 
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 14pt;
	border-bottom: 1px solid black;
}
h2 {
	margin: 0.5em 0em;
	padding: 0px;
	font-size: 14pt;
	font-style: italic;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}
ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
p {
	margin-bottom: 0.5em;
	margin-top: 0em;
}
img {
	border: 2px solid black;
}
img.embed {
	border: none;	
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000cc;
}
a:hover {
	color: #ff0000;
}
.imgcap {
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
}
pre {
	font-size: 10pt;
	padding: 10px;
	color: green;
	background-color: silver;
}
table {
	margin-bottom: 0.5em;	
}
table td {
	padding: 0px 5px;
}
table.fancy {
	border: 3px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.fancy td {
	border: 1px solid black;
	border-spacing: 0px;
	margin: 0px;
	vertical-align: top;
}
table.fancy th {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-spacing: 0px;
	margin: 0px;
}
table.fancy table td {
	border: none;
}


table.bodyalign {
	position: relative;
	background-image: url("marble.jpg");
	width: 990px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: none;
	border-bottom: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#header {
	position: relative;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding:s 0px;
	margin: 10px 10px 0px;
	overflow: hidden;
	height: 76px;
}
img#mainicon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 66px;
	height: 66px;
	border: none;
}
h1#maintitle {
	position: absolute;
	left: 86px;
	top: 15px;
	border: none;
	font-size: 24pt;
}
h2#title2 {
	display: block;
	position: absolute;
	left: 86px;
	top: 56px;
	font-size: 12pt;
	overflow: hidden;
	height: 20px;
	width: 860px;
	margin: 0px;
	border-top: 1px solid black;
}

div#body {
	position: relative;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px 0px;
	margin: 0px 10px;
	font-size: 12pt;
}
div#navcol {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 10px;
	left: 10px;
	width: 180px;
}
div#maincol {
	position: relative;
	margin: 0% 200px;
	padding: 0px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
div#linkcol {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 10px;
/*	right: 10px;*/
	left: 766px;
	width: 180px;
}

div#footer {
	position: relative;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	margin: 0px 10px 10px;
	text-align: center;
	font-size: 8pt;
}

table.thumbnails td {
	text-align: center;
}
