@charset "utf-8";
.header-bg {
	background-image: url(header_logo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 215px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	text-align: center;
}
.header-links {
	font-family: Roboto, HelveticaNeue-Light, Helvetica, Verdana, Arial, sans-serif;
//	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.header-links-divider {
	font-weight: normal;
	color: #000000;
}
.header-links  a:link {
	text-decoration: none;
	color: #875723;
}
.header-links a:visited {
	text-decoration: none;
	color: #875723;
}
.header-links a:hover {
	text-decoration: underline;
	color: #C58033;
}
h1 {
//	font-family: 'Gotham SSm A','Gotham SSm B',sans-serif;
//	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Roboto, HelveticaNeue-Light, Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1;
	text-align:center;
}
h2 {
//	font-family: 'Gotham SSm A','Gotham SSm B',sans-serif;
//	font-size: large;
	font-family: Roboto, HelveticaNeue-Light, Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1;
}
body {
//	font-family: Verdana, Arial, Helvetica, sans-serif;
//	font-family: "Mercury SSm A","Mercury SSm B",Georgia,serif;
//	font-family: segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
//	font-size: medium;	
	font-family: Roboto, HelveticaNeue-Light, Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	text-align: center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.page-body {
	max-width: 650px;
	min-width: 400px;
	text-align: left;
	margin:0px auto;
//	padding:10px;
}
.job-requirements p {
	font-weight: bold;
	margin-block-end: 0.5em;
}
.job-requirements ul {
	margin-block-start: 0.5em;
}
