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

body {font-family:Georgia, Times New Roman, Times, serif; font-size:1em; background:#ffffff; margin:0; padding:0; color:#999999; overflow-y:scroll; text-align:center;}

ul, ol, dl {padding:0; margin:0;}

h1, h2, h3, h4, h5, h6, p {text-align:justify; margin:0em; margin:0em; font-weight:normal;}

h1 {text-align:center; font-size:2em; font-weight:bold;}

h2 {text-align:center; font-size:1.5em; font-weight:bold;}

h3 {text-align:justify; font-size:1.25em; font-weight:bold; text-transform:lowercase;}

p {margin:0 0 .25em 0;}

p.attribution {text-align:right; margin:0 2em .25em 2em;}

p.centered {text-align:center;}

blockquote {margin:.5em 2em 0 2em; padding:0 0 0 0.5em; text-align:left; border-left:2px solid #999999;}

h6 {font-size: 1em; text-align: right; margin: 0em 2.5em 1em 0em; font-weight: bold;}

a img {
	border: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
}

ul {text-align:justify;}

.alignleft {float:left; margin:2px 4px 2px 0px;}

.aligncenter {display:block; margin:2px auto 2px auto;}

.alignright {float:right; margin:2px 0px 2px 4px;}

.captionbox {text-align:center; font-size:0.8em;}

.captionbox-right {float:right; text-align:center; margin:4px; font-size:0.8em;}

.container {width:800px; margin:4px auto 4px auto;}

.content {padding:0px 0px 0px 0px; text-align:center;}

.header {text-align:left; padding:0px 0px 0px 0px;}

.leftColumn {width:400px; float:left;}

.navbar {text-align:left; padding:2px 4px 2px 4px; margin:0 0 1em 0;}

.subsection {clear:both; margin:0 0 1em 0;}

.thumbnails img {text-align:center; padding:0px 2px 4px 2px;}

.thumbnails p {text-align:center;}

#rtColumn {
	width: 400px;
	float: right;
	text-align: justify;
}

.caption {
	text-align: center;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.sectionHeaders {
	padding: 0px 0px 4px 0px; /* put space at bottom of black section headers */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a &lt;br /&gt; or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
</pre></body></html>