<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	width:760px;
	text-align: left;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding: 0px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000080;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#iip {
	width: 100%;
	font-size: 12px;
	padding: 10px;
}

#left {
	float: left;
	width: 170px;
	display: inline;
}

#left_nav {
	background-color: #9B271B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 170px;
	font-weight: bold;
}

#left_nav a {
	color: #FFFFFF;
	text-decoration: underline;
}

#left_nav a:active {
	text-decoration: none;
}

#left_nav a:hover {
	text-decoration: underline;

}


#left_nav p {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #9B271B;
}

#left_nav ul {
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left_nav ul li {
	color: #FFFFFF;
	list-style-type:none;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#authors {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	width: 170px;
	background-color: #ffffff;
	font-size: 11px;
}

#maincontent {
	width: 575px;
	font-size: 13px;
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#nextpage {
	text-align: right;
	padding: 11px;
	font-weight: bold;
	font-size: 14px;
}

#nextpage a {
	color: #9B271B;
}

#maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

#maincontent h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#maincontent h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;

	margin-left: 0px;
}

.pic_table
{
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.pic_table, .pic_table a {
	color: #333333;
	font-size: 12px;
	background-color:#F9FBE5;
}

.pic_table p img {
	border: 1px solid #ebe7e4;
}

.pictcaption {
	padding: 2px;
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	color: #505050;
	font-weight: normal;
	clear: both;
}

.dropcap {font-family : georgia, times, serif; 
	font-size :300%;
	font-weight: bold;
	color : #9B271B; 
	float : left;
 }
.aboutauthor
 {
	padding: 5px;
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	color: #505050;
	font-weight: normal;
	clear: both;
	background-color: #F9FBE5;
	margin-top: 10px;
	margin-bottom: 5px;
}

.subhead {
	font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height : normal;
}
	
.note {
	color: #505050;
	line-height : 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*

BODY {color: #000000; background-COLOR: #ffffff } 


	
	
P  {
	font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color : #000000; 
	line-height : normal;
	margin-left : 8px;
	margin-right: 6px;
	text-align : left;
}


H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : normal;
	font-weight : bold;
	color : #888888;
	line-height : normal;
	margin-left : 8px;
	letter-spacing : 6px;
	text-align : left;
}

H2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
	color : #9B271B;
	line-height : 15px; 
	margin-left: 6px;
	letter-spacing : 3px;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	color : #9B271B;
	line-height : normal; 
	text-align : center;
	margin-left : 8px;
	margin-right: 8px;
}


LI.list {list-style-type: square; 
	font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height : normal;}
	
UL  {
	font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height : normal;}
	
BLOCKQUOTE {
	font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	line-height : normal;
}
*/
</pre></body></html>