<?xml version="1.0"?>
<map>
    <title>USA: West</title>
    <smallwidth>440</smallwidth>
    <smallheight>500</smallheight>
    <largewidth>550</largewidth>
    <largeheight>625</largeheight>
    <filetype>png</filetype>
<!-- Beginning of Continents -->
<continent>
      <name>Washington</name>
      <bonus>3</bonus>
      <components>
         <territory>Bellingham</territory>
         <territory>Seattle</territory>
         <territory>Olympia</territory>
         <territory>Kettle Falls</territory>
         <territory>Spokane</territory>
         <territory>Kennewick</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Oregon</name>
      <bonus>4</bonus>
      <components>
         <territory>Portland</territory>
         <territory>Salem</territory>
         <territory>Medford</territory>
         <territory>Pendleton</territory>
         <territory>Burns</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>California</name>
      <bonus>5</bonus>
      <components>
         <territory>Cresent City</territory>
         <territory>Redding</territory>
         <territory>Sacramento</territory>
         <territory>San Francisco</territory>
         <territory>Fresno</territory>
         <territory>San Jose</territory>
         <territory>Los Angeles</territory>
         <territory>San Diego</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Nevada</name>
      <bonus>3</bonus>
      <components>
         <territory>Reno</territory>
         <territory>Winnemucca</territory>
         <territory>Wells</territory>
         <territory>Las Vegas</territory>
         <territory>Carson City</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Any 3 State Capitals</name>
      <bonus>1</bonus>
      <components>
         <territory>Olympia</territory>
         <territory>Salem</territory>
         <territory>Sacramento</territory>
         <territory>Carson City</territory>
      </components>
    <required>3</required>
</continent>
         <!---->
<continent>
      <name>All State Capitals</name>
      <bonus>4</bonus>
      <components>
         <territory>Olympia</territory>
         <territory>Salem</territory>
         <territory>Sacramento</territory>
         <territory>Carson City</territory>
      </components>
    <required>4</required>
    <overrides>
         <override>Any 3 State Capitals</override>
    </overrides>
</continent>
         <!---->
<continent>
      <name>All Cities Along 5</name>
      <bonus>7</bonus>
      <components>
         <territory>Bellingham</territory>
         <territory>Seattle</territory>
         <territory>Olympia</territory>
         <territory>Portland</territory>
         <territory>Salem</territory>
         <territory>Medford</territory>
         <territory>Redding</territory>
         <territory>Sacramento</territory>
         <territory>Los Angeles</territory>
         <territory>San Diego</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>All Cities Along 80</name>
      <bonus>3</bonus>
      <components>
         <territory>Wells</territory>
         <territory>Winnemucca</territory>
         <territory>Reno</territory>
         <territory>Sacramento</territory>
         <territory>San Francisco</territory>
      </components>
</continent>
         <!---->
