/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}

a, a.visited {
	font-weight: bold;
	text-decoration: underline;

}

h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

body {
   background: white;
   font-size: 12pt;
   background: transparent none;
   }
#navcontainer, #navBottom, #features, #globalNav, #search {
   display: none;
   }
   
   #masthead {
   	float: none !important;
	background: url(../images/UHNlogo.gif) no-repeat left top;
   }
   
  #breadCrumb {
  	font-family: "Times New Roman", Garamond, serif;
	font-size: 8pt;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
}
  
#Globalwrapper, #navBar {
	width: auto;
	margin: 0 5%;
	padding: 5px;
	float: none !important;
	color: black;

   }
   
   #content {
	width: 90%;
	margin: 0px;
	padding: 5px;
	float: none !important;
	color: black;
	background: transparent none;
	border-top: thin solid #000000;
	border-right: 0;
	border-bottom: medium solid #000000;
	border-left: 0;
   }
   
#sectionFooter {
   background: transparent none;
   }
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

/* control of block-level elements.  */


#navigation, #footer, .noprint {
	display: none;
}

