body {
	font-size: small;
	font-family: "DejaVu Sans", Arial, sans-serif;
}

#page {
	width: 800px;
	margin-left: 0;
	margin-right: auto;
}

#homePageLogo {
	width: 480px;
	padding-top: 10px;
	padding-bottom: 400px;
}

#header {
	background: maroon;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 180px;
	padding-top: 10px;
	padding-left: 20px;
	z-index: 98;
}

#toc {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 200px;
	z-index: 99;
}

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 480px;
	padding: 0px;
	padding-left: 20px;
	border-left: 200px solid maroon;
}

#footer {
	border-top: thin solid silver;
}

h1 {
	font-size: 200%;
	margin-top: 10px;
}

h2 {
	font-size: 150%;
	padding-top: 1em
}

h3 {
	font-size: 125%;
	padding-top: 1em
}

a.toc:link {
	color: white;
	text-decoration: none;
}


a.toc:visited {
	color: silver;
	text-decoration: none;
}

div#toc > ul > li > a:hover {
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

a.toc-current {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div#header > p {
	margin-left: 0px;
	vertical-align: top;
	padding-top: 5px;
}

div.photo {
	width: 400px;
	margin-top: 30px;
}

img.screenshot 
{
	padding-bottom: 5px;
}

a.selLi:link {
	color: blue;
	text-decoration: none;
}


a.selLi:visited {
	color: green;
	text-decoration: none;
}

div#selLi > ul > li > a:hover {
	font-weight: bold;
	color: silver;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 15px;
}

li.selLi {
	margin-top: 5px;
	margin-bottom: 5px;
}

p.screenshot {
	padding-top: 5px;
	padding-bottom: 15px;
}

p.caption {
	width: 400px;
	margin-top: 5px;
}

p.bigCitation {
	margin-top: 40px;
	padding-top: 10px;
	font-family: "Nimbus Roman No9 L", "Times New Roman", serif;
	font-style: italic;
	font-size: 150%;
	text-align: left;
	border-top: thin solid silver;
}

p.bigCitationSrc {
	margin-top: 10px;
	padding-bottom: 10px;
	font-family: "Nimbus Roman No9 L", "Times New Roman", serif;
	font-style: italic;
	font-size: 100%;
	text-align: right;
	border-bottom: thin solid silver;
}

p.newsitem {
	margin-top: 40px;
	font-family: "Nimbus Roman No9 L", "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	text-align: center;
}
