/* Print Rendering Styles */


#divMenuNavigation,#divHorzMenuBar,#footer_link,#divAAUWLogo {
	display: none;
}

#divContainer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#divHeader {
	height: 100px;
}


#printlogo {
	display: block;
	text-align: left;
	position: absolute;
	left: 2px;
	top: 0px;
	width: 843px;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #333333;
	padding-left: 50px;

}

#divContentIndex {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -100px;
	width: 5.5in;
}
#divContent {
	position: relative;
	left: -50px;
	top: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -100px;
	width: 7in;
}