<!-- Beginning of Territories -->
<territory>
      <name>Bellingham</name>
      <borders>
         <border>Seattle</border>
      </borders>
      <coordinates>
			<smallx>127</smallx>
			<smally>43</smally>
			<largex>160</largex>
			<largey>48</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Seattle</name>
      <borders>
         <border>Bellingham</border>
         <border>Olympia</border>
         <border>Spokane</border>
      </borders>
      <coordinates>
			<smallx>145</smallx>
			<smally>69</smally>
			<largex>181</largex>
			<largey>82</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Olympia</name>
      <borders>
         <border>Seattle</border>
         <border>Kennewick</border>
         <border>Portland</border>
      </borders>
      <coordinates>
			<smallx>129</smallx>
			<smally>94</smally>
			<largex>164</largex>
			<largey>111</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Kettle Falls</name>
      <borders>
         <border>Spokane</border>
      </borders>
      <coordinates>
			<smallx>216</smallx>
			<smally>64</smally>
			<largex>271</largex>
			<largey>78</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Spokane</name>
      <borders>
         <border>Kettle Falls</border>
         <border>Seattle</border>
         <border>Kennewick</border>
      </borders>
      <coordinates>
			<smallx>208</smallx>
			<smally>102</smally>
			<largex>261</largex>
			<largey>121</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Kennewick</name>
      <borders>
         <border>Spokane</border>
         <border>Olympia</border>
         <border>Pendleton</border>
      </borders>
      <coordinates>
			<smallx>168</smallx>
			<smally>112</smally>
			<largex>211</largex>
			<largey>134</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Portland</name>
      <borders>
         <border>Olympia</border>
         <border>Salem</border>
         <border>Pendleton</border>
      </borders>
      <coordinates>
			<smallx>110</smallx>
			<smally>147</smally>
			<largex>138</largex>
			<largey>179</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Salem</name>
      <borders>
         <border>Portland</border>
         <border>Burns</border>
         <border>Medford</border>
      </borders>
      <coordinates>
			<smallx>86</smallx>
			<smally>169</smally>
			<largex>108</largex>
			<largey>205</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Medford</name>
      <borders>
         <border>Salem</border>
         <border>Redding</border>
      </borders>
      <coordinates>
			<smallx>75</smallx>
			<smally>201</smally>
			<largex>95</largex>
			<largey>246</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Pendleton</name>
      <borders>
         <border>Kennewick</border>
         <border>Portland</border>
         <border>Burns</border>
      </borders>
      <coordinates>
			<smallx>170</smallx>
			<smally>156</smally>
			<largex>214</largex>
			<largey>190</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Burns</name>
      <borders>
         <border>Salem</border>
         <border>Pendleton</border>
         <border>Winnemucca</border>
      </borders>
      <coordinates>
			<smallx>153</smallx>
			<smally>209</smally>
			<largex>192</largex>
			<largey>256</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Cresent City</name>
      <borders>
         <border>Redding</border>
         <border>San Francisco</border>
      </borders>
      <coordinates>
			<smallx>56</smallx>
			<smally>258</smally>
			<largex>71</largex>
			<largey>316</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Redding</name>
      <borders>
         <border>Cresent City</border>
         <border>Sacramento</border>
         <border>Medford</border>
      </borders>
      <coordinates>
			<smallx>74</smallx>
			<smally>283</smally>
			<largex>94</largex>
			<largey>348</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Sacramento</name>
      <borders>
         <border>Redding</border>
         <border>San Francisco</border>
         <border>Fresno</border>
         <border>Los Angeles</border>
         <border>Reno</border>
      </borders>
      <coordinates>
			<smallx>84</smallx>
			<smally>330</smally>
			<largex>105</largex>
			<largey>410</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>San Francisco</name>
      <borders>
         <border>Cresent City</border>
         <border>Sacramento</border>
         <border>San Jose</border>
      </borders>
      <coordinates>
			<smallx>57</smallx>
			<smally>359</smally>
			<largex>72</largex>
			<largey>444</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Fresno</name>
      <borders>
         <border>Sacramento</border>
         <border>Los Angeles</border>
      </borders>
      <coordinates>
			<smallx>116</smallx>
			<smally>387</smally>
			<largex>147</largex>
			<largey>477</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>San Jose</name>
      <borders>
         <border>San Francisco</border>
         <border>Los Angeles</border>
      </borders>
      <coordinates>
			<smallx>60</smallx>
			<smally>387</smally>
			<largex>76</largex>
			<largey>479</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Los Angeles</name>
      <borders>
         <border>San Jose</border>
         <border>San Diego</border>
         <border>Fresno</border>
         <border>Las Vegas</border>
         <border>Sacramento</border>
      </borders>
      <coordinates>
			<smallx>102</smallx>
			<smally>444</smally>
			<largex>128</largex>
			<largey>549</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>San Diego</name>
      <borders>
         <border>Los Angeles</border>
      </borders>
      <coordinates>
			<smallx>130</smallx>
			<smally>487</smally>
			<largex>161</largex>
			<largey>603</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Reno</name>
      <borders>
         <border>Sacramento</border>
         <border>Carson City</border>
         <border>Winnemucca</border>
      </borders>
      <coordinates>
			<smallx>147</smallx>
			<smally>295</smally>
			<largex>184</largex>
			<largey>363</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Winnemucca</name>
      <borders>
         <border>Burns</border>
         <border>Wells</border>
         <border>Reno</border>
      </borders>
      <coordinates>
			<smallx>187</smallx>
			<smally>283</smally>
			<largex>235</largex>
			<largey>349</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Wells</name>
      <borders>
         <border>Las Vegas</border>
         <border>Carson City</border>
         <border>Winnemucca</border>
      </borders>
      <coordinates>
			<smallx>223</smallx>
			<smally>293</smally>
			<largex>279</largex>
			<largey>362</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Las Vegas</name>
      <borders>
         <border>Los Angeles</border>
         <border>Carson City</border>
         <border>Wells</border>
      </borders>
      <coordinates>
			<smallx>202</smallx>
			<smally>400</smally>
			<largex>254</largex>
			<largey>495</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Carson City</name>
      <borders>
         <border>Reno</border>
         <border>Wells</border>
         <border>Las Vegas</border>
      </borders>
      <coordinates>
			<smallx>155</smallx>
			<smally>331</smally>
			<largex>195</largex>
			<largey>409</largey>

      </coordinates>
</territory>
      <!---->
</map>
