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;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.twoColFixLtHdr #header {
	background-image: url(images/headerBG.jpg);
	height: 190px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixLtHdr  #quote {
	float: right;
	width: 350px;
	overflow: visible;
	padding-top: 3px;
	padding-right: 33px;
	height: 60px;
}
.twoColFixLtHdr   #container   #header   #quote   h1 {
	color: #6C8739;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr  #menu {
	float: right;
	overflow: visible;
	padding-top: 2px;
	padding-right: 0px;
	height: auto;
	padding-left: 30px;
	width: 450px;
	position: relative;
}


.twoColFixLtHdr  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #6C873A;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 24px;
	font-variant: normal;
	font-weight: normal;
}
.twoColFixLtHdr h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #6C873A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent h2 a {
	color: #633F29;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.twoColFixLtHdr h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #633F29;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-left: 90px;
	text-align: left;
	line-height: 200%;
	margin-top: 0.5em;
	margin-right: 5px;
	margin-bottom: 2.4em;
	margin-left: 45px;
	padding-right: 5px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContent li {
	color: #633F29;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent ul {
	list-style-type: disc;
}

.twoColFixLtHdr #container #mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #633F29;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-right: 55px;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #mainContent hr {
	color: #6C873A;
}
.twoColFixLtHdr  #container  #mainContent  p a {
	color: #6C873A;
}
.twoColFixLtHdr #container #mainContent h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C873A;
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.twoColFixLtHdr #footer {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.twoColFixLtHdr #footerRight {
	height: 50px;
	padding-top: 0;
	padding-right: 43px;
	padding-bottom: 0;
	float: right;
	text-align: right;
}


.twoColFixLtHdr #container #footer a {
	color: #999999;
}

.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: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
	color: #666666;
}
.twoColFixLtHdr #container #footer #footerRight a {
	color: #666666;
}

.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;
}
.LightBlueTxt {color: #00ADEE}
.twoColFixLtHdr #jobRequest {
	float: none;
	width: auto;
	height: 296px;
}
