<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>The Massachusetts Historical Society | Object of the Month</TITLE>
<LINK rel="stylesheet" href="../styles/style_global.css" type="text/css" />
<SCRIPT language="JavaScript" src="../scripts/script_global.js" type="text/JavaScript"></SCRIPT>
</HEAD>
<cfset noprints="false">
<cfinclude template="../incl/header.cfm">


<!--- *********  start page content ********* --->

<cfset queryID=1139>
<BR>
<span class="pageTitle">"All are gone who desire to do so": Robert E. Lee and Slavery </span><br>
<!--- <p class="text1sm">
&nbsp;&nbsp;By Peter Drummey<br>
&nbsp;&nbsp;Stephen T. Riley Librarian</p> 
--->
<p>
To commemorate the bicentennial of the birth of Robert E. Lee on 19 January 1807, we display here a letter written by Lee to his son, Colonel George Washington Lee during the Civil War, in which the elder Lee discusses the liberation of slaves who had been the property of Lee's late father-in-law (and Colonel Lee's namesake), George Washington Parke Custis.  Why do we mark this anniversary at the Massachusetts Historical Society?  Please read on.</p>


<table width="100%" cellpadding="6" cellspacing="0" border="0">
<tr>
	<td valign="top">


	
	<table cellpadding="6" align="right" width="260">
	<tr><td align="center">
	<cfoutput>

	
		<CF_display_image
		queryRecordID="#queryID#">
		
		<table width="100%" cellpadding="4" cellspacing="2" border="0">
		<tr><td bgcolor="DEE0E9">
		<CF_display_caption 
		queryRecordID="#queryID#">
		</td></tr></table>
		
		<CF_images_menu 
		queryRecordID="#queryID#"
		menuWidth="100%"
		menuAlign="left"><br clear="all">

	</cfoutput>	
		
	</td></tr>
	</table>
	
	
<cfquery name=descriptionQuery datasource="mhs_mssql" username="bshl" password="bshl2001">
SELECT * FROM on_view WHERE ID=#queryID#
</cfquery>  

<cfoutput query="descriptionQuery">

	
	<cfif isdefined("LONGDESCRIPTION") AND (LONGDESCRIPTION is not "")>
	<SPAN class="text1">
	#LONGDESCRIPTION#
	</SPAN>
	<cfelse>
		<cfif isdefined("description") AND (description is not "")>
		<SPAN class="text1">
		#description#
		</SPAN>
		</cfif>
	</cfif>



	<cfif isdefined("CONTEXTUAL") AND (CONTEXTUAL is not "")>
		<cfif isdefined("CONTEXTUALTITLE") AND (CONTEXTUALTITLE is not "")>
		<SPAN class="subHeading">#CONTEXTUALTITLE#</SPAN><BR>
		<BR>
		</cfif>
	<SPAN class="text1">#CONTEXTUAL#</SPAN>
	</cfif>


		
	<cfif isdefined("PROMOTION") AND (PROMOTION is not "")>
		<cfif isdefined("PROMOTITLE") AND (PROMOTITLE is not "")>
		<SPAN class="subHeading">#PROMOTITLE#</SPAN><BR>
		<BR>
		</cfif>
	<SPAN class="text1">#PROMOTION#</SPAN>
	</cfif>

			
	<cfif isdefined("READINGS") AND (READINGS is not "")>
		<cfif isdefined("READINGSTITLE") AND (READINGSTITLE is not "")>
		<SPAN class="subHeading">#READINGSTITLE#</SPAN><BR>
		<BR>
		</cfif>
	<SPAN class="text1">#READINGS#</SPAN>
	</cfif>
	<BR>

</cfoutput>

	</td>

</tr>
</table>






<br><br>


	
	<BR>
	
	<a href="javascript:history.back()" class="topLink">Back</A><BR>	





<br><br><br><br>	

<cfinclude template="../incl/footer.cfm">


