/* SUU School of Business - Print Styling - Created April 2006 by SUU Web Services */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/* hide general SUU navigation */
#navigation {
	display: none;
}

/* hide main navigation list */
#busnav {
	display: none;
}

/* hide list linking to departments */
#busdepts {
	display: none;
}

/* Keep heading size aspect relative to other text */
#buscontent h2 {
	font-size: 1.8em;
}
#buscontent h3 {
	font-size: 1.6em;
}
#buscontent h4 {
	font-size: 1.6em;
}
#buscontent h5 {
	font-size: 1.4em;
}
#buscontent h6 {
	font-size: 1.4em;
}
/* hide the home link */
#buscontent .home {
	display: none;
}

/* shrink the information footer bar */
#infofooter {
	font-size: 9pt;
	font-style: italic;
}
#infofooter hr {
	display: none;
}

/* Hide the error report */
#error {
	display: none;
}

/* Hide the Looking for Answers image */
#question {
	display: none;
}

/* Minimize the appearance of the footer */
#footer {
	border-top: 1px solid #666666;
	color: #666666;
	font-size: 9pt;
	margin-top: 20px;
}

/* Hide the non-standards notification */
#notice {
	display: none;
}
