/*
-----------------------------------------------
Nursing Notes Print CSS
Author:   Althea Prescod
Version:  June 2006
----------------------------------------------- */


#nav, #sidebar, #flickr {
	display: none !important;
	}
	
body, #content, #mid, #footer {  width: auto !important;  margin: 0 !important;  padding: 0 !important;}

#container, #mid, #content {
	border: none;
	}

body {   background: white;   font: 12pt serif;   }
   
div#mid, #header {
	background: transparent none;
	}
	
a:link, a:visited {   color: #004;   background: transparent;   font-weight: bold;   text-decoration: underline;   }
   

