/*********************************************************************
common_print.css - Toyota.ca - Master Stylesheet Print(c) 2008 Toyota
********************************************************************/

/*************
General Styles
*************/

	body{
		width:8in;
	}

	/*links*/

	a:link,
	a:visited,
	a:hover,
	a:active{
		background:none !important;
		color:#3F82CC !important;
		text-decoration:underline !important;
	}


	/********
	masthead
	*******/

	div#SITENAV h1{
		margin:0;
		padding:0;
		text-align:center;
		width:700px;
	}
	div#SITENAV h1 img{ /*background-image set in common_{lang}.css*/
		display:inline;
		margin:0;
		padding:0;
		text-align:center;

	}

	/***************
	main navigation
    ***************/

	button,
	input[type="submit"],
	ul#main_navigation,
	div#control_panel,
	div#MENU,
	div#footer{
		display:none !important;
	}


	/******
	content
	*******/

	div#CONTENT{
		padding:0;
		float:none;
	}

	p{
		width:90%;
	}

	h2{
		clear:both;
	}


	/*grad program */

	div#grad_critieria_content h3 img,
	div#grad_eligibility_content h3 img,
	div#accredited_content h3 img{
		display:inline;
	}

	table.promo_table{
		width:500px;
	}













