html, body, div, ul, ol, h4, h5, h6, form, fieldset, textarea, 
    input, p, td, th {
  margin: 0;
  padding: 0;
  } 

/*html {
  height: 100%;
  background-size: cover;
  background-color: white;
  width: 100%;
  }*/
  
body {
/*  font: 13px Georgia, "Palatino Linotype", Serif; */
  font: 14px "Lucida Sans Unicode", Verdana, Sans-Serif;
  height: 100%;
  line-height: 170%;
  max-width: 980px;
  min-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }

h3 {
	clear: left;
	padding-top: 20px;
}

h4 {
  /*font: 300% "Lucida Sans Unicode", Verdana, Sans-serif;*/
  font: 36px Times, Georgia, Serif;
  /*font-style: italic;*/
  line-height: 150%;
  /*text-align: center;*/
  color: white;
  /*margin: 10px 0px 20px 0px;*/
  }  

h5 {
  font: 14px "Lucida Sans Unicode", Verdana, Sans-Serif;
  color: white;
  margin: 0px 50px 0px 20px;
  }
  
h6 {
  margin-top: 20px;
  font: bold 110% "Lucida Sans Unicode", Verdana, Sans-Serif;
  color: blue;
  }  
  
p {
  padding-bottom: 10px;
  /*margin-bottom: 10px;*/
  }

.radio-container label {
  display: flex;       /* Enable flexbox on the label */
  align-items: center; /* Center items vertically along the cross-axis */
  gap: 10px;           /* Optional: adds space between the checkbox and text */
  float: left;
  margin-right: 50px;
}

.hi_lite {
  background: #FF0;
}

.sub_title {
  font: bold 16px "Lucida Sans Unicode", Verdana, Sans-Serif;
  color: white;
  margin-left: 8px;
 }

.home_title {
  font: 30px Times, Georgia, Serif;
  /*line-height: 150%;*/
  color: white;
  /*margin-left: 150px;*/
}

.app_msg {
  /*font: italic 18px "Helvetica", Verdana, Sans-Serif;*/
  float: right;
  margin-right: 30px;
}

.registered {
  font: 20px "Lucida Sans Unicode", Verdana, Sans-Serif;
 } 
 
ul {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 0px;
  }
  
input, select {
  padding-left: 4px;
  height: 30px;
 }

textarea {
  padding: 5px;
  height: 80px;
}

form p {
  font: bold 110% "Lucida Sans Unicode", Verdana, Sans-Serif;
}

fieldset {
  padding-left: 10px;
  margin-bottom: 20px;
}	
 
#masthead {
  height: 150px;
  padding: 20px 20px 20px 20px;
  background-color: rgb(100,114,86);
  border-radius: 16px;
  /*border: 1px solid #000;*/
  }  

#gamehead {
  height: 80px;
  padding: 20px 20px 20px 20px;
  background-color: rgb(100,114,86);
  border-radius: 16px;
  /*border: 1px solid #000;*/
  }  

#mainbar {
  float: right;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  /*border: 1px solid #000;*/
}

#mainbar p {
  /*font: 30px Times, Georgia, Serif;*/
  font: 30px "Lucida Sans Unicode", Verdana, Sans-Serif;;
  color: white;
}	
  
#sidebar {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  /*border: 1px solid #000;*/
}

#sidebar p {
  /*font: bold 16px "Lucida Sans Unicode", Verdana, Sans-Serif;*/
  font: 24px Times, Georgia, Serif;
  color: white;
  margin-left: 8px;
}

#sidebar li {
  color: white;
}

#content {
  /*clear: both;*/
  padding: 20px;
  /*border: 1px solid #000;*/
  }
  
#footer {
  padding: 10px;
  background-color: rgb(100,114,86);
  border-radius: 16px;
  margin-bottom: 40px;
  }

.logo {
  float: left;
  border-radius: 10px;
  margin-right: 30px;
  }

.card {
  width: 50px;
  height: 74px;
  float: left;
  /*padding: 10px 0px 0px 30px;*/
  border-radius: 6px;
  margin-right: 32px;
}
  
.img_float_left {
  float: left;
  margin: 20px;
  }
  
.img_float_right {
  float: right;
  margin: 0 0 10px 20px;
  }
  
.see_also {
  height: 50px;
  font: 16px "Lucida Sans Unicode", Verdana, Sans-Serif;
  }
  
/*.footer_link {
  float: left;
  color: white;
  text-decoration: none;
 }*/
  
h5 a:link, h5 a:visited {
  color: white;
  text-decoration: none;
  }
  
#sidebar a:link, #sidebar a:visited {
  color: white;
  text-decoration: none;
  }