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: #005596;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 962px;
	text-align: left;
	background-image: url(images/mcBG.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: top;
} 
.twoColFixLtHdr #header {
	background-image: url(images/headerBG.jpg);
	height: 358px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
} 

.twoColFixLtHdr #address {
	float: right;
	width: 550px;
	overflow: visible;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 33px;
	height: 110px;
}
.twoColFixLtHdr #container #header #address a {
	color: #005596;
	text-decoration: none;
}


.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: #00599B;
	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: #005596;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 17px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-weight: normal;
}
.twoColFixLtHdr h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #00ADEE;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	background-image: url(images/sidebarBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	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    #sidebar1    li {
	list-style-image: url(images/tick.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	list-style-position: outside;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	color: #666666;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-right: 55px;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #mainContent hr {
	color: #84DAFF;
}

.twoColFixLtHdr #container #mainContent a {
	color: #009DE0;
}

.twoColFixLtHdr #footer {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
} 
.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;
}
.twoColFixLtHdr #container #footer #footerRight a {
	color: #2F699A;
}

.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 #flash {
	float: left;
	width: 896px;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	height: 230px;
	padding-left: 30px;
}
.twoColFixLtHdr #jobRequest {
	float: none;
	width: auto;
	height: 296px;
}
