﻿/*

// -------------------------------------------------------------------
// Source: /Style%20Library/2010/sts/sts_print.css
//
// Description: override print style sheet for Safe to Sleep
//
// -------------------------------------------------------------------

*/

/*
// *******************************************************************
// PAGE LAYOUT
// *******************************************************************
*/

html, body {
	color:						#000000;
	background-color:			#FFFFFF;
	margin:						0px;
	padding:					0px;
	font-size:					12px !important;
	font-family:				Times New Roman, Times, serif !important;
}

/*
// *******************************************************************
// HIDE
// *******************************************************************
*/

#s4-ribbonrow, #sts_main_header, #sts_main_footer, #sts_main_content_toptools, #sts_main_block_page_content_left { display: none; }

#nichd_addthis_sts, #nichd_addthis_sts1col { display: none; }

/*
// *******************************************************************
// SHOW/OVERRIDE
// *******************************************************************
*/

#sts_footer_printed_date {
	display:					block;
	clear:						both;
	margin-top:					10px;
}

h1 {
	font-size:					16px !important;
	color:						#000000 !important;
	text-align:					left !important;
	margin-bottom:				5px !important;
}

h2 {
	font-size:					14px !important;
	color:						#000000 !important;
	text-align:					left !important;
	margin-bottom:				5px !important;

}

h3 {
	font-size:					13px !important;
	color:						#000000 !important;
	text-align:					left !important;
	margin-bottom:				5px !important;
}

#sts_main_block_page, #sts_main_block_page_content_right, #sts_main_block {
	width:						100% !important;
	margin:						0px !important;
	padding:					0px !important;
	max-width:					100% !important;
	min-width:					0 !important;
}

#sts_main_content { background-color: #FFFFFF; padding: 0; border: none; }

body #s4-bodyContainer {
	min-width:					100% !important;
}

.nichd_milk_home_right_div {
	margin-left:				400px;
}