<?xml version="1.0" encoding="ISO-8859-1" ?> 
<?xml-stylesheet type="text/xsl" href="faq.xsl" ?>

<!DOCTYPE faq[
     <!ELEMENT faq (question+)>
	 <!ELEMENT question (index,subject,answer,link)>
	 <!ELEMENT index   (#PCDATA)>
	 <!ELEMENT subject (#PCDATA)>
	 <!ELEMENT answer  (#PCDATA)>	 
	 <!ELEMENT link    (#PCDATA)>	 
	 ]>      
  <faq>
	<question>
	    <index>1</index>
	    <subject>How do I get involved in Scouting?</subject>
		<answer>To find out more information about your nearest Scout group, please follow the link below and we will then be able to put you in contact with your nearest group.</answer>
		<link>join.html</link>
	</question>	
	<question>
	    <index>2</index>
	    <subject>Where can I find out where badges go on my uniform? Badge Positions</subject>
		<answer>You will find this information on ScoutBase UK. Follow the link below, click your section > awards > position on badges.</answer>
		<link>http://www.scoutbase.org.uk/6to25/</link>
	</question>	
	<question>
	    <index>3</index>
	    <subject>I'm looking for the District Directory, but can't find it online. Why not?</subject>
		<answer>The District Directory is not made availible online as it contains personal information that should not be displayed on the web. If you need to contact someone in the District, email us using the link below.</answer>
		<link>EmailMe.html</link>
	</question>	
	<question>
	    <index>4</index>
	    <subject>What is POR? Where can I find a copy?</subject>
		<answer>POR stands for policy, organisation and rules. It outlines the what can and can't be done in Scouting, as well as how. An online copy is avalable, follow the link below</answer>
		<link>http://www.scoutbase.org.uk/library/hqdocs/por/index.htm</link>
	</question>	
	<question>
	    <index>5</index>
	    <subject>Where are your meeting places? Where is my nearest group headquarters (H.Q.)?</subject>
		<answer>We do not publish these online. To be put in contact with your nearest group please visit the link below.</answer>
		<link>join.html</link>
	</question>	
	<question>
	    <index>6</index>
	    <subject>Does Erith and Crayford Scouts have a contact phone number?</subject>
		<answer>No, please email any enquires to us?</answer>
		<link>EmailMe.html</link>
	</question>	
	<question>
	    <index>7</index>
	    <subject>Where can I find permission forms?</subject>
		<answer>The best place to look for forms is on ScoutBase UK</answer>
		<link>http://www.scoutbase.org.uk</link>
	</question>	
	
	<question>
	    <index>8</index>
	    <subject>Where can I find out information on Emergency First Aid?</subject>
		<answer>We do not have first aid information on our web site. It would be impossible for us to keep the informatin up to date. You may find the link below useful however.</answer>
		<link>http://www.bbc.co.uk/health/first_aid_action/</link>
	</question>	
	
	<question>
	    <index>9</index>
	    <subject>How much does it cost to join Scouting? What fees do I have to pay?</subject>
		<answer>This cost varies between different groups depending on where they meet. For more information on your nearest group please follow the link below.</answer>
		<link>join.html</link>
	</question>	
	<question>
	  <index>10</index>
	  <subject>Where can I find out more about Downe Activity Centre?</subject>
	  <answer>To find out more information about the Downe Activity Centre, follow the link below.</answer>
	  <link>http://www.downeactivitycentre.org.uk</link>
	</question>
	
	
  </faq>