/*	-------------------------------------------------------------
	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: #000000;
		font-size:11px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    }
    
    a
    {
        text-decoration:none;
        font-weight:bold;
        color:#000000;
        background-color:#ffffff;    
    }
    
    #tdNav
    {
		display:none;
	}
	
	#trPFoot
	{
		display:none;
	}
	
	#trPHead
	{
		display:none;
	}
    
    #trHead , .path
    {
        display:none;    
    }
    
    #trFoot
    {
        display:none;    
    }
    
    .inleft
    {
        display:none;    
    }
    
    .icontent
	{
		margin-left:0px;
		margin-right:0px;
	    vertical-align:top;
	    padding:0px 0px 0px 0px;
	    width:590px;
	}
    
    .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;    
    }
    
    #tdOverView
    {
		display:none;
	}
	
	#form
	{
		display:none;
	}
    #fsub
    {
		display:none;
	}

	#trOutLookExpo
	{
		display:none;
	}
	
	.ievtlt
    {
        display:none;   
    }
    
    .ievtcnt
    {
        text-align:justify;
        padding-right:135px;
        margin-right:135px;    
    }
    
    .hnshort
	{
	    text-align:justify;
	}
	
	.inimg
	{
	    float:right; 
	    width:64px;
	    height:45px;
	    margin-right:10px;
	    border:solid 1px #000000;   
	}
	
	.ndate
	{
	    font-weight:bold;
	    padding-right:110px;    
	}
