HTML, BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-width: 770px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

.bodyClass {
	height: auto;
	background-color: #FFF;
	width: auto;
	margin: 0 auto;
}

.bodyTextBoldCentered {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.bodyTextCentered {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}

.column_label {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.column_label_white {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

.error {
	text-align: center;
	font-size: 10.5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000; red
}

.small_font {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.small_font_bold {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.smaller_font_bold {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style_black {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.style_red {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}

.style1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.style13 {
	color: #990000;
}

.style15 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.style16 {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.style3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.style4 {
	font-size: 14px;
}

.style5 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.style6 {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif
}

.style8 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

.style9 {
	color: #ff0000;
}

.text-danger {
    color: #a94442;
}

A.standard-link:link {
	color: blue;
	text-decoration: none;
}

A.standard-link:visited {
	color: blue;
}

A.standard-link:hover {
	color: blue;
	text-decoration: underline;
}

A.standard-link:active {
	color: blue;
}

div.left {
	background-color: #FFF;
	padding: 10px;
	margin: 0;
	width: auto;
	height: auto;
}

H1 {
	font-size: 1.4em;
	text-align: left;
}

H2 {
	font-size: 1.15em;
	font-weight: bold;
	background-color: #eee;
	text-align: left;
	margin-bottom: 7px;
	clear: left;
}

iframe {
	width: 1px;
	min-width: 99%;
	border: 0;
}

Nav {
	background-color: #071836;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid 1px white;
	width: 99%;
}

Nav ul {
	height: 30px;
	width: 100%;
	margin: 0 auto;
	background-color: #071836;
}

Nav ul li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

Nav li a {
	background-color: #071836;
	text-decoration: none;
	color: white;
	line-height: 30px;
	display: block;
}

Nav li a:hover {
	background-color: #432d0e;
	text-decoration: none;
	color: white;
	line-height: 30px;
	display: block;
}

P {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px;
}

/*begining of mobile site branding*/
@media screen and (max-width: 1000px) {
	body {
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
	}
	.BodyTable {
		display: None;
	}
	.MobileTable {
		display: block;
	}
	.Nav_Table {
		display: none;
	}
	.USA_Header {
		background-color: #d9e0ea;
		height: 30px;
	}
	.Inside_USA_Header {
		width: 100%;
		height: 100%;
		font-family: "Arial";
		font-size: 15px;
		color: #5b6071;
	}
	.Mobile_Logo {
		display: block;
		background-color: #FFFFFF;
	}
	.footer_links {
		font-family: "Arial";
		font-size: 18px;
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: bold;
	}
	.front-page-large-text {
		font-family: "Arial";
		font-size: 30px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.hero-text_div {
		display: flex;
		align-items: left;
		margin: 65px;
	}
	.headshots {
		width: 300px;
		height: 293px;
	}
	.notNeeded {
		display: none;
	}
}