	html {
		font-size: 18px;
		font-family: arial;
		line-height: 1.2em;
		background-color: #efefef;
	}


	#wrap {
		width: 100%;
		min-width: 320px;
		background-color: #efefef;
	}

	#header-logo {
		display: block;
		width: 100%;
		min-width: 320px;
		background-color: #000066;
		padding: 5px 0px 5px 0px;
	}

	#header-logo img {
		display: block;
		height: 80px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border: 0px;
	}

	#header-banner {
		display: none;
		background-color: #6699FF;
		color: #ffffff;
		font-size: 1.5em;
		padding: 8px;
		text-align: center;
	}

	#menu-banner {
		display: block;
		background-color: #cc0000;
	}

	#menu-banner .menu-item {
		display: inline-block;
	}

	#menu-banner-text {
		display: inline;
		float: right;
		padding: 12px;
		/*line-height: 1em;*/
		font-size: .9em;
		word-wrap: break-word;
		color: #ffffff;
	}

	#menu-banner-text a {
		font-size: 1em;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	}

	/* Dosnscale styles for ie and lower */
	.menu-item-downscale {
		font-family: arial;
		font-size: .9em;
		color: #ffffff;
		text-align: center;
		font-weight: bold;
		padding: 2px 0px 2px 0px;
	}

	.menu-item-downscale a {
		font-size: .9em;
		color: #ffffff;
		margin: 0px 5px 0px 5px;	
	}

	/* Dropdown Button */
	.dropbtn {
		/*background-color: #4CAF50;*/
		background-color: #6699FF;
		color: white;
		height: 45px;
		padding: 12px;
		margin-left: 0px;
		font-size: 1em;
		font-weight: bold;
		border: none;
		cursor: pointer;
	}

	/* Dropdown button on hover & focus */
	.dropbtn:hover, .dropbtn:focus {
		/*background-color: #3e8e41;*/
		background-color: #000066;
	}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
		position: relative;
		display: inline-block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 180px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

	/* Links inside the dropdown */
	.dropdown-content a {
		color: black;
		padding: 12px 14px;
		font-size: 14pt;
		text-decoration: none;
		display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #f1f1f1}

	/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
	.show {display:block;}





#footer {
	background-color: #ffffff;
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: 30px;
	clear: both;
}

#footer-copyright {
	text-align: center;
	font-size: .8em;
	color: #000000;
}

#footer a {
	color: #ffffff;
}


/* CONTENT STYLES [Default]  */

#content {

	display: block;
	width: 100%;

	padding: 10px 0px 10px 0px;
	background-color: #ffffff;

	text-align: center;

}


#content .content-box {

	border: 2px solid red;
	display: inline-block;


	vertical-align: top;
	text-align: left;


}

#content .content-box a {
	color: #000066;
	font-weight: bold;
}


/* END CONTENT STYLES */


/* CONTACT US STYLES */

#contact-us-box {

	width: 100%;
	background-color: #6699FF;
	border: 1px solid #000066;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

#contact-us-box p {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

#contact-us-box a {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}

#contact-us-box a:hover {
	color: #000066;
}


/* CONTACT US PAGE - Input fields */


fieldset {
	border: 0px solid black;
	padding: 0px 0px 10px 0px;

}

legend {
	font-family: arial;
	font-size: 2em;
}

label {
    display: block;
    text-align: left;
	font-family: arial;
	font-size: 1.5em;
	line-height: 2em;
	width: 100%;
}

input {
	font-family: arial;
	font-size: 1.5em;
	width: 100%;
	box-sizing: border-box;
}

textarea {
	font-family: arial;
	font-size: 1.5em;
	width: 100%;
}

#submit-button {
	display: block;
	width: auto;
}
