/* Mental Health First Aid
 * PRINT STYLES
 *
 * Created by Vanessa Chung
 * vanessa.chung@iomer.com
 * January 11, 2007
 */

body {
	background-color: white;
	font-size: 10pt;
}

#home h1, h1 {
	font-size: 15pt;
}

#home h2, #right h2, #searchList h2, #searchList h2 a, h2.new {
	font-size: 12pt;
	padding: 0;
}

/* All IR Titles */
#home #news h1, #home #sessions h1, #subnav h2#IRsubtitle, h1#aboutMHFACanada, h1#courseListing, h1#searchResults_title {
	text-indent: 0;
}

/* Home page hidden */
#global, #mainNav, #banner, #findCourse, #side {
	display: none !important;
}

/* Subpage hidden */
#left, #subnav, .featureBox, #photo {
	display: none !important;
}

/* Home page printable */
#logo, #content, #dashboard, #main, #info #news, #info #sessions, #footer {
	float: none;	
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#info #sessions {
	margin-top: 20pt;
}

/* Sub page printable */
#right, #searchResults, #courseList {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#searchResults p {
	border: 1px solid #999999;
}

#courseList {
	width: 100%;
}

/* Footer properties */
#footer {
	text-size: 8pt;
	color: #666666;
	border-top: 1px solid grey;
	margin-top: 25pt;
}