/*
-------------------------------------------------
Format For Print
-------------------------------------------------
*/



html {
	
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

body {
	background: white;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	margin: 0;

}


a:link, avisited {

	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;

}

#main_content_well_title {
	font-size: 15px;
	margin-top : -30px;
	margin-left: 0px;
}


#header_logo {
	background-attachment: url(../images/KCU_Logo_Black.jpg);
	background-repeat:no-repeat;
}


/*
-------------------------------------------------
Hide These Divs when Printing
-------------------------------------------------
, #main_content_well_banner, #header_logo, 

*/

#divContentNav, #footer, #header_tertiary_nav, #search_box, #header_global_nav {
	display: none !important;
	height: 0px;
}

/*
-------------------------------------------------
Show these Divs when Printing
-------------------------------------------------
*/

#main_content_well, main_content_well_bckgrd_middle, copyrightd {

	background: white;
  	float: none !important;
  	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
	color: black;
		
}

