@charset "UTF-8";
body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bluestrip206x1.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/DELOtractortop.jpg);
	height: 40px;
	font-size: 11px;
	text-align: right;
	padding-top: 107px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
} 
.twoColFixLtHdr #header a:visited {color: #0000CC;}
.twoColFixLtHdr h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0A0F7A;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 20px;
}
.twoColFixLtHdr h2  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0A0F7A;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 12px;
	background-image: url(images/DELOtop206x124.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 207px;
	padding-top: 130px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/DELOtractorbanner.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 22px;
	color: #666;
} 
#mainContent a  {
	color: #0A0F7A;
}
.twoColFixLtHdr #footer {
	background-image: url(images/DELOtractorbottom.gif);
	height: 40px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.leftNavLink {
	color: FFCC00;
	margin-top: 4px;
	padding-left: 12px;
	background-image: url(images/left_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

	.leftNavLink a:link {color: #FFCC00;}
	.leftNavLink a:visited {color: #FFCC00;}
	.leftNavLink a:hover {color: #FFFFFF;}
	.leftNavLink a:active {color: #FFFFFF;}

.ulFooter {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: none;
	padding-top: 15px;
}
.ulFooter li {
  font-size: 90%;  /* adjusted to work with parent size of 71%; 10px  */
  list-style: none; 
  background: none; 
  float: left; 
  margin: 0 0 5px 0; 
  border-right: 1px solid #999;
  padding: 0 5px;}
  li.ftlast {border-right: none!important;}
 .ulFooter li a:visited {color: #0000CC;}
.smallbk {
	font-size: 9px;
	font-weight: bold;
	color: #333;
}
.smallrd {
	font-size: 9px;
	color: #F00;
}
span.reg{
	font-size:9px;
	vertical-align:super;
}
#pullout {
	border: medium solid #EB781B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #666;
}
#pullout a {
	color: #0A0F7A;
}
#LastTable {
	background-color: #FFF;
}
