body {
	background-color: white;
	color: black;
	font: smaller "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#menu {
	height:80px;
	background: url(../images/logo_B&W_NearFar.png) no-repeat left center;
}

#mainnav {
	display: none;
}

#left_col {
	display: none;
}

#footer {
	display: none;
}

#searchBar{
	display: none;
}

.print {
	display: none;
}

.hbox {
	display: table;
}

.hbox h1 {
	display: table-cell;
}

.hbox span {
	padding-left: 20px;
	display: table-cell;
}

#grant-application textarea {
	width: 500px;
	height: 120px;
}

form input[type="text"] {
	padding: 10px;
}

form input[type="text"], form textarea {
	border: 1px solid silver;
}