/*Copyright USA Test Network LLC 2026. All rights reserved.*/
body, html {
				margin: 0;
				padding: 0;
				width: 100%;
				height: 100%;
				overflow: hidden;
				font-family: serif;
			}

			#usaflag-canvas {
				position: absolute;
				top: 0;
				left: 0;
				width: 100vw;
				height: 50vh;
				z-index: -1;
			}

			.content {
				position: relative;
				color: black;
				text-align: left;
				margin-top: 0vh;
				height: 50vh;
				overflow-y: auto;
			}

			.halfspace {
				height: 50vh;
			}

			.navmenubar {
			  color: #fff;
			  padding: 0 0;
			}

			.navmenucontainer {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
				max-width: 1200px;
				padding-left:0;
				margin-left:0;
			}

			.navmenulogo {
				font-size: 24px;
				text-decoration: none;
				font-weight: bold;
				margin-left: 0px;
			}

			.navmenu {
 			  display: flex;
			  justify-conent:center;
			  list-style: none;
			  font-weight: bold:
			  text-decoration: none;
			  padding-left:0;
			  margin-left:0;
			  gap: 2rem;
			}

			.navmenulink {
				gap: 2rem;
			}

