<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    *{
      box-sizing: border-box;
    }

    html{
      display: table;
      margin: auto;
	    background-color: rgba(208,232,205,1);
    }

    body{
      display: table-cell;
      margin: 0px;
      width: 100vw;
	max-width: 1000px;
      font-family: simsun;
      }

    html, body{
      font-size: 18px; /* Sets rem value */
      height: 100%;
    }

    h3{
      text-decoration: underline rgba(50, 197, 88, 1);
      font-size: 1rem;
    }

      h4{
	font-size: 0.9rem;
      }

    li a img{
      width: 1rem;
      height: 1rem;
      vertical-align: middle;
      float: left;
    }

    p{
      font-size: 0.8rem;
    }

    ul.hor{
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #5c5c5c;
      width: 100%;
    }

    ul.hor *{
      transition: 0.5s ease;
    }

    ul.hor li{
      float: left;
    }

    ul.hor li a{
      display: block;
      color: white;
      font-size: 0.8rem;
      text-align: center;
      padding: 0.875rem 1rem;
      text-decoration: none;
    }

    ul.vert{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.vert *{
  transition: 0.5s ease;
}

    ul.vert li a{
      display: block;
      font-size: 0.8rem;
      text-align: center;
      padding: 0.375rem 0.75rem;
      text-decoration: none;
      color: black;
      border: 1px solid rgba(186, 190, 193, 1);
      border-radius: 1rem;
	background-color: white;
    }

    ul.hor li a:hover:not(.active){
      background-color: #111;
    }

    ul.vert li a:hover:not(.active):not(.notice){
      background-color: rgb(243, 196, 112);
    }

    .active{
      background-color: #4caf6a;
    }

    .active, .demo:hover 
    {
      opacity: 1;
    }

	.banner_space {
		display: table;
		background-image: linear-gradient(180deg, rgba(86, 171, 217, 1) 0%, rgba(73, 156, 202, 0.75) 50%, rgba(62, 143, 189, 0.5) 100%);
		width: 100%;
		min-height: 12rem;
	}
	.banner_text {
		font-size: 1.2rem;
		position: relative;
		left: 0;
		width: 100%;
		font-weight: bold;
		color: white;
		text-shadow: -1px -1px 2px black, 1px -1px 2px black, -1px 1px 2px black, 1px 1px 2px black;
		padding: 1rem;
		vertical-align: middle;
	}
	.banner_image {
		position: relative;
		top: 0;
		padding: 8px;
		width: 15rem;
		border: 1px;
		vertical-align: middle;
	}

    .caption-container{
      text-align: center;
      background-color: black;
      padding: 0.125rem 1rem;
      color: white;
    }

    .column{
      float: left;
      width: 25%;
    }

    .content{
      flex: 3;
      margin: 1%;
	padding-bottom: 2rem;
    }

    /* All images within the content section will now gently fade in. */
    .content img{
      animation: fade 1s ease 0s 1 normal;
      animation-fill-mode: forwards;
      margin: 1%;
    }

    #search-bar {
      text-align: center;
      font-size: 0.8rem;
    }

    .content ul{
      list-style-type: none;
      font-size: 0.8rem;
      padding: 0 0.5rem 0.5rem 0.5rem;
    }

    .content ul li{
      padding: 0.5rem 0;
      border: 1px dotted grey;
      border-width: 0 0 1px 0;
    }

    .content_wrapper 
    {
      display: flex;
    }

    /* The Close Button */
    .close{
      color: white;
      position: absolute;
      top: 1rem;
      right: 1.5rem;
      font-size: 2.5rem;
      font-weight: bold;
    }

    .close:hover,
    .close:focus{
      color: #999;
      text-decoration: none;
      cursor: pointer;
    }

    .cursor{
      cursor: pointer;
    }

    .demo 
    {
      opacity: 0.6;
    }

    .drop_btn{
      display: none;
    }

    .fade_left{
      position: relative;
      animation: move_r 1s ease 0s 1 normal;
      animation-fill-mode: both;
      min-height: 9rem;
      clear: both;
	border: 1px;
    }

    .fade_left &gt; .hover_grow {
      float: left;
    }

    .fade_right{
      position: relative;
      animation: move_l 1s ease-out 1s 1 normal;
      animation-fill-mode: both;
      min-height: 9rem;
      clear: both;
    }

    .fade_right &gt; * 
    {
      vertical-align: left;
    }

    .fade_right &gt; .hover_grow 
    {
      float: left;
    }

    .fb-page{
      display: block;
      margin-left: 1rem;
    }

    .flex_news
    {
      flex: 3 1 0;
    }

    .flex_pad_1
    {
      flex: 1 1 0;
    }

    .footer{
      position: sticky;
      width: 100%;
      bottom: 0;
      background-image: linear-gradient(180deg, rgba(186, 190, 193, 1) 0%, rgba(231, 228, 228, 1) 5%, rgba(255, 255, 255, 1) 100%);
      z-index: 1;
      font-size: 0.8rem;
      padding: 0.25rem;
      border-width: 2px 2px 0px 2px;
      border-style: solid;
      border-color: rgba(186, 190, 193, 1);
    }

    .google_embed{
      display: block;
      margin-left: 1rem;
      width: 25rem;
      height: 25rem;
      border: 0;
    }

    .header{
      display: flex;
      flex-flow: row nowrap;
      height: 5.5rem;
      padding: 0 1rem;
      animation: fade2 2s ease 0s 1 normal;
      animation-fill-mode: forwards;
    }

    .header_banner{
      flex: 1;
      width: 25rem;
      align-self: center;
    }

    .header_tagline{
      flex: 0;
      align-self: center;
      font-size: 1rem;
      text-align: right;
    }

    .hor_wrap{
      position: -webkit-sticky;
      /* Safari */
      position: sticky;
      top: 0;
      z-index: 2;
      display: in-line block;
    }

    .hover_grow{
      width: 20%;
    }

    .hover_grow:hover{
      cursor: pointer;
      animation: h_fade 0.5s linear 0s 1 normal;
      animation-fill-mode: forwards;
    }

    .mobile_header{
      display: none;
    }

	.mobile_image{
	  display: none;
	}

    /* The Modal Div / Background */
    .modal{
      display: none;
      position: fixed;
      z-index: 1;
      padding-top: 6rem;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.7);
    }

    /* Modal Content */
    .modal-content{
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      width: 70%;
      max-width: 40rem;
    }

    .mySlides{
      display: none;
      background-color: black;
    }

    .next{
      right: 0;
      border-radius: 0.25rem 0 0 0.25rem;
    }

    .numbertext{
      color: #f2f2f2;
      font-size: 0.75rem;
      padding: 0.5rem 0.75rem;
      position: absolute;
      top: 0;
    }

    .page_image{
	display: block;
	width: 98%;
    }

    /* Next &amp; Previous buttons */
    .prev, .next{
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 1rem;
      margin-top: -3rem;
      color: white;
      font-weight: bold;
      font-size: 1.25rem;
      transition: 0.6s ease;
      border-radius: 0 0.25rem 0.25rem 0;
      user-select: none;
      -webkit-user-select: none;
    }

    .prev:hover, .next:hover{
      background-color: rgba(0, 0, 0, 0.8);
    }

    .row{
      clear: right;
    }

    .row &gt;.column{
      padding: 0.5rem 0.5rem;
    }

    .row, .column{
      background-color: black;
    }

    .row::after{
      content: "";
      display: table;
    }

    .table1 table, .table1 th, .table1 td{
      border: 1px solid rgba(186, 190, 193, 1);
      border-radius: 1px;
      text-align: center;
	font-size: 0.8rem;
    }

    .table1 th {
	min-width: 5rem;
    }

    .table1 table{
      width: 100%;
    }

    .table1 tr:nth-child(odd), .table_links tr:nth-child(odd){
      background-color: #f2f2f2;
    }

    .table1 tr:nth-child(even) {
      background-color: rgba(255,255,255,1);
    }

    .table1 th:last-child{
      width: 45%;
    }

    .table1 td:last-child{
      text-align: left;
    }

    .table1 td{
      padding: 0.5rem;
    }

    .table_links table, .table_links th, .table_links td{
      border: 1px solid rgba(186, 190, 193, 1);
      border-radius: 1px;
      text-align: center;
	font-size: 0.8rem;
    }

    .table_links tr:nth-child(even) {
	text-align: left;
	background-color: rgba(255,255,255,1)
    }

    .table_news table, .table_news td{
	padding: 0.5rem;
	font-size: 0.8rem;
    }

    .table_news td{
      border: 1px solid rgba(186, 190, 193, 1);
      border-radius: 1px;
    }

    .table_news td:first-child {
	text-align: center;
    }

    .table_news th {
      border: 0;
      padding: 0.3rem;
    }

    .title2{
      background-image: linear-gradient(180deg, rgba(50, 197, 88, 1) 0%, rgba(28, 142, 53, 1) 30%, rgba(37, 152, 35, 1) 100%);
      color: white;
      font-size: 1rem;
      padding-left: 1em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
    }

    .vert_wrap{
      position: -webkit-sticky;
      /* Safari */
      position: sticky;
      top: 3rem;
      flex: 1;
      align-self: flex-start;
      max-width: 8.5rem;
      min-width: 8rem;
      z-index: 2;
	transition: 0.6s ease;
      /* display: in-line block; */
    }

    @keyframes fade 
    {
      0% 
      {
        opacity: 0.8;
      }

      100% 
      {
        opacity: 1;
      }
    }

    @keyframes fade2 
    {
      0% 
      {
        opacity: 0;
      }

      100% 
      {
        opacity: 1;
      }
    }

	@keyframes fade_in {
		0%   {transform: rotate(0deg);}
		100% {transform: rotate(180deg);}
	}
	@keyframes fade_out {
		0%   {transform: rotate(180deg);}
		100% {transform: rotate(0deg);}
	}

    @keyframes h_fade 
    {
      0% 
      {
        opacity: 1
      }

      50% 
      {
        opacity: 0.8
      }

      100% 
      {
        opacity: 1
      }
    }

    @keyframes move_l 
    {
      from 
      {
        opacity: 0
      }

      to 
      {
        opacity: 1
      }
    }

    @keyframes move_r 
    {
      0% 
      {
        opacity: 0
      }

      100% 
      {
        opacity: 1
      }
    }

    /* Printing Style Adjustments */
    @media print {
	.hor_wrap,.vert_wrap {
	  display: none;
	}
	.content,.content_wrapper,html,body {
	  display: block;
	}
	.footer {
	  position: relative;
	}
	img,table {
	  page-break-inside: avoid;
	}
    }

    /* Responsive Menus (Full-screen Mobile Hotfix) */
    @media screen and (max-height: 30rem) {
      html, body {
        font-size: 14px;
      }
      .vert_wrap {
	 width: 10rem;
      }
    }
    @media screen and (max-width: 40rem) 
    {
      html, body {
        font-size: 14px;
      }
      h3{
	font-size: 1rem;
      }

      h4{
	font-size: 0.9rem;
      }

      ul.hor li{
	width: 100%;
      }

	.banner_space {
	  display: none;
	}

      .content{
        padding: 0;
        margin-left: -7.75rem;
        margin-top: 4rem;
      }

      .drop_btn{
        background-color: rgba(200,200,200,0.5);
	border: 1px solid black;
	border-width: 1px 0px 1px 0px;
        color: white;
	display: block;
	width: 100px;
	height: 3.75rem;
        position: fixed;
	top: 0;
        text-align: center;
        text-decoration: none;
        font-size: 1rem;
        cursor: pointer;
	      z-index: 1;
      }

      .fb-page{
        vertical-align: middle;
      }

      .google_embed{
        width: 75vw;
        height: 20rem;
      }

      .header{
	display: none;
      }

      .hor_menu{
        right: 0;
        min-width: 10rem;
      }

      .hor_menu, .vert_menu{
        display: none;
        position: absolute;
        top: 3.75rem;
        width: 25%;
	z-index: 2; 
      }

      .mobile_header{
        display: block;
	position: fixed;
	background-color: white;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.75rem;
	z-index: 1;
	border: 1px solid black;
      }

	.mobile_image{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  max-width: 90vw;
	}

      .logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
      }

    .page_image{
	display: none;
    }

      .table1{
        overflow-x: auto;
      }

      .title2{
	font-size: 1.25rem;
      }

      .vert_menu{
        left: 0;
        min-width: 8rem;
      }

      .vert_wrap{
        top: 0;
      }

      #Menu_C{
        left: 0;
        padding: 0.375rem 1.375rem;
      }

      #Menu_B{
        padding: 1rem 2rem;
        right: 0;
      }
    }
</pre></body></html>