@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: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin-right: 19px;
	margin-left: 0px;
	background-color: #FFFFFF;
	display: block;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #A0B21B;
	margin-bottom: 0px;
	width: 1080px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 1080px;
}

.twoColFixLtHdr #boxBanner {
	padding: 0px;
	height: 603px;
	width: 1080px;
	margin: 0px;
	background-image: url(../images/handframe_sm2d.jpg);
	background-repeat: no-repeat;
} 

#arrowDn {
	width: 50px;
	padding-top: 545px;
	padding-left: 515px;
}

#anchor {
	width: 1080px;
	height: 30px;
}
.twoColFixLtHdr #slides {
	background-color: #FFFFFF;
	margin-top: 12px;
	margin-right: 19px;
	margin-left: 19px;
	padding: 0px;
}
.twoColFixLtHdr #slidedeck_frame {
	width: 1080px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainContent {
	width:1080px;
	margin-top: 20px;	
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	margin-left: 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0B21B;
	margin-right: 19px;
	height: 90px;
} 
.twoColFixLtHdr #footer p {
	margin: 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: 11px;
	display: block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #889C14;
}
.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;
}
