<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {	
	font-family: garmond, serif; 	
	background-color: white;
	color: black;  
	padding: 0px;
	margin-top: 10px;
	font-size:12pt;
	}

#container {	
	margin-left: auto;
	margin-right:auto;
	width: 1100px;
	padding: 0;
	background-color: white;
	}

#topbar {	
	color:white;
	padding:10px; 
	margin:0px;	
	height:73px;
	background-color:  white;
	text-align:center;
	border-color:#003366;
	border-width: 10px;
	border-style: solid;
	}


#bottombar {
	margin-top: 0px;
	padding: 0px;
	clear:both;
	text-align:center;
	height:20px;
	color:black;
	background-color: white;
	}

#center {
	float:right;	
	width:900px;
	padding: 20px;
	text-align:justify;	
	margin:0px;
	background-color: white;
	font-size:14pt;
	}

#leftbar  {
	float:right;
	width: 128px;
	padding: 10px;
	margin: 0px;	
	background-color: red;
	}

#rightbar {
	float:left;
	background-color:#003366;
	width: 140px;
	padding: 10px;
	margin-top: 5px;
	font-size:18pt;
	color:#FFCC33;
	text-align:center;
	}

ul.navbar  {
	list-style-type: none;
	top: 0;
	left: 0;
	padding: 0;
	margin:0;
	}

ul.navbar li {
	margin:0;
	padding:0;
	margin-bottom:.2em;
	font-size: 20pt;
	font-weight: bold;
	}

a.bar {
	text-decoration: none ;
	color: white ;
	}

a.bar:link {
	text-decoration: none ;
	color: white ;
	}

a.bar:visited {
	text-decoration: none ;
	color: white ;
	}

a.bar:hover {text-decoration:none;
color: #FFCC33;}


a:link {
	text-decoration: none ;
	color: #FF6600;
	}

a.std:link{
	text-decoration: none;
	color: white ;
	}

a.std:visited {
	text-decoration: none;
	color: #FF6600 ;
	}

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

a:hover {text-decoration:none;
color: #BA55D3;}</pre></body></html>