/* RPS print CSS styles */

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	color:#000;
	text-align:left;
	}
	
h1 {
	font-size: 16pt;
	font-weight: bold;
	padding: 1em 0 1em 0;
	}

h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 1em
	}

/* h3 = author, below h1 in "Editorial Introduction" & "Historical Introcutction"*/
h3 {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	}

h4 {
	font-weight: bold;
	font-size: 10pt;
	margin: 0 0 0.5em 0;
	}

/* h5 = glossary terms*/
h5 {
	font-size: 9pt;
	font-weight: bold;
	margin-top: -1em;
	margin-bottom: -1em;
	}
	
/* h6 = "footnotes" subheading */
h6 {
	font-weight: bold;
	font-size: 9pt;
	}
	
p {
	padding-bottom: 1em;
	}
	
a {
	color: #000066;
	text-decoration: underline;
	}

a:hover {
	color: #0033FF;
	text-decoration: underline;
	}

p, td, li, blockquote, a {
	font-size: 10pt;
	}
	
td {
	padding: 10px;
	vertical-align: top;
	}
	
hr {
	margin-bottom: 2em;
	}
	
table {
	margin-bottom: 1em;
	}

.no-list {
	list-style: none;
	}
		
.caption {
	font-size: 10px;
	margin-bottom: -1em;
	}
	
.skipnav {
	display: none;
	}
a.nonav {
	background-image: none;
	}
	
#container {
	margin: 0px auto;
	color: #333;
	line-height: 130%;
	border-width: 0;
	}


#leftnav {
	display: none;
	}

#content {
	min-width: 500px;
	margin-left: 0;
	border: 0;
	background-image: url(../images/css_content.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding: 15px 1em 10px 10px;
	min-height: 750px;
	}
	
#footer {
	clear: both;
	padding: 2px;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	}

#footer p {
	font-size: 10px;
	margin: 2px;
	text-align: center;
	}

#leftnav p { margin: 0 0 1em 0; }

#navcontainer {
	display: none;
	}

ul#navlist {
	display: none
	}

ul#navlist li {
	display: none;
	}

ul#navlist li a {
	display: none;
	}

ul#navlist li a:hover  {
	display: none;
	}
	
.floatleft {
	float: left;
	margin: 2px 5px 2px 5px;
	font-size: 11px;
	text-align: justify;
	border: 1px solid #999;
	}

div.floatleft img {
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #999 #666666 #666666;
	margin: 2px;
	padding: 1px;
	}
	
.floatright {
	float: right;
	width: 445px;
	background-color: #DDDDDD;
	padding: 4px;
	margin: 0 0 2px 5px;
	text-align: justify;
	border: 1px solid #999;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	}
	
.topimage {
	display: none;
	}
	
.quotes {
	left: 20px;
	}

