html,body{height:100%;}
body {
	background-color: black;
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(http://www.ecnm.com/qqh/background.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;*/
	font: Georgia, "Times New Roman", Times, serif;
	color:#640000;
}
/********************************* Content **********************************/
/* ---------- Titles ---------*/
h3 {
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #640000;
}
h3 a {
	color:inherit; 
	text-decoration:none;
}
h3 a:hover {
	color:#640000;
}

.textTable {
	background-image: url(http://www.ecnm.com/qqh/BG-Parchment-Beige.JPEG);
	background-repeat: repeat;
	/*background-color: #FF8700;*/
}

.textBox {
	text-align: center;
	vertical-align: text-top;
}

.headingText {
}

/*----------- Submit Button ----------*/
.submit {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	color: #EFDDD1;
  	background-color: #311002;
  	text-decoration: none;
  	padding: 10px 10px 10px 10px;
  	border-top: 2px solid #CCCCCC;
  	border-right: 2px solid #333333;
  	border-bottom: 2px solid #333333;
  	border-left: 2px solid #CCCCCC;
}













