/*
	Cardinal Health common stylesheet | For use on all websites and web applications
	
	Table of Contents:
		layout
		typography
		forms and tables
		lists and rules
		tab navigation
*/
	

/* layout
----------------------------------------------- */
	
body {
	background: white;
    padding-left: 0;
    padding-right: 0;
	width:100%;
	}
.expander {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	}
#NavigationTop {
	display: none;	
	}
#GlobalUtilities {
	display: none;
	}
#GlobalUtilitiesFlexible {
	display: none;
	}
#Search {
	display:none;
	}
#CapabilityBand {
	display: none;
	}
#Navigation {
	display: none;
	}
#RightColumn {
 	display: none;
	}
#FooterAreaFlexible {
	display: none;
	}
#FooterContentFlexible {
	display: none;
	}
#ContentFixed {
	margin:0;
	}
#FooterAreaFixed {
	display:none;
	}
a:link, a:visited {
	color: #000000;
	background: transparent;
	text-decoration: underline;
	}
#FeedbackFixed {
	display: none;\
	}
#FeedbackFlexible {
	display: none;\
	}
.pagebreak {
	page-break-after: always;
	}
