@charset "UTF-8";
body {
	background: #FEF0B7;
	margin: 10px; /* 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 */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #dhlheader {
	padding: 0;
	padding: 0px;
	background-color: #fdce1d;
	background-image: url(images/dhl_logo.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 55px;
}
#dhlheader .twitter a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 17px;
	margin-left: 600px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .twitter a:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 18px;
	margin-left: 600px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .tweet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 12px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -39px;
	height: 30px;
}
#dhlheader .tweet a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 13px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -39px;
	height: 30px;
}
.oneColFixCtrHdr #spheader {
	background: #e30619;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
}
.oneColFixCtrHdr #header 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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin:0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.oneColFixCtrHdr #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: 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: 9px;
}
.navbigbtn {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
}
#flash {
	padding-bottom: 5px;
}
.navbigbtn_rh {
	float: right;
	padding-right: 0px;
	padding-bottom: 5px;
}

#footer .redbar {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#FlashID2 {
	text-align: right;
	height: 55px;
	width: 550px;
	right: 150px;
	margin-left: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
