<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>RHCA at Montesoro</title>
<style fprolloverstyle>A:hover {color: #CC9900}
</style>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)">
<meta name="Microsoft Theme" content="rhca 1111">
</head>

<body style="background-attachment: fixed">

<div align="center">
  <center>
  <table id="table4" style="border-collapse: collapse" cellPadding="0" width="750" border="0">
    <tr>
      <font size="4">
      <td align="middle" bgColor="#660000"><font size="4">
      <div align="center">
        <font face="Arial">
      <address align="center">
        <font face="Arial" size="2" color="#FFFFFF">
		<span style="font-style: normal; font-weight:700">RHCA</span></font></address>
      <address align="center">
        <font face="Arial" size="2" color="#FFFFFF">
		<span style="font-style: normal; font-weight:700">PO Box 119</span></font></address>
      <address align="center">
        <font face="Arial" size="2" color="#FFFFFF">
		<span style="font-style: normal; font-weight:700">Borrego Springs </span></font></address>
		<address align="center">
        <font face="Arial" size="2" color="#FFFFFF">
		<span style="font-style: normal; font-weight:700">CA&nbsp; 92004-0119</span></font></address>
		<address align="center">
        <span style="font-style: normal">
              <b>
              <font color="#FFFFFF" face="Arial" size="2">760-767-1158</font></span></address>
      </font>
      </div>
      </font></td>
      </font>
      <td align="middle" bgColor="#FFFFFF"><font size="4">
            <address align="center">
              <span style="font-weight: 700">
				<font face="Perpetua" color="#663300" style="font-size: 30pt">
				Rams Hill Community Association</font></span></address>
            <address align="center">
              <span style="font-style: normal">
              <font face="Times New Roman" size="6" color="#663300">at</font></span></address>
            <address align="center">
              <font face="Arial"><em>
      <span class="359350005-09102004">
              <span style="FONT-WEIGHT: 700; FONT-STYLE: normal">
              <font style="FONT-SIZE: 30pt" face="Goudy Old Style" color="#ffffff">
              <img height="53" src="images/index.1.jpg" width="271" border="0"></font></span></span></em></font></address>
      </font></td>
    </tr>
    <tr>
      <td vAlign="top" align="middle" width="138" bgColor="#660000">
      <address>

      <!--webbot bot="Navigation" S-Orientation="vertical" S-Rendering="graphics" S-Type="children" B-Include-Home="TRUE" B-Include-Up="FALSE" S-Theme="copy-of-satin 0110" --><font face="Arial"></address>
      <address>
        &nbsp;</address>
      <address>
        <font size="2"><span style="font-style: normal">
        <a target="_blank" href="http://www.montesoro.com">
		<font color="#FFFFFF">Montesoro Resort</font></a></span></font></address>
      <address>
        <font size="2"><span style="font-style: normal">
        <a target="_blank" href="http://www.montesoropropertymanagement.com/">
        <font color="#FFFFFF">Montesoro Rentals</font></a></span></font></address>
      </font></td>
      <td align="middle" bgColor="#F3EDB6" width="612" valign="top"><font face="Arial">
      <span class="359350005-09102004"><em>
      <font size="4">
      <span class="350080905-11042004"></span></font>
      <span class="350080905-11042004"><font face="Arial" color="#663300">
      <div align="center">
        <center>
        <address>
          <span style="font-style: normal; font-weight: 700">&nbsp;</span></address>
		<font face="Perpetua" color="#663300">
      	<address>
			<font size="4">&nbsp;
			<!-----------------------Greeting and Date Script--------------------->
			<! Script created by Dr. Charles A Thomas. <p align="center"></font>
      </font><b><font size="4" color="#663300" face="Perpetua">
			<script LANGUAGE="JavaScript">
<!--
// Store the date in a variable
d = new Date()
dateText = ""

// Get the current day and convert it to the name of the day
dayValue = d.getDay()
if (dayValue == 0)
    dateText += "Sunday"
else if (dayValue == 1)
    dateText += "Monday"
else if (dayValue == 2)
    dateText += "Tuesday"
else if (dayValue == 3)
    dateText += "Wednesday"
else if (dayValue == 4)
    dateText += "Thursday"
