﻿#container2, #container, #masthead  {
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
}

#masthead {
	height: auto;
	margin-bottom: 1em;
	border-bottom: 1px solid black;
}

#masthead h1 {
	display: none;
}

#masthead h2 {
	display: none;
}

#masthead img {
	display: inline;
	float: left;
	width: 2.0in;
	height: 1.0in;
	padding-right: 3em;
}

#navigation {
	display: none;
}

#content {
	float: none;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: black;
	border: none;
}

#sidebar {
	display: none;
}

a {
	color: black;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: gray;
	text-decoration: none;
}



#footer {
	border-top: 1px solid gray;
	color: gray;
}

.noprint, .downloadmenu, .rightnav {
	display: none;
}


