<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
 	{ 
	background-image: url('top-graphic.jpg');
	background-color: #40668a;
	background-repeat: repeat-x;
        background-position: top;
    	color: #ffffff; 
	margin-top: 50px;
	margin-left: 50px;
    	margin-right: 50px;
	margin-bottom: 50px; 
	} 

p 	
	{
	font-family: serif;
	text-align: justify; 
	color: #000000;
   	}
	
li
	{
	margin-top: 20px;
	}
	
hr
	{
	margin-top: 40px;
	}
	
.center 	
	{
	font-family: serif;
	text-align: center;
   	}
	
.right
        {
	text-align: right;
	}

.b
	{
	font-family: serif;
	font-weight: 700;
	}
	
.i
	{
	font-family: serif;
	font-style: italic;
	}
	
.u
	{
	text-decoration:underline
	}
	
.desc   {
        font-size: 50%;
	font-weight: bold;
	color: #a97e64;
        }
	
.small
	{
	font-size: xx-small;
	}
	
.white
	{
	color: #000000;
	}	
	
h1	{
	font-family: Arial Black;
	font-size: 250%;
	font-weight: normal;
	color: #ffffff;	
	}

h2	{ 
	font-family: serif;
	font-style: italic;
	text-align: left;
	color: #ffffff;			
	}

h3	{ 
	font-family: serif;
	text-align: left;
	font-style: italic;
	font-weight: 700;
	margin-top: 40px;
	color: #000000;	
	}

h4	{
	font-family: serif; 
	color: #000000;		
	}
	
h5	{ 
	font-family: serif;
	text-align: right;	
	color: #000000;
	}

a:link
	{ 
	text-decoration: none;
	font-weight: bold;
	color: #98ba41;
	} 

a:visited
	{ 
	text-decoration: none;
	font-weight: bold;
	color: #98ba41;
	} 
	
a:hover
	{ 
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	
	} 

a:active 
	{ 
	color: #ff0000; 
	font-weight: bold;
	text-decoration: none;
	}
	
.boldtable
	{ 
	font-size: 18pt; 
	color: black; 
	}
	
table.t1 
	{
    	border-collapse: collapse;
  	}	

thead, tfoot
	{
	font-family: sans-serif;
    	background: #34490c;	
    	text-align: left;
	vertical-align: top;
    	font-size: 15px;
    	color: #fff;
  	}
	
tbody 	
	{
	text-align: left; 
	vertical-align: top;
	color: #000000;
   	}

.t1 td, th 	
	{
	padding-right: 10px;
    	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
  	}
	

	
/* =============== navigation =============== */

#nav {
	margin-top: 0px;
	width: 580px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #98ba41; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#98ba41', endColorstr='#98ba41'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#98ba41), to(#40663d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #98ba41,  #20364b); /* for firefox 3.6+ */

	border: solid 2px #98ba41;
}
	
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover &gt; a {
	background: #81c8f9; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#20364b', endColorstr='#98ba41'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#20364b), to(#98ba41)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #20364b,  #98ba41); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #badbf8 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#badbf8', endColorstr='#badbf8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#badbf8), to(#badbf8)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #badbf8,  #0084f8) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #badbf8; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#badbf8', endColorstr='#badbf8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#badbf8), to(#fadbf8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #badbf8,  #badbf8); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover &gt; ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-family: sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child &gt; a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child &gt; a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/* =============== layout =============== */
	

#container 
	{
	text-align: left;
	margin: 0 auto;
	width: 600px;
	position: relative;
	}
	
#header
	{
 	margin-bottom: 5px;
	}
	

#main
	{
	margin-left: 0px;
	margin-right: 0px;
	width: 460px;
	display: inline;
	}

/* =============== accordion buttons =============== */	


button.accordion 
	{
    	background-color: #eee;
    	color: #444;
    	cursor: pointer;
    	padding: 18px;
    	width: 100%;
    	text-align: left;
    	border: none;
    	outline: none;
    	transition: 0.4s;
	}
	
button.accordion.active, button.accordion:hover 
	{
    	background-color: #ddd;
 	}
	
div.panel 
	{
    	padding: 0 18px;
    	background-color: white;
    	display: none;
	}
	
div.panel.show 
	{
    	display: block !important;
	}
	
button.accordion:after 
	{
    	content: '\02795'; /* Unicode character for "plus" sign (+) */
    	font-size: 13px;
    	color: #777;
    	float: right;
    	margin-left: 5px;
	}

button.accordion.active:after 
	{
    	content: "\2796"; /* Unicode character for "minus" sign (-) */
	}

</pre></body></html>