/* CSS Document */

/*This is the CSS for Print Media*/

/*This section sets the background to white*/

body.bg-solid {
	background: #fff;
	font: normal 12pt/13pt "Garamond", "Times New Roman", Times, serif;
}

/*This section removes the header nav, and leaves just the logo*/
div#av-header {
	margin:0;
	padding:0;
	background: none;
	width: 100%;
	height: auto;
}
#av-navlogo {
	padding: 0;
	margin: 0;
	width: 144px;
	height: 67px;
	float:none;
	border: none;
}
#av-navlogo img {
	border: none;
}
#av-search-wrap {
	display:none;
}
#av-navbar {
	display:none;
}

/*This section hides the left nav*/
#av-lnav-wrap {
	display:none;
	position:
}

/*This section positions the content area*/
#av-vap-body-wrap {
	width: 100%;
}
#bread-gen ul li {
	float:left;
}

#bread-gen {
	padding: 0 0 20px 0;
	margin: 0;
}

/*This section hides the footer*/
#av-footer {
	display:none;
}
