body
{
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: black;
}
a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:hover
{
	color: dimgray;
	background-color: white;
}
a.noback:hover
{
	background-color: transparent;
}
img
{
	border-right: silver thin groove;
	border-top: silver thin groove;
	margin: 10px;
	border-left: silver thin groove;
	border-bottom: silver thin groove;
}
acronym
{
	font-style: italic;
	border-bottom: dotted 1px;
	cursor: help;
}
img.mainPic
{
	margin: 0; /*1px 0px 3px 10px; */
}
img.viewPic
{
	margin: 0px 0px 3px 0px;
}
p.copyright
{
	font-size: xx-small;
	margin: 0px 0px 0px 10px;
}
#viewer p
{
	text-align: center;
}
#container
{
	position: relative;
	margin: 10px auto;
	width: 750px;
}
#pageHeader
{
	border-right: silver thin solid;
	padding-right: 3px;
	border-top: silver thin solid;
	padding-bottom: 3px;
	border-left: silver thin solid;
	padding-top: 3px;
	border-bottom: silver thin solid;
	letter-spacing: 0.1em;
	background-color: dimgray;
	text-align: right;
}
#pageHeader em
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.3em;
}
#menu
{
	border-right: silver thin solid;
	border-top: silver thin solid;
	margin: 10px 0px 0px 0px;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	background-color: dimgray;
}
#menu A
{
	font-weight: bold;
	font-size: smaller;
}
#menu A.selected
{
	color: darkgray;
}
#menu A:hover
{
	text-decoration: none;
	color: dimgray;
	background-color: white;
}
#menu table
{
	width: 97%;
}
#menu td
{
	text-align: center;
	padding: 0px;
}
#content
{
	position: relative;
	margin-top: 10px;
}
#leftPanel
{
	position: absolute;
	top: 0;
	display: none;
}
#rightPanel
{
	position: relative;
	/* float: right; */
	
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	background-color: dimgray;
	padding: 10px;
	display: none;
}
#pageFooter
{
	position: relative;
	border-right: silver thin solid;
	padding-right: 3px;
	border-top: silver thin solid;
	margin-top: 10px;
	font-size: 80%;
	padding-bottom: 3px;
	border-left: silver thin solid;
	padding-top: 3px;
	border-bottom: silver thin solid;
	letter-spacing: 0.1em;
	background-color: dimgray;
	text-align: center;
}
