@charset "utf-8";
/* CSS Document */

<style type="text/css">
body {
	background-color: #353535;
	background-image: url(webgfx/BGstripe3_16T.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Header {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 28px;
	font-weight: bold;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bolder;
	position: static;
	width: auto;
	height: auto;
	-webkit-box-shadow: px px px;
	box-shadow: px px px;
}
.BodyText {
	font-family: Arial;
	color: #ddd;
	font-size: 18px;
	font-weight: regular;
}
.LinkText {
	font-family: Arial;
	color: #FFAA11;
	font-size: 20px;
	//font-weight: bold;
}
.imglink {
	font-family: Arial;
	color: #777;
	font-size: 14px;
	//font-weight: bold;
}
a:link {
	color: #AAFF11;
	text-decoration: none;
	font-style: normal;
	font-size: 20px;
}
a:hover {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	font-size: 20px;
	//background-color: #999;
}
a:visited {
	color: #FF9911;
}
.TinyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.TinyText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd;
	font-weight: bold;
}
body,td,th {
	height: auto;
	/*color: #228822;*/
}
hr.LineDiv {border: 1px solid orange;
	border-radius: 3px;
	border-color: #CCC;
}

.container img{
    width:100%;
    height:auto;
    max-height:100%;
	min-width: 110px;
	max-width: 720px;
}
.containerYT{
	max-width: 1024px;
 	position: relative;
 	/*margin: auto;*/
    width:98%;
	align-content: center
}
.containerMenu img{
    width:10%;			/*was 33%*/
    height:auto;
    max-height:100%;	/*was 33%*/
	min-width: 120px;
	max-width: 150px;
}
.containerTextC{		/*Center weighted text div*/
    width:95%;
    height:auto;
    max-height:100%;
	min-width: 140px;
	max-width: 1280px;
	background: rgba(20, 80, 150, 0.3);
    backdrop-filter: blur(6px);
	//filter: drop-shadow(8px 8px 10px black);
	border-radius: 16px;
	box-shadow: 0 8px 12px rgba(255, 255, 255, 0.8);
}



  #stars-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Move the cave background here */
    background-image: url(webgfx/BG_DCave.gif);
    background-repeat: repeat; /* or no-repeat / center as you prefer */
  }

  #stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }

  #stars-wrapper > table {
    position: relative;
    z-index: 2;
  }

  /* Make the cell that had the cave background transparent */
  #stars-wrapper td[background="webgfx/BG_DCave.gif"] {
    background-image: none !important;
    background-color: transparent !important;
  }

  /* Keep other solid cells slightly transparent so stars show through them too */
  #stars-wrapper td[bgcolor="#474747"] {
    background-color: rgba(71, 71, 71, 1.00) !important;
  }
  #stars-wrapper td[bgcolor="#787878"] {
    background-color: rgba(120, 120, 120, 1.00) !important;
  }
  #stars-wrapper td[bgcolor="#000000"] {
    background-color: rgba(0, 0, 0, 1.00) !important;
  }



</style>














