@charset "UTF-8";html { height: 100%; margin-bottom: 1px;}body {	font: 100% Arial, Helvetica, sans-serif;	background: #A1A0A2;	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0px;	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 */}img, td { behavior: url(/dependablestaffing/dependablestaffing.com/Scripts/iepngfix.htc) } /*MAKES TRANSPARENT PNGS RENDER PROPERLY IN IE6*/#container {	width: 990px;	margin: 1px auto 0px;	padding: 20px 0px 0px;}#header {	width: 950px;	z-index: 2;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;	position: absolute;	padding: 20px;	font-size: 10px;	color: #FFFFFF;}#header h1 {	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}#mainContent {	width: 950px;	z-index: 2;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;	position: absolute;	padding: 20px;	font-size: 11px;	color: #000000;	top: 110px;	line-height: 150%;	text-align: left;	float: left;	clear: both;	display: inline;}#sidebar {	width: 140px;	z-index: 2;	padding: 0px;	font-size: 11px;	color: #FFFFFF;	float: right;	line-height: 120%;}#mainContent #footer {	width: 950px;	z-index: 2;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;	padding: 0px;	font-size: 10px;	color: #FFFFFF;} #mainContent #footer p {	font-size: 10px;	color: #FFFFFF;}#fl {	position: relative;	float: left;}#fr {	position: relative;	float: right;	margin-bottom: 20px;}#mainContent p {	font-size: 12px;	line-height: 150%;	color: #000000;	padding: 5px;	margin: 0px;}a {	color: #000000;	text-decoration: underline;	/* position:relative; COMMENTED OUT - SAFARI CHROME ISSUE*/}a:hover {	text-decoration: underline;}#header a, #footer a {	color: #FFFFFF;	text-decoration: none;}#header a:hover, #footer a:hover {	text-decoration: underline;}h1 {	font-size: 24px;	margin: 0px;	padding: 10px 5px;	font-weight: normal;}h2 {	font-size: 12px;	margin: 0px;	padding: 10px 5px 0px;	font-weight: bold;	color: #003366;}.ulheads {	font-weight: bold;	margin: 0px 0px 0px -20px;	padding: 0px;}#fr h1 {	font-size: 15px;	line-height: 120%;	font-weight: normal;	color: #FFFFFF;	margin: 0px;	padding: 0px;}#fr h2 {	font-size: 12px;	line-height: 120%;	font-weight: bold;	color: #FFFFFF;	margin: 0px;	padding: 0px;}#fr p {	font-size: 11px;	line-height: 120%;	color: #FFFFFF;	padding: 10px 0px 0px;}#fr a {	color: #FFFFFF;}#container #rctop {	background-image: url(http://dependablestaffing.com/images/bg-roundedcorners-top.gif);	position: absolute;	margin: 0px;	padding: 0px;	height: 6px;	width: 990px;}#container #rcbottom {	background-image: url(http://dependablestaffing.com/images/bg-roundedcorners-bottom.gif);	position: absolute;	margin: -6px 0px 0px;	padding: 0px;	height: 6px;	width: 990px;}.clearfloat {    clear:both;    height:0;    font-size: 1px;    line-height: 0px;}
