/*	-------------------------------------------------------------
	National Rehabilitation Center Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		print.base.css
    Version:        1.0
	Date:			July 30, 2006
	-------------------------------------------------------------	*/
/*	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    body
    {
		margin: 0px;
		padding: 0px;
		background-color: #ffffff;
		color: #000;
		font-size:12px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    }
    
    a
    {
        text-decoration:none;
        font-weight:bold;
        color:#000000;
        background-color:#ffffff;    
    }
    
    #trHead , .path
    {
        display:none;    
    }
    
    #trFoot
    {
        display:none;    
    }
    
    .inleft
    {
        display:none;    
    }
    
    .content
    {
		width:100%;
		padding-right:150px;
        display:inline;    
    }
    
    .inrtitle
    {
        font-weight:bold;   
        padding-bottom:20px; 
    }
    
    .inbnav
    {
        padding-top:20px; 
    }
    
    
    .HeaderPrint
     {
       display :block;
     }
     .HeaderPrint1
     {
       display :block;
       padding-top :30px;
     }
     #trVisitors
    {
        display:none;    
    }
    #trPrevNext
    {
        display:none;    
    }
    #trBack
    {
        display:none;    
    }
