/* Print styles for University of Maine School of Law web site
   http://mainelaw.maine.edu/
   R. McGlauflin Apr 2010 */
  
body {
   background: white;
   font-size: 12pt;
}

img { border:none; }

#search,
#nav-container,
#sidenav-container,
#footer { display:none; }

#banner { min-height:inherit; border-bottom:2px solid #555; margin-bottom:2em; }

h1 a { 
	background:none;
	/*font-size:.8em;*/
	display:inherit;
	width:auto;
	height:auto;
	text-decoration:none;
	text-indent:0;
	overflow:hidden;
	margin:auto;
	color:#000;
}

h1 a:link { text-decoration:none; }

h1, h2, h3, h4, h5, h6 { color:#000 !important; }

/*#secondary #content {
	font-size:0.7em;
	line-height:140%;
	padding:30px 0;
	width:90%;
}*/



#secondary #content,
#secondary #content div,
#rcol {
   width:100%;
   margin:inherit 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

