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

body {
 margin:20px;
 background: #f4f6f5;
 text-align:center;
 padding:0;
 }
#outer {
 text-align:left;
 margin: auto;
 }
 #social {
 margin-left: 10px;
 }
#topbar {
 height:25px;
 background: #16387f url('l-side.gif') repeat-y;
 color: #bfdfc7;
 }
#hdr {
 height:155px;
 background: #16387c url('l-side.gif') repeat-y;
 color: #bfcfd7;
 border-right: solid 12px #16387c;
 }
#hdr .logo {
 text-align: center;
}
#bar {
 height:15px;
 background: #16387a url('l-side.gif') repeat-y;
 color: #fffbc4;
 font-size: 75%;
 text-align: center;
 border-bottom: solid 8px #ffffff;
}
#bodyblock {
 position:relative;
 color: #333333;
 padding:0;
 background: url('l-side-trans.gif') repeat-y;
}
#l-col {
 float: left;
 width:181px;
 margin-right: 10px;
}
#cont1 {
  background:url('cont-b.gif') repeat-x bottom;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 2.5em;
  color: #16387c;
	border-top: solid 2px #dee6e9;
  margin-left: 191px;
	margin-bottom: 0px;
	border-left: solid 8px #dee6e9;
	border-right: solid 8px #dee6e9;
}
#cont2 {
  text-align: justify;
  background:url('cont-b.gif') repeat-x bottom;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 2.5em;
  color: #16387c;
  margin-left: 191px;
	border-left: solid 8px #dee6e9;
	border-right: solid 8px #dee6e9;
}
#cont3 {
  text-align: justify;
  background:url('cont-b.gif') repeat-x bottom;
  padding-bottom: 2.5em;
  color: #16387c;
  margin-left: 191px;
	border-left: solid 8px #dee6e9;
	border-right: solid 8px #dee6e9;
}
#ftr {
 height:35px;
 background: #16387c url('l-side.gif') repeat-y;
 color: #ffcc00;
 margin:0;
 padding-top: .5em;
}
 
  /* Classes */
 
.clear {
 clear:both;
}
.floatRight {
 border:1px solid #dee6e9;
 padding:5px 5px 30px 5px;
 background:#eef3f6;
 float: right;
}
.gallery {
 border:1px solid #dee6e9;
 padding:5px 5px 30px 5px;
 background:#eef3f6;
}
div.navigator{
			font-size:smaller;
			padding:5px;
			text-align:center;
		}
		div.totalpagesdisplay{
			padding-top:15px;
			font-size:smaller;
			text-align:center;
			font-style:italic;
		}
		.navigator a, span.inactive{
			padding : 0px 5px 2px 5px;
			margin-left:0px;
			border-top:1px solid #999999;
			border-left:1px solid #999999;
			border-right:1px solid #000000;
			border-bottom:1px solid #000000;
		}
		.navigator a:link, .navigator a:visited,
		    .navigator a:hover,.navigator a:active{
			color: #16387a;
			background-color: #ffcc00;
			text-decoration: none;
		}
		span.inactive{
			background-color :#EEEEEE;
			font-style:italic;
		}
 /* Presentation Stylesheet */ 
h2 {
 text-align: center;
}
h3, p {
 margin:0;
 padding:15px;
 font-family: Times New Roman;
}
h4 {
 margin:0; 
 padding: 5px 0;
}
p:first-letter {
 font-family: Georgia;
 font-size: 120%; 
 font-weight: bold;
 color: #16387c;
}
a {
 color: black;
}
img {
 margin:8px 2px 2px 2px;
}
img {
 border: none; 
}

 /* Navigation link Styles */

#list-menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#list-menu li {
 border-bottom: 8px solid #fcfdfd;
}
#list-menu a:link, #list-menu a:visited {
 font-size: 90%;
 display: block;
 padding: 1em 0 1em 1.5em;
 border-left: 8px solid #bfcfd7;
 border-right: 1px solid #fcfdfd;
 background-color: #16387c;
 color: #ffcc00;
 text-decoration: none;
}
#list-menu li a:hover {
 color: #16387c;
 background-color: #afbcc6;
}
#list-menu a:active {
 color: #16387c;
 background-color: #eef3f6;
}</pre></body></html>