@charset "utf-8";
/* CSS Document - DF/BW/SSH Cancer Center home page print styles */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
}

/******link styles******/
a:link {
	color: #003399;
}

/******heading styles******/
h1 {
	font-size: 110%;
}
h2 {
	font-size: 100%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font-size: 90%;
	font-style:italic;
	font-weight: bold; 
}
/******paragraph styles******/
p {
	font-size: 100%;
	line-height:125%;
}
/*paragraph styles for footer*/
#footer p {
line-height:130%;
}

/******div styles******/
/*holds all page content except footer*/
#wrap {
	width:100%;
}
/*hides global links at top of page*/
#global_links {
display:none;
}
/*hides top banner photo and logo*/
#banner {
display:none;
}
/*hides left navigation*/
#leftnav { 
	display:none;
	}
/*holds content area*/
#content {
	width:100%;
	}
/*first row of content area*/ 
#contentRow1 {
	width:100%;
	border-bottom:1px solid #000;
}
/*row 1 image*/
#row1Image {
	display:none;
}
/*row 1 text*/
#row1Text {
	width:100%;
}
/*second row of content area*/
#contentRow2 {
	width:100%;
	border-bottom:1px solid #000;
}
/*row 2 image*/
#row2Image {
	display:none;
}
/*row 2 text*/
#row2Text {
	width:100%;
}
/*third row of content area*/
#contentRow3 {
	width:100%;
}
/*row 3 image*/
#row3Image {
	display:none;
}
/*row 3 text*/
#row3Text {
	width:100%;
}
/*holds address and copyright info at bottom of page*/
#footer {
	clear:both;
	width:100%; 
	text-align:center;
	font-size:85%;
	}
/*hides content div images*/
#content img {
	display:none;
}
/*apply this class to items you don't want to print*/
.printHide {
	display:none;
}