@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-image:url(images/background2023.jpg);
}
.page-title 
{
	font-family: "Century Gothic", "Berlin Sans FB Demi", Arial;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	right: 0px;
	letter-spacing: 2px;
	list-style-type: decimal;
	list-style-position: inside;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page-body {
	background-color: #FFFFFF;
	color: #000;
	font-style: normal;
	border-style: none
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #cf9f00;
} h1 
{ font-size: 18px; ; color: #FFFFFF} 

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #cf9f00;
}



hr { height: 1px; color: #FFFFFF; } 

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 12px;
	color: #FFFFFF;
	list-style-image: none;
} 

hr { width:100%;
     color:#000;
	 padding-top:5 px;
	 padding-bottom: 5 px;
}
.copyright { font-size:9px;
             text-align:center;
}
.fullversion { font-size:16px;
               color:#CCC;
} 
.fullversion a { color:#CCC;
}
a {
	color:#06F;
}
.orig_header {
	
	top:0px;
	left: 0;
	right: 0;
	position:fixed;
	z-index: 5;
	
	
}

mainheader{
	height: 75px;
	border:1px solid #000000;
	position: fixed;
	width: 100%;
	top:0;
	background-color: #000000;
}
.content{
	border: 2px solid #000;
	margin-top: 132px; /*NewNavBackground plus MobileHeader2020*/
	height: 100%;
	width: 100%;
}




.header {

  background-image:url(images/NewNavBackground.jpg);
  background-color: #000000;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  top:75px;
 
  
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 480px; /*total height of drop-down menu 60 pixels for each line*/
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;  
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

