/* Hide the Header border */
#header { border:none; }
/* Show the logo */
#header #logo { display:block; padding:5px; height:92px; width:192px; float:left; }
#header #logo { padding:5px; height:92px; width:192px; float:left;}
/* Hide the rest of the header */
#header #rightcontainer { display: none; }
#header #hospitalconnect{ display: none; }
.container1 { border:none; }

/* Remove the border around the main container */
#maintainer { border:none }
/* Hide left and right blocks */
#maintainer #left { display: none; }
#maintainer #right { display: none; }
/* Format the middle content for printing */
#maintainer #middle { margin-left:0px; width:80%; padding:12px 0px 12px 0px; font-family:Arial, Helvetica, sans-serif; border-top:1px solid #4076AB; border-bottom:1px solid #4076AB;}
/* Hide the breadcrumbs */
#maintainer #middle #breadcrumb { display: none; }

/* Format the footer and hide the links */
#maintainer #footer { margin-top:30px; background-color:#fff; clear:both; width:80%;}
#maintainer #footer #links { display: none; }
