/* do this just in case! */
* {
	background: none;
	float: none;
	clear: none;
	border: none;
}
div { margin: 0; padding: 0; }

/* start real style sheet */
h1, h2, h3, h4, h5, h5 {
	margin: 0 0 1em 0;
}
html, body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 82%;
	margin: 0; padding: .5em;
	background: #fff;
}
dl.navigation {
	display: none;
}
#header img {
	display: none;
}
/* show the UW-Extension Logo */
#header h1 span {
	display: none;
}
#header h1 a{
	display: block;
	background: url(/template/images/logos/small.gif) top left no-repeat transparent;
	width: 165px;
	height: 45px;
}

#header h2 {
	font-size: 1.1em;
}

#header ul, li {
	list-style: none;
	margin: 0; padding: 0;
}
#header .bread-crumbs {
	display: none;
}
#header .navigation li {
	display: block;
}

#header .logo a {background: none;}


