@media screen and (max-width: 481px){

	#seal{
		visibility: hidden;
		display: none;
	}
	#ncHeader {
	width: 100%;
	height: 80px;
}
	
	#ncHdrTitle {
	text-align: center;
	/*height: 50%;*/
	font-weight: bold;
	color: #336699;
	font-size: 120%;
}
	#ncComments {
		font-size: 90%;
		text-align: center;
		padding: 10px;
		margin-left: 10px;
		margin-right: 30px;
	}
	#ncComments1 {
	width: 95%;
	font-size: 90%;
	text-align: left;
	padding: 10px;
	margin-left: 25px;
	margin-right: 20px;
}
	#ncDisclaimerText {
	width: 97%;
	text-align: center;
	font-size: 80%;
	margin: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	border-bottom: 1px solid #336699;
	}
	#ncRegister {
	background-color: #336699;
	color: white;
	text-align: center;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
	
	#registerForm{
		text-align: left;
		font-size: 80%;
		margin-left: 5px;
	}
	#title {
		text-align: center;
		display:inline;
		font-size: 100%;
		font-weight:bold;
		margin-bottom:1em;
	}
	#main, #subnav{  /*stack the 2 text boxes*/
  
  	float: left;  
  	padding:0; 
  	width: 94%;    /*3%+94%+3%=100%=full width*/
  	margin: 3%;    /*3% margin spaces on all sides*/
  
	}  
 table#registerForm {
	font-size: 75%;
	padding: 10px;
    border: 2px;
    border-collapse: collapse;
    width: 100%;
    margin-left: 20px;
	
}


}