 div:hover {
background-color: rgba(255,255,255,0.5);
}
a:hover {
  color: #00566f;
}
#page-changer {padding:15px; background:#e5e5e5}
if (isset($_POST['nav'])) {
		 header("Location: $_POST[nav]");
	}
?**View questions about:**

Choose Topic...ALL FAQsMost Commonly Asked------------------------------------Account Setup, Systems Access, Running ReportsAuthorized SignatureBudgetingCapitalization, Equipment, EIN, DUNS, W-9ClinCardCompliance &amp; Review Boards (e.g. COI, IRB, IACUC)ConsultantsContactsDefinitionsEmployee Reimbursement &amp; TravelExclusions, MTDC, Fringe and Indirect (F&amp;A) RatesFormsGrant Applications/ProposalsInfoEd (Training, eRA Commons)Procedures / How To'sSignatures, Authorizations, and LevelsSubsVelosCT / Medicare Coverage Analysis (MCA)   ---


$(function() {
    $("#submit").hide();
    $("#page-changer select").change(function() {
        window.location = $("#page-changer select option:selected").val();
    })
});
[Show All](#) [Hide All](#)


$(function () {			
					$('a[data-toggle="collapse"]').on('click',function(){
				var objectID=$(this).attr('href');
				if($(objectID).hasClass('in'))
				{
                                    $(objectID).collapse('hide');
				}
				else{
                                    $(objectID).collapse('show');
				}
                    });
                    $('#expandAll').on('click',function(){
                        $(".inner-page-content").find('a[data-toggle="collapse"]').each(function(){
                            var objectID=$(this).attr('href');
                            if($(objectID).hasClass('in')===false)
                            {
                                 $(objectID).collapse('show');
                            }
                        });
                    });
                    $('#collapseAll').on('click',function(){
                        $(".inner-page-content").find('a[data-toggle="collapse"]').each(function(){
                            var objectID=$(this).attr('href');
                            $(objectID).collapse('hide');
                        });
                    });
					
		});
 [What is the capitalization threshold for BMC?](#collapse-3c)

BMC: $5,000



 [What are BMC's EIN and DUNS numbers?](#collapse-3d)

EIN: 04-3314093 DUNS: 00-549-2160



 [Where can I get a copy of the W-9 needed for the Independent Contractor/Consulting Agreement?](#collapse-3e)

<http://www.irs.gov/> - Click on Forms and Publications Finder; Type in W-9; Click Go; Click on Form W-9 (Revised January '03). You must have Adobe to Read/Print.