/*	-------------------------------------------------------------
	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;    
    }
    
    .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-left:135px;
        margin-left:135px;    
    }
    
    .hnshort
	{
	    text-align:justify;
	}
	
	.inimg
	{
	    float:left; 
	    width:64px;
	    height:45px;
	    margin-left:10px;
	    border:solid 1px #000000;   
	}
	
	.ndate
	{
	    font-weight:bold;
	    text-align:left;
	}
	
	#home 
	{
	    margin-left:auto;
	    margin-right:auto;
	    width:75%;
	}
	
	/*	-------------------------------------------------------------
	Content Layout Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.content
	{
	    width:590px;    
	    vertical-align:top;
	    padding:0px 5px 0px 0px;
	}
	
	.icontent
	{
	    vertical-align:top;
	    padding:0px 150px 0px 0px;
	    width:590px;
	}
	
	.eicontent
	{
	    border-left:solid 1px #aaaaaa;
	    vertical-align:top;
	    padding:0px 0px 0px 0px;
	    border-right:solid 1px #aaaaaa;
	}
	
	.back
	{
	    height:22px;
	    text-align:left;  
	    padding-left:10px;  
	}
	
	.hmtd
	{
	    padding:0px 0px 3px 0px;    
	}
	
	.main
	{
	    height:100%;    
	}
	
	.mncontent
	{
	    height:100%;
	    vertical-align:top;
	    padding:10px 5px 10px 10px;
	    text-align:justify;   
	    line-height:15px;    
	}
	
	.ncontent
	{
	    height:100%;
	    vertical-align:top;
	    padding:10px 5px 10px 10px;
	}