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

body {
	background-color:#cccccc;
	background-image:url("../images/gray.gif");
	padding: 0px;
	margin: 10px;
}

#BUC {display:none;}

#outerContainer {
	width:100%;
	margin: 0px auto 0px auto;
	text-align:left;
	border: none; 
	padding: 0px;
}

#bannerPanel {}
#logo {}
#slogan { padding-bottom:.5em;; font-size:250%; text-align:center; font-weight:bold;}

#innerContainer {
	display: block;
	width: 100%;
	float:left;
	border-top:thin solid #d3d3d3;
	border-bottom:thin solid #d3d3d3;
}
#navPanel {
	float:left;
	width:150px;
	margin:0px;
	margin-right:10px;
	border:none;
	border-right:thin solid #d3d3d3;
	border-bottom: thin solid #d3d3d3;
	padding:0px;
}

#navPanel ul { 
	margin: 10px;
	padding: 0px;
	border: 0px; 
}

#navPanel li { list-style:none; margin:0px;}

#navPanel a{
	line-height:20pt;
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

a { color:#339999; text-decoration:none; }
a:visited { color:#006666; }

#footerPanel {
	margin:auto;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
#footerLeft 	{ width:30%; text-align:left; float:left;}
#footerCenter	{ width:40%; text-align:center;float:left;}
#footerRight	{ width:30%; text-align:right;float:right;}

#author { color: #000000; text-decoration: none;}

.center { text-align: center; }</pre></body></html>