else if (dayValue == 5)
    dateText += "Friday"
else if (dayValue == 6)
    dateText += "Saturday"

// Get the current month and convert it to the name of the month
monthValue = d.getMonth()
dateText += " "
if (monthValue == 0)
    dateText += "January"
if (monthValue == 1)
    dateText += "February"
if (monthValue == 2)
    dateText += "March"
if (monthValue == 3)
    dateText += "April"
if (monthValue == 4)
    dateText += "May"
if (monthValue == 5)
    dateText += "June"
if (monthValue == 6)
    dateText += "July"
if (monthValue == 7)
    dateText += "August"
if (monthValue == 8)
    dateText += "September"
if (monthValue == 9)
    dateText += "October"
if (monthValue == 10)
    dateText += "November"
if (monthValue == 11)
    dateText += "December"

// Get the current year; if it's before 2000, add 1900
if (d.getYear() < 2000) 
    dateText += " " + d.getDate() + ", " + (1900 + d.getYear())
else 
    dateText += " " + d.getDate() + ", " + (d.getYear())

// Get the current minutes
minuteValue = d.getMinutes()
if (minuteValue < 10)
    minuteValue = "0" + minuteValue

// Get the current hours
hourValue = d.getHours()

// Customize the greeting based on the current hours
if (hourValue < 12)
    {
    greeting = "Good morning!"
    timeText = " at " + hourValue + ":" + minuteValue + " AM"
    }
else if (hourValue == 12)
    {
    greeting = "Good afternoon!"
    timeText = " at " + hourValue + ":" + minuteValue + " PM"
    }
else if (hourValue < 17)
    {
    greeting = "Good afternoon!"
    timeText = " at " + (hourValue-12) + ":" + minuteValue + " PM"
    }
else
    {
    greeting = "Good evening!"
    timeText = " at " + (hourValue-12) + ":" + minuteValue + " PM"
    }
// Write the greeting, the date, and the time to the page
document.write(greeting + " It is " + dateText + timeText)
//-->
</script>
			<!--------------------------end of Greeting & Date Script---------------------------->
			</font></b>
		</address>
		<address>
			<b>
		</address>
		<div align="center">
        <center>
        &nbsp;</b></center>
      	</div>
        </center>
      </div></font></span>
      </em><b><font face=arial><span style="font-style: normal">
      <em style="font-style: normal">
      <font face="Arial" color="#800000" size="2">
      <table border="0" cellpadding="3" bgcolor="#FFFFFF">
		<tr>
			<td align="center">
			<address>
				<font face="Arial">
      <span class="359350005-09102004">
      <b><font face=arial><span style="font-style: normal">
      <em style="font-style: normal">
      			<font face="Arial" color="#663300" size="4">
        		<a target="_blank" href="newsletters-RHCA/2007-10.htm">Read 
        the current RHCA Newsletter</a></font></em></span></font></b></span></font></address>
			<address>
