html, body, form
{
	background-color: #f3f3f3;
	border: 0;
	margin: 0;
	padding:0;
	font-size: medium;
	font-family: Garamond, Arial, Sans-Serif;
}
div 
{
	text-align: center;
}
.bold 
{ 
	font-size: medium;
	font-weight: bold;
	font-family: Garamond regular;
}

#container { }


#banner {
	background-color: #12192C;
	width: 100%;
	text-align: center;
}

#sub-header-1 {
	background-color: #C9CFDD;
	padding: 5px 0;
}

#sub-header-2
{
	padding-top: 5px;
}

#sub-header-3 {
	background-color: #023059;
	color: #ffffff;
}

#lead-form
{
	margin: 1em 0;
	
}

label 
{
	font-weight: bold; 
}

.control
{
	height: 31px;
	width: 217px;
	font-family: Arial;
	font-size: 16px;
}

.submit
{
	font-weight: bold;
	cursor: pointer;
	border-color: #d7d7d7; 
}

#disclaimer 
{
	font-size: small;
	color: #333;
}

.centered-table {
	margin-left: auto;
	margin-right: auto;
}

.centered-list {
	padding: 0;
	margin: 0 auto; /* center the entire <ul> horizontally */
	text-align: center; /* center the text in each <li> */
	width: max-content; /* shrink-wrap the list items */
}