/* CSS */
/* $Id: print.css 13 2004-08-29 21:33:12Z jfa $ */
/* For htdig */

body {
	background: transparent;
	font-size: 12pt;
	font-family: "Times New Roman",Times,serif;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Times New Roman",Times,serif;
	font-size: 16pt;
}

h1 {
	padding-top: 16pt;
}

cite.author {
	margin-top: -12pt;
	float:  right;
	padding-right: 32pt;
}

a {
	color: #000000;
	text-decoration: none;
}

a:after, a:link:after, a:visited:after {
	color: #000000;
	content: " [ " attr(href) " ] ";
	text-decoration: none;
}

div#navbar {
	display: none;
}

div#header {
	border-bottom: 1pt solid #000000;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 12pt;
}

div#header p {
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
}

div#header a:after, div#header a:link:after, div#header a:visited:after, div.search dl a:after, div.search dl a:link:after, div.search dl a:visited:after {
	content: "";
}

div#content {
	padding-top: 12pt;
	padding-bottom: 12pt;
}

div#content form {
	display: none;
}

div#content #bemform:before, div#content #results:before {
	content: "[ The on-line form that normally is displayed here is not available in the print version of the page. It may have been substituted with a print friendly version if applicable. ]";
	display: block;
}
div.search #searchbox {
	display:  none;
}

div#footer {
	clear:  both;
	border-top: 1pt solid #000000;
	text-align: center;
	font-size: 10pt;
}

p#results {
	clear: both;
}


div#content p img {
	float: right;
	padding: 12pt;
}

div#content p img#img_map {
	padding-left:  0;
	padding-right: 0;
}
