@charset "utf-8";
/* CSS Document - DF/BW/SSH Cancer Center content page print styles */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
}

/******link styles******/
a:link {
	color: #003399;
}

/***table styles***/
/*important phone numbers table styles*/
#phoneNumbers {
	border:none;
}
/*th styles for phone numbers table*/
#phoneNumbers th {
	text-align:left;
	color: #000;
	}
/*th styles for care team table*/
#team th {
	color: #000;
	text-align:left;
	line-height:130%;
}
/*sets top border for th in care team table*/
#team th.border {
	border-top:1px solid #000;	
	padding-top:12px;	
}
/***list styles***/
ul li, ol li {
	margin: 7px 10px;
	line-height:125%;
}
/******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 logo and page title image*/
#banner {
display:none;
}
/*hides left navigation*/
#leftnav { 
	display:none;
	}
/*holds content area*/
#content {
	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;
}
/*adds border to images in the content div*/
#content img.border {
	display:none;
}
/*inline heading*/
.inlineHead {
	color: #000;
	font-weight:bold;
}
/*doctors name on care team page*/
.boldName {
	color:#333;
	font-weight: bold;
}