&nbsp;</address>
			<font face="Arial">
      <b>
      <span class="359350005-09102004">
      		<font face=arial><span style="font-style: normal">
      <em style="font-style: normal">
      <font face="Arial" color="#800000" size="2">
      		<address>
      <font face="Arial" color="#800000" size="4">
      			See &quot;<a target="_blank" href="images/Montesoro%20July%2031%202007.pdf">A 
				day in the life of Montesoro, July 31 2007</a>&quot;</font></address>
			<address>
      <font face="Arial" color="#000000">
      			(a slide show on construction progress on Carrizo houses)</font></address>
      </font>
      </em>
      </span>
      </font>
        </span></td>
		</tr>
		</table>
      <div align="center">
        <center>&nbsp;</center>
      </div>
      </font>
      </em>
      </span>
      <em>
      <div align="center">
        <center>
        <table id="table6" cellSpacing="0" cellPadding="5" width="500" border="0">
          <tr>
            <td align="middle" bgColor="#ffffff">
            <div class="Section1">
              <address align="center">
                <b><span style="font-style: normal"><font size="2">INTERESTED IN 
                BEING A PART OF THE BOARD OF DIRECTORS?</font></span><O:P></O:P></b></address>
            </div>
            </td>
          </tr>
          <tr>
            <td align="middle" bgColor="#ffffff"><font face="Arial"><em>
            <span class="359350005-09102004">
            <address align="center">
              <span style="font-style: normal"><font size="2">HAVE A SAY IN WHAT 
              HAPPENS AT</font></span></address>
			<address align="center">
              <span style="FONT-WEIGHT: 700; FONT-STYLE: normal">
              <font style="FONT-SIZE: 30pt" face="Goudy Old Style" color="#ffffff">
              <img height="53" src="images/index.1.jpg" width="271" border="0"></font></span></address>
            </span></em></font></td>
          </tr>
          <tr>
            <td align="middle" bgColor="#ffffff"><font face="Arial"><em>
            <span class="359350005-09102004">
            <address align="center">
              <span style="font-style: normal"><font size="2">IF YOU ARE A 
              HOMEOWNER, PLEASE COME TO A MEETING </font></span>
            </address>
            <address align="center">
              <span style="font-style: normal"><font size="2">AND CONSIDER 
              JOINING THE BOARD.</font></span></address>
            </span></em></font></td>
          </tr>
        </table>
      </em>
      </font>
        </span>
      	<b><font face=arial><em>
        </center>
      </div>
      </em>
      <div align="center">
        <center>
        <table id="table7" cellSpacing="20" cellPadding="10" border="0">
          <tr>
            <td vAlign="top" align="middle" bgColor="#ffffff">
            <address align="center">
              <span style="font-style: normal; font-weight: 700">
				<font face="Arial" size="2" color="#663300">Homeowner </font>
				</span><span style="font-weight: 700; font-style: normal">
              <font face="Arial" color="#663300" size="2">Community 
              Association</font></span></address>
            <address align="center">
              <font face="Arial" size="2"><span style="font-style: normal">
              <a href="mailto:rhca@cableusa.com">Kerin Shugart</a>, Manager</span></font></address>
            <address align="center">
              <font size="2"><span style="font-style: normal">Office located in 
              the Casitas</span></font></address>
            <address align="center">
              <font face="Arial" size="2"><span style="font-style: normal">PO 
              Box 119</span></font></address>
            <address align="center">
              <font face="Arial" size="2"><span style="font-style: normal">
              Borrego Springs, CA 92004-0119</span></font></address>
            <address align="center">
              <font face="Arial" size="2"><span style="font-style: normal">
              <font color="#000080">760-767-1158</font>&nbsp;&nbsp; Fax:
              <font color="#000080">760-767-1159</font></span></font></address>
            <address align="center">
              <font face="Arial"><span style="font-style: normal">
              <font size="2"><a href="Comments.htm">info@rhcaonline.org</a>
              </font></span>
      </font></address>
            </td>
            <td vAlign="top" align="middle" bgColor="#ffffff">
            <font face="Arial">
            <address align="center">
              <span style="font-weight: 700; font-style: normal">
              <font face="Arial" color="#663300" size="2">
              <a target="_blank" href="http://www.phoac.com">Professional HOA 
              Consultants, Inc</a></font></span></address>
            <address align="center">
              <font face="Arial" color="#663300" size="2">
              <span style="font-weight: 700; font-style: normal">Property 
              Management</span></font></address>
            <address align="center">
              <span style="font-style: normal"><font size="2">
              <a href="http://www.phoac.com">www.phoac.com</a> </font></span></address>
            <address align="center">
              <font face="Arial" size="2"><span style="font-style: normal">
              Wesley D. Porter, President</span></font></address>
            <address align="center">
              <font face="Arial" size="2"><span style="font-style: normal">8181 
              Mission Gorge Rd Suite E</span></font></address>
            <address align="center">
              <font face="Arial" size="2"><span style="font-style: normal">San 
              Diego CA 92120-1600</span></font></address>
            <address align="center">
              <font face="Arial" color="#000080" size="2">
              <span style="font-style: normal">619-229-0044</span></font></address>
      </font>
            </td>
          </tr>
        </table>
        </center>
      </div>
      </font></td>
    </tr>
  </table>
  </center>
</div>
<SCRIPT language=javascript>postamble();</SCRIPT>
<p align="center">&nbsp;</p>

</body>

</html>

