body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E9E9E9;
}
.twoColFixLtHdr #container {
	width: 980px;
	text-align: left;
	border: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header {
	background-image: url(images/headerBG.jpg);
	height: 235px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #ncsConnect {
	float: right;
	width: 277px;
	overflow: visible;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 56px;
	background-image: url(images/BGlogin.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	background-position: center center;
	padding-top: 10px;
	color: #333333;
}
form {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container ul {
	list-style-type: disc;
	color: #666666;
	padding-left: 20px;
	line-height: 1em;
}
.twoColFixLtHdr #container li {
}
.twoColFixLtHdr #container #header #ncsConnect td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-image: url(images/BGdiv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 90px;
	text-align: left;
	line-height: 200%;
	margin-top: 0.5em;
	margin-right: 2px;
	margin-bottom: 2.4em;
	margin-left: 12px;
	padding-right: 5px;
	padding-left: 10px;
	height: 260px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-image: url(images/BGdivYellow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 90px;
	text-align: left;
	line-height: 200%;
	margin-top: 0.5em;
	margin-right: 15px;
	margin-bottom: 2.4em;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 10px;
	height: 226px;
}
.twoColFixLtHdr #form {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	margin-left: 90px;
	text-align: left;
	line-height: 200%;
	margin-top: 0.5em;
	margin-right: 15px;
	margin-bottom: 2.4em;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 10px;
	height: auto;
	border: 2px solid #FAE19E;
	background-color: #FAEEC8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #header #menu h3 a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #siteContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	padding-right: 350px;
	padding-left: 10px;
	height: auto;
}
.twoColFixLtHdr #siteContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.twoColFixLtHdr #siteContent a {
	color: #3EA5DD;
}
.twoColFixLtHdr #siteContent a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
}
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.twoColFixLtHdr #mainContent a {
	color: #3EA5DD;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainFormContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	padding-right: 20px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainFormContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.twoColFixLtHdr #mainFormContent a {
	color: #3EA5DD;
}
.twoColFixLtHdr #mainFormContent a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #footer {
	height: 28px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.twoColFixLtHdr #footerRight {
	height: 28px;
	padding-top: 0;
	padding-bottom: 0;
	float: right;
	text-align: right;
}
.twoColFixLtHdr #container #footer a {
	color: #3EA5DD;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3EA5DD;
}
.twoColFixLtHdr #container #footer #footerRight a {
	color: #3EA5DD;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixLtHdr #menu {
	float: right;
	width: 980px;
	height: 23px;
	background-image: url(images/BGmenu.jpg);
	text-align: right;
	background-repeat: no-repeat;
}
#menu a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #flash {
	float: left;
	width: 980px;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	height: 125px;
	padding-left: 0px;
	background-image: url(images/BGflash.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #jobRequest {
	float: none;
	width: auto;
	height: 296px;
}
#sidebar1 a {
	text-decoration: none;
	color: #3EA5DD;
}
#sidebar2 a {
	text-decoration: none;
	color: #3EA5DD;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 0em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h1 {
	text-align: left;
	font-size: 20px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	display: inline;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #000000;
	margin-right: 16px;
}
h4 {
	color: #0099FF;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;
}
h5 {
	font-size: 20px;
}
p {
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0px;
}
.twoColFixLtHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-image: url(images/BGcontact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 90px;
	text-align: left;
	line-height: 200%;
	margin-top: 3em;
	margin-right: 30px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 10px;
	height: 263px;
	padding-top: 10px;
}
.twoColFixLtHdr #container #sidebarRight p {
	text-align: left;
}
.twoColFixLtHdr #sidebarRight2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	margin-left: 90px;
	margin-top: 1em;
	padding-left: 10px;
	height: 270px;
	padding-top: 10px;
}
.twoColFixLtHdr #arrow {
	float: left; /* since this element is floated, a width must be given */
	width: 50px;
	text-align: left;
	height: auto;
	margin-top: 60px;
}
#menu a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #GoogleMap {
	float: right; /* since this element is floated, a width must be given */
	width: auto;
	margin-left: 90px;
	margin-top: 3em;
	margin-right: 12px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 0px;
	height: auto;
	padding-top: 0px;
	text-align: right;
}
.twoColFixLtHdr #contactInfo {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	margin-left: 90px;
	text-align: left;
	line-height: 200%;
	margin-top: 0.5em;
	margin-right: 15px;
	margin-bottom: 2.4em;
	margin-left: 5px;
	padding-left: 10px;
	height: auto;
	border: 2px solid #FAE19E;
	background-color: #FAEEC8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #GoogleMap iframe {
	border: 2px solid #FAE19E;
}
