body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: white;
}

h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 2em;
	/* line-height: 28px; */
	font-weight: 900;
	color: #999999;
}

p
{
	line-height: 1.8em;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

#Content>p { margin: 0px; }

#Content>p+p
{
	/* text-indent:30px; */
	margin: 1em 0px 0px 0px;
}

a
{
	color: #CC0000;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link { color: #660000; }
a:visited { color: #660033; }
a:hover { text-decoration: underline; }

#Header
{
	padding: 5x 0px 0px 20px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	/* top and bottom borders: 1px; left and right borders: 0px */
	font-size: 2.5em;
	background-color: white;
	background-image: url(/images/bannerbkgrd.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-align: right;
}

#Header img { vertical-align: middle; }

#Content
{
	margin: 0px 50px 50px 200px;
	padding: 10px;
}

#Menu
{
	float: left;
	padding: 10px;
	width: 150px;
	background-color: #CCCCCC;
	line-height: 1.8em;
	border-color: #333333;
	border-width: 0 1px 1px 0px;
	border-style: none double double none;
}

#Menu ul
{
	list-style-type: none;
	list-style-position: default;
	padding: 0 0 0 1em;
	margin: 0 0 0 0;
}

div.record h3
{
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	max-width: 200px;
}


div.record li
{
	list-style-type: none;
	list-style-position: default;
}

div.record ul li
{
	margin: 0.5em;
	font-weight: bold;
}

div.record ul ul li
{
	margin: 0;
	font-weight: normal;
}


div.figureright
{
	float: right;
	/* width: 200px; */
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}

div.figureright p
{
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0px;
	text-indent: 0;
}

div.figureleft
{
	float: left;
	width: 200px;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}

div.figureleft p
{
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0px;
	text-indent: 0;
}

div.figure
{
	float: left;
	margin: 0.5em;
	padding: 0.5em;
}

div.figure p
{
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0px;
	text-indent: 0;
}
