<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RPS CSS styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-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" &amp; "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;
	}
sup {
	text-decoration: none;
}


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

p, td, li, blockquote, a, address {
	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: 1px;
	border-style: none solid solid solid;
	border-color: grey;
	}

#leftnav {
	float: left;
	width: 176px;
	background-color: #00529c;
	}

#content {
	min-width: 500px;
	margin-left: 210px;
	border: 1px none gray;
	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 {
	width: 175px;
	float: left;
	padding-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/css_navcontainer.gif);
	background-repeat: no-repeat;
	background-position: 0px 320px;
	height: 720px;
	margin: 35px auto 0 auto;
	border-width: thin;
	border-style: none;
	border-color: #999999;
	background-color: #00529c;
	}

ul#navlist {
	padding: 0;
	margin: 0 auto;
	}

ul#navlist li {
	display: block;
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	border-width: 1px 0 1px 0;
	border-style: inset none inset inset;
	border-color: #025FAC;
	width: 100%;
	}

ul#navlist li a {
	font-size: 12px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px outset #999999;
	padding: 0.5em 0 0.5em 1em;
	}

#navcontainer&gt;ul#navlist li a { width: auto; }

ul#navlist li a:hover  {
	color: #BBFFFF;
	text-decoration: underline;
	}
	
.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 {
	border: 1px solid #999999;
	width: 97%;
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	top: 0%;
	overflow: visible;
	height: 80px;
	}
	
.quotes {
	left: 20px;
	}

.floatleftimg {
	float: left;
	font-size: 11px;
	text-align: justify;
	border: 1px none #999;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-right: 10px;
	line-height: 15px;
}
.floatrightimg {
	float: right;
	font-size: 11px;
	text-align: justify;
	border: 1px none #999;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 10px;
	line-height: 17px;
}
/*supercript code */
.spaced { line-height: 1.4em; } 
.spaced SUB, .spaced SUP { line-height: 0; }
</pre></body></html>