html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div {
  overflow: hidden;
}

body {
	font-family: arial;
	font-size: 	12px;
  color: #333333;
}

a {
  text-decoration: none;
}

a:link, a:visited
{
  color: #333333;
}

a:hover {
  color:  #015fd3;
}

#mainCenteringWrapper {
  margin-left: auto;
  margin-right:auto;
  width: 945px;
}

#top {
}

#dteLogo {
	float: left;
  padding-top: 8px;
}
#mastHead {
  float: left;
	width: 282px;
}

#infoArea {
  float: left;
  width: 380px;
}

.whiteBar {
  background-color: #ffffff;
  height: 20px;
  width: 100%;
}

#bottom {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  border-top: solid 2px #ff9900;
}
