<!-- contains all editable fields for the article template -->



















 







<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <link rel="stylesheet" type="text/css" href="/stylesheets/printer2.css" media="print" />
<style>
div.siteFooter {
      font-size: 11px;
}
</style>
   
	<title>Seligman Fund Facts</title>

	<meta name="description" content="Prices, Returns, Holdings and information for Seligman Funds" />

	<meta name="keywords" content="prices NAV holdings returns cusip ticker" />

<title>Fund Facts</title>
<meta name="_elroynum" content="" />
<meta name="_mrmnum" content="" />
<meta name="author" content="" />
<meta name="_hptitle" content="Fund Facts" />
<meta name="description" content="" />

   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   <script src="/js/getDocument.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" src="/js/dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: false"></script>
<script src="/js/functions.js" type="text/javascript" language="javascript"></script>

<style type="text/css">
        @import "/js/dojo/resources/dojo.css";  
        @import "../../templates/includes/js/dojo/resources/dnd.css"; 
        @import "/js/dijit/themes/soria/soria.css"; 
        @import "/stylesheets/dndDefault.css";        		 	      
</style>


      <SCRIPT language=javascript>if (loggedIn) {  document.write('<link rel="stylesheet" type="text/css" href="/stylesheets/advisor.css" />');} else {  document.write('<link rel="stylesheet" type="text/css" href="/stylesheets/default.css" />');}</SCRIPT>
   <link rel="stylesheet" type="text/css" href="/stylesheets/printer.css" media="print" />
</head>



   <body class="soria">


<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-10882231-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  })();

</script>



<div id="minHeight"></div>
<div id="widthsetter"> 
   <div id="outer"> 
      <div id="macinner"> 
         <div id="clearheader"></div>

         <!-- to clear header -->
         <div id="pageheaderPrint"><img src="/images/SG_inv_k_regular_s.jpg" width="200" height="60" alt="" border="0" vspace="5" /></div>   
         <div id="subnav">
            <div id="leftnavcontainer">

	<style>
   .divDistrLink {
      font-family:Verdana,sans serif;
      color:#014874;
      cursor:pointer;
      font-size:10px;
      margin:0 0 0 -8px;  
      padding-left:5px;    
   }
   *html .divDistrLink {
      padding-left:2px !important;
   }
   *html #ddLink {
      margin-top:-3px !important;
   }
   .square {
      background-image:url(/images/common/fund_square.gif);
      background-position:5px 5px;
      background-repeat:no-repeat; 
      padding-right:3px;
      padding-left:15px;     
   }
</style>

   
	<script>
	  
    dojo.require("dojo.data.ItemFileReadStore");
    dojo.require("dijit.Tree");
    dojo.require("dojo.parser");
	        
 		dijit._TreeNode.prototype.setLabelNode = function() {
        		this.labelNode.innerHTML = this.label;
    }

		dojo.addOnLoad(function (){
				    var fundNavTree = dijit.byId('fundNavTree');
			      fundNavTree.onClick = loadPage;
			      setTree();     // open to the section of the current page
		} );		

		function setTree() {
	    var fundNavTree = dijit.byId('fundNavTree');
	    var children = fundNavTree.rootNode.getChildren();             
	    
      for (var i = 0; i < children.length; i++) {
	      var node = children[i];
	      var c = node.labelNode.className;
	   
	      if(c.match(/r?categoryOn?/g)) {
	        fundNavTree._expandNode(node);
	        return;
        }              
      }      
    }

		function loadPage(item,node){
			if('fund_id' in item) {
				if(item.fund_id == -1) {
					window.location = '/fund/list/by-name/';
				}
				else if (item.fund_id == -2) {
					window.location = '/fund/list/by-category/';
				}
				else {
					window.location = '/fund/view/fund-'+item.fund_id;
				}

			}
		}
		
		function getNavLabel(item) {
			if(!item) {
				return '';
			}
			if ('children' in item) {
				return item.name[0].toUpperCase();
			}
			else {
				return item.name;
			}
		}

		navData= {"label": "name",
 "identifier": "id",
 "items": [
	
	{ "name": "All Funds",
	  "id": "0",
	  "category_id": "0",
	  "children": [
			{"name": "By Name",
			 "fund_id": "-1",
			 "id": "1"
			},
			{"name": "By Category",
			 "fund_id": "-2",
			 "id": "2"
			}
	  ]
	},
	
	
	{"name": "Advice-Built Solutions",
	 "id": "4",
	 "category_id": "15",
	 "children": [
		
			{"name": "Seligman Asset Allocation Aggressive Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)",
			 "fund_id": "39",
			 "id": "5"
			},
		
			{"name": "Seligman Asset Allocation Balanced Fund (Merged with RiverSource Portfolio Builder Moderate Aggressive Fund)",
			 "fund_id": "42",
			 "id": "6"
			},
		
			{"name": "Seligman Asset Allocation Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)",
			 "fund_id": "40",
			 "id": "7"
			},
		
			{"name": "Seligman Asset Allocation Moderate Growth Fund (Merged with RiverSource Portfolio Builder Aggressive Fund)",
			 "fund_id": "41",
			 "id": "8"
			},
		
			{"name": "Seligman Income and Growth Fund (Merged with RiverSource Balanced Fund)",
			 "fund_id": "13",
			 "id": "9"
			},
		
			{"name": "Seligman TargETFund 2015",
			 "fund_id": "46",
			 "id": "10"
			},
		
			{"name": "Seligman TargETFund 2025",
			 "fund_id": "45",
			 "id": "11"
			},
		
			{"name": "Seligman TargETFund 2035",
			 "fund_id": "44",
			 "id": "12"
			},
		
			{"name": "Seligman TargETFund 2045",
			 "fund_id": "43",
			 "id": "13"
			},
		
			{"name": "Seligman TargETFund Core",
			 "fund_id": "47",
			 "id": "14"
			}
		
	  ]
	},
	
	{"name": "Growth Funds",
	 "id": "15",
	 "category_id": "16",
	 "children": [
		
			{"name": "Seligman Capital Fund",
			 "fund_id": "7",
			 "id": "16"
			},
		
			{"name": "Seligman Common Stock Fund (Merged with RiverSource Disciplined Equity Fund)",
			 "fund_id": "11",
			 "id": "17"
			},
		
			{"name": "Seligman Communications and Information Fund",
			 "fund_id": "1",
			 "id": "18"
			},
		
			{"name": "Seligman Frontier Fund",
			 "fund_id": "4",
			 "id": "19"
			},
		
			{"name": "Seligman Growth Fund",
			 "fund_id": "8",
			 "id": "20"
			}
		
	  ]
	},
	
	{"name": "Value Funds",
	 "id": "22",
	 "category_id": "18",
	 "children": [
		
			{"name": "RiverSource LaSalle Monthly Dividend Real Estate Fund (Formerly Seligman LaSalle Monthly Dividend Real Estate Fund)",
			 "fund_id": "14",
			 "id": "23"
			},
		
			{"name": "Seligman Large-Cap Value Fund",
			 "fund_id": "10",
			 "id": "24"
			},
		
			{"name": "Seligman Smaller-Cap Value Fund",
			 "fund_id": "6",
			 "id": "25"
			}
		
	  ]
	},
	
	{"name": "Global/International Funds",
	 "id": "26",
	 "category_id": "19",
	 "children": [
		
			{"name": "RiverSource LaSalle Global Real Estate Fund (Formerly Seligman LaSalle Global Real Estate Fund)",
			 "fund_id": "15",
			 "id": "27"
			},
		
			{"name": "Seligman Emerging Markets Fund (Merged with Threadneedle Emerging Markets Fund)",
			 "fund_id": "2",
			 "id": "28"
			},
		
			{"name": "Seligman Global Growth Fund (Merged with Threadneedle Global Equity Fund)",
			 "fund_id": "9",
			 "id": "29"
			},
		
			{"name": "Seligman Global Smaller Companies Fund",
			 "fund_id": "5",
			 "id": "30"
			},
		
			{"name": "Seligman Global Technology Fund",
			 "fund_id": "3",
			 "id": "31"
			},
		
			{"name": "Seligman International Growth Fund (Merged with RiverSource Partners International Select Growth Fund)",
			 "fund_id": "12",
			 "id": "32"
			}
		
	  ]
	},
	
	{"name": "Taxable Income Funds",
	 "id": "33",
	 "category_id": "20",
	 "children": [
		
			{"name": "RiverSource Government Money Market Fund (Formerly Seligman Cash Management Fund)",
			 "fund_id": "38",
			 "id": "34"
			},
		
			{"name": "Seligman Core Fixed Income Fund (Merged with RiverSource Diversified Bond Fund)",
			 "fund_id": "18",
			 "id": "35"
			},
		
			{"name": "Seligman High-Yield Fund (Merged with RiverSource High Yield Bond Fund)",
			 "fund_id": "16",
			 "id": "36"
			},
		
			{"name": "Seligman US Government Securities Fund (Merged with RiverSource Short Duration U.S. Government Fund)",
			 "fund_id": "17",
			 "id": "37"
			}
		
	  ]
	},
	
	{"name": "Tax-Exempt Income Funds",
	 "id": "38",
	 "category_id": "21",
	 "children": [
		
			{"name": "Seligman Cal. Municipal High-Yield Fund",
			 "fund_id": "28",
			 "id": "39"
			},
		
			{"name": "Seligman Cal. Municipal Quality Fund",
			 "fund_id": "29",
			 "id": "40"
			},
		
			{"name": "Seligman Colorado Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "27",
			 "id": "41"
			},
		
			{"name": "Seligman Florida Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "33",
			 "id": "42"
			},
		
			{"name": "Seligman Georgia Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "35",
			 "id": "43"
			},
		
			{"name": "Seligman Louisiana Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "26",
			 "id": "44"
			},
		
			{"name": "Seligman Maryland Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "25",
			 "id": "45"
			},
		
			{"name": "Seligman Massachusetts Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "24",
			 "id": "46"
			},
		
			{"name": "Seligman Michigan Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "19",
			 "id": "47"
			},
		
			{"name": "Seligman Minnesota Municipal Fund",
			 "fund_id": "20",
			 "id": "48"
			},
		
			{"name": "Seligman Missouri Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "30",
			 "id": "49"
			},
		
			{"name": "Seligman National Municipal Fund",
			 "fund_id": "23",
			 "id": "50"
			},
		
			{"name": "Seligman New Jersey Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "37",
			 "id": "51"
			},
		
			{"name": "Seligman New York Municipal Fund",
			 "fund_id": "21",
			 "id": "52"
			},
		
			{"name": "Seligman North Carolina Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "34",
			 "id": "53"
			},
		
			{"name": "Seligman Ohio Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "22",
			 "id": "54"
			},
		
			{"name": "Seligman Oregon Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "32",
			 "id": "55"
			},
		
			{"name": "Seligman Pennsylvania Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "31",
			 "id": "56"
			},
		
			{"name": "Seligman South Carolina Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "36",
			 "id": "57"
			}
		
	  ]
	},
	
	{"name": "Closed End Funds",
	 "id": "58",
	 "category_id": "12",
	 "children": [
		
			{"name": "RiverSource LaSalle International Real Estate Fund (Formerly Seligman LaSalle International Real Estate Fund)",
			 "fund_id": "58",
			 "id": "59"
			},
		
			{"name": "Seligman Premium Technology Growth Fund",
			 "fund_id": "216",
			 "id": "60"
			},
		
			{"name": "Tri-Continental",
			 "fund_id": "48",
			 "id": "61"
			}
		
	  ]
	},
	
	{"name": "Variable Portfolio Funds",
	 "id": "62",
	 "category_id": "11",
	 "children": [
		
			{"name": "Seligman Capital Portfolio",
			 "fund_id": "50",
			 "id": "63"
			},
		
			{"name": "Seligman Common Stock Portfolio",
			 "fund_id": "51",
			 "id": "64"
			},
		
			{"name": "Seligman Communications and Information Portfolio",
			 "fund_id": "52",
			 "id": "65"
			},
		
			{"name": "Seligman Global Technology Portfolio",
			 "fund_id": "53",
			 "id": "66"
			},
		
			{"name": "Seligman International Growth Portfolio",
			 "fund_id": "54",
			 "id": "67"
			},
		
			{"name": "Seligman Investment Grade Fixed Income Portfolio",
			 "fund_id": "55",
			 "id": "68"
			},
		
			{"name": "Seligman Large-Cap Value Portfolio",
			 "fund_id": "56",
			 "id": "69"
			},
		
			{"name": "Seligman Smaller-Cap Value Portfolio",
			 "fund_id": "57",
			 "id": "70"
			}
		
	  ]
	}
	
  ]
};


	     </script>
		<style>
		#fundNavTree {
			margin-top: 10px;
		}
		#fundNavTree .dijitTreeContent {
			margin-left: 3px;
		}
		#fundNavTree .dijitTreeExpandoOpened {
			background-image: url(/images/common/fund_square_on.gif);
			background-position: 5px 5px;
			background-repeat: no-repeat;
		}

		#fundNavTree .dijitTreeExpandoClosed {	
			background-image: url(/images/common/fund_square.gif);
			background-position: 5px 6px;
			background-repeat: no-repeat;
		}
		#fundNavTree .dijitTreeExpandoLeaf {
			display: none;
		}
		#fundNavTree .dijitTreeIcon {
			display: none;
			width: 0px;
		}

		#fundNavTree .dijitTreeNode {
			background-image: none;
		}

		#fundNavTree .dijitTreeNodeSelected .dijitTreeLabel{
			background: none;
		}

		#fundNavTree .dijitTreeIsLast {
			background-image: none;
		}
		#fundNavTree .category {
			color:#014874;
			font-family:Verdana,sans serif;
			font-size:10px;
			margin:0 0 0 -8px;
			padding:0px;
			cursor: pointer;
		}

		#fundNavTree .categoryOn {
			color:#029ec6;
			font-family:Verdana,sans serif;
			font-size:10px;
			margin:0 0 0 -8px;
			padding:0px;
			cursor: pointer;
		}

		#fundNavTree .category:hover {
			color: #029ec6;
		}
		#fundNavTree .fund {
			color:#014874;
			font-family:Verdana,sans serif;
			font-size:9px;
			font-style: italic;
			font-weight: normal;
			cursor: pointer;
		}

		#leftnavcontainer * #fundNavTree .fundOn {
			color:#029ec6;
			font-family:Verdana,sans serif;
			font-size:9px;
			font-style: italic;
			font-weight: normal;
			cursor: pointer;
			white-space:normal !important;
		}
		#fundNavTree .fund:hover {
			color: #029ec6;
		}
    .soria .dijitTreeContent {
      max-width:200px !important;
    }
    #leftnavcontainer * #fundNavTree .fund {    
      white-space:normal !important;
    }
    .soria .dijitTreeNode {
      margin-bottom:5px;
    }
    .dijitTreeRow, .dijitTreeContent {
      white-space:normal !important;
    }
    #fundNavTree .fundOn {
      color:#029EC6;
      cursor:pointer;
      font-family:Verdana,sans serif;
      font-size:9px;
      font-style:italic;
      font-weight:normal;
      white-space:normal;
    }
    #fundNavTree .dijitTreeContent {
      margin-left:0;
    }
    .soria .dijitTreeExpando {
      padding-right:5px;
    }
    .soria .dijitTreeLabel {
      margin-left:0px;
      padding-right:5px !important;
    }
</style>
	        <div dojoType="dojo.data.ItemFileReadStore" data='navData' jsid="navStore"></div>
	        <div dojoType="dijit.Tree" store="navStore" labelAttr="name" id='fundNavTree' openOnClick='true' persist="false">
			<script type="dojo/method" event="getLabel" args="item">
	

			if(!item) {
				return '';
			}
			if('root' in item && item.root) {
				return '';
			}

			if ('children' in item) {
				if(item.name[0].search(/Advice-Built/) != -1) {
					return '<i>ADVICE-BUILT</i>&reg; SOLUTIONS';
				}
				else if(item.name[0].search(/Advanced Alpha/) != -1) {
					return '<i>ADVANCED ALPHA</i>&reg; STRATEGIES';
				}
				else {
					return item.name[0].toUpperCase();

				}	
			}
			else {
				return item.name;
			}
			</script>

			<script type="dojo/method" event="getLabelClass" args="item">
			if(!item) {
				return '';
			}
			if ('children' in item) {
				for (i=0; i<item.children.length; i++) {
					if(item.children[i].fund_id == 33) {
						return 'categoryOn';
					}
				}
				return 'category';
			}
			else {
				if('fund_id' in item && item.fund_id == 33) {
					return 'fundOn';
				}
				else {
					return 'fund';
				}
			}
			</script>

		</div>




		<noscript id='searchNav'>
		<ul>
		
			<li>All Funds<ul>
			
				
					<li><a href='/fund/list/by-name/'>By Name</a></li>
				
			
				
					<li><a href='/fund/list/by-category/'>By Category</a></li>
				
			
			</ul></li>
		
			<li>Advice-Built Solutions<ul>
			
				
					<li><a href='/fund/view/fund-39'>Seligman Asset Allocation Aggressive Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-42'>Seligman Asset Allocation Balanced Fund (Merged with RiverSource Portfolio Builder Moderate Aggressive Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-40'>Seligman Asset Allocation Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-41'>Seligman Asset Allocation Moderate Growth Fund (Merged with RiverSource Portfolio Builder Aggressive Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-13'>Seligman Income and Growth Fund (Merged with RiverSource Balanced Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-46'>Seligman TargETFund 2015</a></li>
				
			
				
					<li><a href='/fund/view/fund-45'>Seligman TargETFund 2025</a></li>
				
			
				
					<li><a href='/fund/view/fund-44'>Seligman TargETFund 2035</a></li>
				
			
				
					<li><a href='/fund/view/fund-43'>Seligman TargETFund 2045</a></li>
				
			
				
					<li><a href='/fund/view/fund-47'>Seligman TargETFund Core</a></li>
				
			
			</ul></li>
		
			<li>Growth Funds<ul>
			
				
					<li><a href='/fund/view/fund-7'>Seligman Capital Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-11'>Seligman Common Stock Fund (Merged with RiverSource Disciplined Equity Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-1'>Seligman Communications and Information Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-4'>Seligman Frontier Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-8'>Seligman Growth Fund</a></li>
				
			
			</ul></li>
		
			<li>Value Funds<ul>
			
				
					<li><a href='/fund/view/fund-14'>RiverSource LaSalle Monthly Dividend Real Estate Fund (Formerly Seligman LaSalle Monthly Dividend Real Estate Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-10'>Seligman Large-Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-6'>Seligman Smaller-Cap Value Fund</a></li>
				
			
			</ul></li>
		
			<li>Global/International Funds<ul>
			
				
					<li><a href='/fund/view/fund-15'>RiverSource LaSalle Global Real Estate Fund (Formerly Seligman LaSalle Global Real Estate Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-2'>Seligman Emerging Markets Fund (Merged with Threadneedle Emerging Markets Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-9'>Seligman Global Growth Fund (Merged with Threadneedle Global Equity Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-5'>Seligman Global Smaller Companies Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-3'>Seligman Global Technology Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-12'>Seligman International Growth Fund (Merged with RiverSource Partners International Select Growth Fund)</a></li>
				
			
			</ul></li>
		
			<li>Taxable Income Funds<ul>
			
				
					<li><a href='/fund/view/fund-38'>RiverSource Government Money Market Fund (Formerly Seligman Cash Management Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-18'>Seligman Core Fixed Income Fund (Merged with RiverSource Diversified Bond Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-16'>Seligman High-Yield Fund (Merged with RiverSource High Yield Bond Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-17'>Seligman US Government Securities Fund (Merged with RiverSource Short Duration U.S. Government Fund)</a></li>
				
			
			</ul></li>
		
			<li>Tax-Exempt Income Funds<ul>
			
				
					<li><a href='/fund/view/fund-28'>Seligman Cal. Municipal High-Yield Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-29'>Seligman Cal. Municipal Quality Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-27'>Seligman Colorado Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-33'>Seligman Florida Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-35'>Seligman Georgia Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-26'>Seligman Louisiana Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-25'>Seligman Maryland Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-24'>Seligman Massachusetts Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-19'>Seligman Michigan Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-20'>Seligman Minnesota Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-30'>Seligman Missouri Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-23'>Seligman National Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-37'>Seligman New Jersey Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-21'>Seligman New York Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-34'>Seligman North Carolina Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-22'>Seligman Ohio Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-32'>Seligman Oregon Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-31'>Seligman Pennsylvania Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-36'>Seligman South Carolina Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
			</ul></li>
		
			<li>Closed End Funds<ul>
			
				
					<li><a href='/fund/view/fund-58'>RiverSource LaSalle International Real Estate Fund (Formerly Seligman LaSalle International Real Estate Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-216'>Seligman Premium Technology Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-48'>Tri-Continental</a></li>
				
			
			</ul></li>
		
			<li>Variable Portfolio Funds<ul>
			
				
					<li><a href='/fund/view/fund-50'>Seligman Capital Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-51'>Seligman Common Stock Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-52'>Seligman Communications and Information Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-53'>Seligman Global Technology Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-54'>Seligman International Growth Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-55'>Seligman Investment Grade Fixed Income Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-56'>Seligman Large-Cap Value Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-57'>Seligman Smaller-Cap Value Portfolio</a></li>
				
			
			</ul></li>
		
		</ul>
		</noscript>




            </div>
	 </div>

			<div id="sidebar">
				<div id="sidebarContent">
<p><a href="http://www.seligman.com/dividend_distribution.html">
    <img src="/images/common/DividendCalendar_SmV1.jpg" />
</a>
<p>&nbsp;</p>
<div class="fineprint" style="font-size: 11px;"><a name="PerfInfo"></a>
<p>Fund returns for Seligman Capital Fund prior to September 26, 2002 do not reflect the increased management fee effective on such date. This fee, if reflected, would reduce the performance data quoted for the Fund for such periods.</p>
<p><strong>With respect to mutual funds and Tri-Continental Corporation, you should consider the investment objectives, risks, charges and expenses of each fund carefully before investing. To learn more about this and other important information about the funds, <a href="/prospectus.html" class="fineprint">download a free prospectus</a>. Read the prospectus carefully before investing. </strong></p>
<p>Investments in the Funds involve risks, including the possible loss of principal. The stocks of smaller companies are subject to above-average market price fluctuations. A portfolio with fewer holdings, such as Seligman Smaller-Cap Value Fund, Seligman Smaller-Cap Value Portfolio, Seligman Large-Cap Value Fund, Seligman Large-Cap Value Portfolio, Seligman LaSalle Global Real Estate Fund, and Seligman LaSalle Monthly Dividend Real Estate Fund, may be subject to greater volatility than a portfolio with a greater number of holdings. The products of technology companies are subject to severe competition and rapid obsolescence, and technology stocks may be subject to greater price fluctuations, government regulation, and limited liquidity as compared to other investments. Investing in one economic sector, such as technology or real estate, may result in greater price fluctuations than owning a portfolio of diversified investments. There are specific risks associated with global investing, such as currency fluctuations, foreign taxation, differences in financial reporting practices, and rapid changes in political and economic conditions. Because of the risks associated with investing in securities of emerging market companies, an investment in Seligman Emerging Markets Fund should be considered speculative and not appropriate for individuals who require safety of principal or stable income from their investments. Investments in real estate securities may be subject to specific risks, such as risks to general and local economic conditions, and risks related to individual properties. High-yield bonds are subject to greater risk of loss of principal and interest than higher-rated, investment-grade bonds. Investment-grade fixed-income securities are subject to interest-rate risk, credit risk, prepayment risk, and market risk. US government bonds are guaranteed by the US government, and, if held to maturity, offer both a fixed rate of return and principal value. An investment in Seligman U.S. Government Securities Fund or any of the Seligman Municipal Funds are not insured or guaranteed by the US government or any state or municipality. A portion of municipal income may be subject to state or local taxes. Capital gain distributions are subject to federal, state, and local taxes. Municipal income may be subject to the alternative minimum tax. To the extent that a Fund concentrates its investments in municipal securities issued by a single state and its municipalities, specific events or factors affecting a particular state may have an impact on the municipal securities of that state without affecting the municipal market in general.</p>
<p>An investment in the Funds is not insured or guaranteed by the Federal Deposit Insurance Corporation or any other government agency.</p>
<p>The four Funds within the Seligman Asset Allocation Series and Seligman TargetHorizon ETF Portfolios<sup><em>SM</em></sup> invest in the Seligman Mutual Funds (Underlying Seligman Funds) and exchange traded funds (ETFs), respectively, to implement their unique asset allocation strategies. Investments in the Underlying Seligman Funds or ETFs involve risk, including the risk of loss of principal. An investor in a Fund within the Seligman Asset Allocation Series or Seligman TargetHorizon ETF Portfolios<sup><em>SM</em></sup> will indirectly bear the operating expenses of the Underlying Seligman Funds or ETFs, as applicable, in which the Fund invests. Thus, the expenses borne by the investor will be higher than if he or she invested directly in the Underlying Seligman Funds or ETFs, and the returns may therefore be lower.</p>
<p>To the extent that a Fund invests a substantial percentage of its assets in an industry, the Fund's performance may be negatively affected if that industry falls out of favor. Accordingly, to the extent that each of the four Funds within the Seligman Time Horizon/Harvester Series have a substantial percentage of assets exposed to an industry through their investment in the Underlying Seligman Funds, the Fund's performance may be negatively affected if that industry falls out of favor.</p>
<p>Dividends paid by Seligman LaSalle Monthly Dividend Real Estate Fund generally will be taxable as ordinary income. It is expected that income dividends paid by the Fund generally will not be eligible for the reduction in dividend tax rates set forth in the Jobs and Growth Tax Relief Reconciliation Act of 2003.</p>
<p>Shares of the Seligman Portfolios are offered to separate accounts of participating insurance companies to fund variable annuity and variable life insurance contracts. Returns shown for Seligman Portfolios do not reflect the effect of any sales charges, or any other charges or expenses imposed by variable insurance contracts on their owners. If such charges were included, performance would be lower. Please refer to the prospectus relating to the variable insurance contract to determine which class of shares is available and for information about charges and expenses imposed by contracts on their owners.</p>
<p>Investment products are not federally or FDIC-insured, are not deposits or obligations of, or guaranteed by any financial institution, and involve investment risks including possible loss of principal and fluctuation in value.</p>
<p><strong>SEC Yield</strong><br /> Computed under an SEC standardized formula representing the net investment income earned by a fund over the preceding 30 day period, expressed as an annual percentage rate based on the maximum public offer price (POP) per share on the last day of the period. The SEC yield should be regarded as an estimate of the fund's rate of investment income reflecting an estimated yield to maturity (assuming all current portfolio holdings are held to maturity), and it may not equal the fund's actual income distribution rate or the income paid to a shareholders account. The SEC Yield reflects fee waivers in effect, if any. In the absence of such waivers, yields would be reduced.</p>
<p><strong>7-Day Current Yield </strong><br /> For Money Market Funds: generated by an investment in the fund over a seven day period ended on the date of the calculation and is expressed as an annual percentage.</p>
<hr />
</p>
<p><a name="foot3"><sup>3</sup></a> Seligman Asset Allocation Series commenced operations on 1/10/00 (the "Fund Inception Date"). Class A Shares of each Fund were issued on the Fund Inception Date. Class B, C, and D shares of each Fund were offered to the public on the Fund Inception Date, but were first issued at various later dates. Since inception returns for Class B, C, and D shares of each Fund have been computed from the Fund Inception Date and incorporate the total return of Class A shares of each Fund from the Fund Inception Date through the initial issuance dates of each of the other classes  of shares, adjusted to reflect the higher expenses associated with the Administration, Shareholder Services and Distribution Plan for those classes that would have been incurred had they first been issued on the Fund Inception Date. Since inception returns for Class B, C, and D shares from their individual issuance dates would be different than those shown herein. Individual issuance dates are as follows: Seligman Asset Allocation Aggressive Growth Fund &ndash; Class B: 4/24/00, Class C: 2/8/00, Class D: 2/14/00; Seligman Asset Allocation Growth Fund &ndash; Class B: 3/21/00, Class C: 1/18/00, Class D: 1/21/00; Seligman Asset Allocation Moderate Growth Fund &ndash; Class B: 2/18/00, Class C: 3/6/00, Class D: 2/15/00; and Seligman Asset Allocation Balanced Fund &ndash; Class B: 2/17/00, Class C: 1/18/00, Class D: 2/29/00.</p>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p></p>


				</div>
			</div>

			<div id="mainContent">





<div id="mainContentCopy">
	<div id="corpHeaderContainer">
	      <div id="pageHeaderImage"><img src="../../../images/fs/calculatorpen.gif"></div>
		<div id="pageHeaderCopy">Fund Facts</div>
	</div>

	    <div id="innerTableContainer">
                   <p>
                      <a class="hidePrint" href="#" onclick="window.print();return false;"><img src="/images/print-article.gif" alt="Print this article" /></a>
                   </p>    
		 <p>
                 <!-- Begin contents of article body -->
<p><strong>Performance data quoted herein represents past performance. Past performance does not guarantee future results. Investment return and principal value of an investment will fluctuate so that an investor's shares, when redeemed, may be worth more or less than their original cost. Current performance maybe higher or lower than the performance data quoted.</strong></p>

<style>
   .print {
       display:none;
   }
   .fakeLink {
       color:#014978;
       text-decoration:underline;
   }
</style>

<div class="print">
<p>
<span class='fakeLink'>Information about recently merged funds.</span><br />
<span class='fakeLink'>Information about recently renamed funds.</span><br />
<span class='fakeLink'>View performance for <i>RiverSource</i><sup>&reg;</sup> funds.</span>. <br />
</p>
</div>

<div class="hidePrint">
<p>
<a id="print1" href="/article_seligman_riversource_fundmergers.html">Information about recently merged funds</a>. <br />
<a id="print1" href="/article_seligman_riversource_fundrename.html">Information about recently renamed funds</a>. <br />
<a id="print1" href="http://performance.riversource.com">View performance for <i>RiverSource</i><sup>&reg;</sup> funds</a>. <br />

</p>
</div>

		


<p class='notices'>On July 10, 2009, Seligman Florida Municipal Fund was merged with Seligman National Municipal Fund. Information about the merged fund can be found at <a href='http://www.seligman.com/fund/view/fund-23'>http://www.seligman.com/fund/view/fund-23</a>. Please update your bookmarks.</p>



		<script>
			dojo.addOnLoad( function() {
				dojo.byId('sidebarBelow').innerHTML = dojo.byId('sidebarContent').innerHTML;
			});
		</script>


                 <!-- End contents of article body -->
		 </p>
	    </div>
             <div id="printContainer" style="display:none;"></div>

</div>


		
			</div>

                        <div class="siteFooter" id="siteFooter">
     

        
           
              <p><b> You should consider the investment objectives, risks, charges and expenses of a mutual fund carefully before investing. To learn more about this and other important information about the funds, <a href='/prospectus.html' class='siteFooter' style='font-size: 11px;'>download a free prospectus</a>. Read the prospectus carefully before investing. </b></p>
<p>
<i>RiverSource</i><sup>&reg;</sup>, <i>Seligman</i><sup>&reg;</sup>, and <i>Threadneedle</i><sup>&reg;</sup> mutual funds are part of the RiverSource family of funds, and are distributed by RiverSource Fund Distributors, Inc., Member FINRA, and managed by RiverSource Investments, LLC. Threadneedle mutual funds are subadvised by Threadneedle International Limited. RiverSource and Threadneedle are part of Ameriprise Financial, Inc. Seligman is an offering brand of RiverSource Investments.
</p>
<p>
Not all products and all share classes are available through all firms.
</p>

<div id="copyContainer">
<p>
<img src="/images/common/footerBar.jpg" /><br>
<span>
<a style="font-size:1em;text-decoration:none;cursor:pointer;" target="_blank" href="http://www.riversource.com/individuals/disclosures/entities/default.asp">Corporate Entities & Important Disclosures</a> &nbsp;|&nbsp; 
<a style="font-size:1em;text-decoration:none;cursor:pointer;" target="_blank" href="http://www.riversource.com/individuals/disclosures/rules.asp">Website Rules & Regulations</a> &nbsp;|&nbsp; 
<a style="font-size:1em;text-decoration:none;cursor:pointer;" target="_blank" href="http://www.riversource.com/individuals/disclosures/privacy.asp">Privacy Statement</a>
</span><br>
&copy; 2009-2010 RiverSource Investments, LLC. All rights reserved.</p>
</div>
           
        

     
		                                                           
                             </div>

    <div id="clearfooter"></div>
    <!-- to clear footer -->
  </div>
</div>

<style>
   #pageHeaderCopy {
      width:auto !important;
   }
</style>

<div id="footer"></div>

	       <div id="header"> 
	             <style>
#navpart3 {
    text-align:right;
    margin-right:175px;
}
* html #navpart3 {
    margin-right:152px;
}
</style>

<div id="headerbranding">
  <a href="/index.html">
<script language="JavaScript">if (loggedIn) {document.write('<img src="/images/common/logo_adv.jpg" width="176" height="50" alt="Link to home page" border="0" />');} else {document.write('<img src="/images/common/logo.jpg" width="176" height="50" alt="Link to home page" border="0" />');}</script></a>
</div>			
<div id="headerforms">			
  <!-- PHONE NUMBER -->
  <div id='phoneNum'><b>800.221.2450</b>


  <style>
	       #phoneButton.dijitButtonNode {
	           border: none;
			       color: #fff;
			       background: transparent;
			       text-decoration: underline;
			    }

	       #phoneButton.dijitButtonNode:hover {
	                    border: none;
			    color: #000000;
			    background: transparent;
			    text-decoration: underline;
			    }

#phoneButton .dijitButtonNode .dijitArrowButtonInner {
      text-decoration:none;
}
#phoneDialog {
      width:400px;
      color:#000000;
      font-size:11px;
}
* html #phoneDialog {
      font-size:10px; 
}
#phoneDialog h3 {
      font-size:13px;
}
* html #phoneButton .dijitButtonNode {
      background:transparent;
}

</style>
  <script>

		function setPhoneForm() {
		                      var phoneWidget = dijit.byId('number')
		                      phoneWidget.isValid = function() { return dojox.validate.us.isPhoneNumber(this.textbox.value)};
				      if(user.phone != null) {
				        if(user.phone == '') {
					    dojo.byId('confirmText').innerHTML = 'enter your';
					}
					else {
					    phoneWidget.textbox.value = user.phone;
					}
					document.callForm.first.value = user.fname;
					document.callForm.last.value = user.lname;
					document.callForm.firm.value = user.firm;
				      }
				      else {
				        if(user.status=='loaded')
						getDocument('/tools/userinfo');
						user.status='loading';
					        setTimeout(setPhoneForm,1000);

					}

		} 		  	  
		

		function placeCall() {
  	                dojo.byId('phoneDialogContent').innerHTML = '<br /><span style="color:red">Setting up your call...</span>';
			dojo.xhrGet( {
					url: '/tools/callme',
					form: "callForm",
					handleAs: 'text',
					Timeout: 5000,
					load: function(xhrdata) {
						               dojo.byId('phoneDialogContent').innerHTML = '<br /><span style="color:red">'+xhrdata+'</span>';
					}											
				});						
		}
            var temp = 0;
            if (temp == 1) { //(loggedIn) {
	        dojo.require('dijit.form.ValidationTextBox');
		dojo.require('dojox.validate.us');
		dojo.addOnLoad(setPhoneForm);

	       document.write('<div id="phoneButton" title="Have a member of the Seligman sales team contact you directly." dojoType="dijit.form.DropDownButton" >');
	       document.write('<span style="display:none;"><b><u>or try PhoneConnect</u></b></span>');
	       document.write('<div dojoType="dijit.TooltipDialog" id="phoneDialog" style="display:none;">');
	       document.write('<h3>Now you can have a member of Seligman&lsquo;s sales team contact you directly with one mouse click!</h3><br /> Just <span id="confirmText">confirm the</span> contact number below.<br />');
	       document.write('<form name="callForm" id="callForm">');
		document.write('<input type="hidden" name="first" value="" />');
		document.write('<input type="hidden" name="last" value="" />');
		document.write('<input type="hidden" name="firm" value="" />');
		document.write('<input type="text" name="number" size="20" id="number" dojoType="dijit.form.ValidationTextBox" required="true" invalidMessage="Please enter a valid 10 digit U.S. phone number"/>');
		document.write('<button dojoType="dijit.form.Button" id="callSubmit" class="custom" onclick="placeCall()">Call Me </button>');
		document.write('</form>');
		document.write('<div id="phoneDialogContent"></div>');
		document.write('</div>');
	       document.write('</div>');
          }		                  
	</script>

 </div>

  <!-- SHAREHOLDER LOGIN -->
<script language="JavaScript">
<!--
if (loggedIn) {
	document.write('<div id="shareLogin"><a href="https://www3.financialtrans.com/tf/FANWeb?tx=Disclaim&cz=b1708210417181420170204" target="_blank"><img src="/images/common/shareholder_login_adv.gif" /></a></div>');
} else {
	document.write('<div id="shareLogin"><a href="https://www3.financialtrans.com/tf/FANWeb?tx=Disclaim&cz=b1708210417181420170204" target="_blank"><img src="/images/common/shareholder_login.gif" /></a></div>');
}
//-->
</script>
    <!-- ADVISOR LOGIN -->
    <div id="advisor">
      <form name="advisorLogin" action="/navigation/login/setCredentials" method="post" onSubmit="return checkAgree();">
<script>
<!--

if(!agree){
document.writeln('<script src="/js/userAgreement.js" type="text/javascript" language="javascript"><'+'/script>');
}
//-->
</script>

<style>   

.dijitTooltipConnector {
    display:none;
}
.soria .dijitDropDownButton {
    border:0pt none;
    display:-moz-inline-box;
    margin-left:-3px;
    margin-top:-1px;
    padding:0pt;
    text-decoration:none;
    vertical-align:middle;
    background:transparent;
}
.custom .dijitButtonNode {
    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll;
}
.custom .dijitButtonHover .dijitButtonNode, .custom .dijitToggleButtonHover .dijitButtonNode, .custom .dijitDropDownButtonHover .dijitButtonNode, .custom .dijitComboButtonHover .dijitButtonContents, .custom .dijitComboButtonDownArrowHover .dijitDownArrowButton, .custom .dijitComboBoxHover .dijitDownArrowButton, .custom .dijitSpinnerUpArrowHover .dijitUpArrowButton, .custom .dijitSpinnerDownArrowHover .dijitDownArrowButton {
    background:#ACC5E2 url(/js/dijit/themes/soria/images/buttonHover.png) repeat-x scroll;
    color:#000000;
}
.soria #accountOptions .dijitButtonNode * {
      vertical-align:middle;
      text-decoration:none;
}
* html .soria #accountOptions.dijitButtonNode * {
      font-size:11px;
      padding-left:3px;
      margin-top:-2px;
}
#agreeButton{
  /*    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll 0% 50%;   */
      color:#000000;
  /*    margin-top:8px;
      margin-left:5px; */
      text-decoration:none;
}
#disagreeButton {
  /*    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll 0% 50%; */
      color:#000000;
  /*    margin-top:8px;
      margin-left:20px;  */
      text-decoration:none;
}
#navpart2 {
      display:inline;
      font-size:10px;
      margin-right:0px;
}
#customizeButton, #saveButton, #cancelButton {
    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll 0% 50%;
    color:#000000;
}
#accountOptions {
      margin-left:-3px;
      margin-top:-12px;
}
*html #accountOptions {
      margin-top:-2px !important;
}
#accountOptions_label {
      margin-left:-5px;
      margin-top:-2px;
      font-size:12px;
}
* html #accountOptions_label {      
      margin-top:-4px;
      margin-left:0px;
      
}
* html #dialog1 {
      width:185px;       
      font-size:11px;
      line-height:14px;
}
#dialog1 {
      margin-top:0px;
}
.tooltipInner {
      font-size:12px;
}
#accountOptions .dijitTooltipConnector {
      /* background:transparent; */
} 
#dialog1 .dijitTooltipConnector {
      background:transparent;
}
.soria .dijitArrowButtonInner {
      text-decoration:none;
}
* html .soria .dijitArrowButtonInner { 
      text-decoration:none;
}
.dijitTooltipContainer {
      font-size:12px;
}
#phoneDialog .dijitTooltipContainer {
      background-color:#FFFFFF;
      border:1px solid #CBCBCB;
}

#phoneDialog .dijitTooltipConnector {
      display:block;
}
#phoneDialog .soria .dijitTooltipRight {
      background-color:blue;
}

.soria .dijitTooltip .dijitTooltipConnector {
    display:block;
}

.soria .dijitTooltip .dijitTooltipContainer {
    border:1px solid #B6C7D5;
    background-color:#FAFAFA;
}
#advisor * {
  border:1px solid transparent;
  background:transparent;
  color:#FFFFFF;
}
#phoneNum * {
  border:none;
  background:transparent;
  color:#FFFFFF;
}
.dijitArrowButtonChar {
  display:block !important;
  float:left;
  margin-top:-9px;
}
*html .dijitArrowButtonChar {
  margin-top:-9px;
  margin-left:-12px !important;
  display:inline !important;
  float:none;
}
#header #advisor {
  margin-top:-12px;
}
*html #header #advisor {
  margin-top:0px;
}
#accountOptions_label {
      margin-left:-8px;
      margin-top:-8px;
      font-size:11px;
      float:left;
}
*html #accountOptions_label {
      float:none;
}
*html #accountOptions_label {
      margin-left:2px;
      margin-top:-3px;
}
#advisor * #username, #advisor * #password {
      background:#FFFFFF;
      color:#000000;
      width:47px;
      height:12px;
}
*html #advisor * #username, #advisor * #password {
      height:14px;
}
*html #phoneNum {
      border:1px solid transparent;
}
</style>

          <div id='brokerInfo'>
          </div>
<script language="JavaScript">
dojo.require("dijit.Dialog");
dojo.require("dijit.form.Button");
<!--

if (loggedIn) {
      dojo.addOnLoad(setBrokerInfo);
      document.write('<div dojoType="dijit.form.DropDownButton" id="accountOptions"><span>Account Options</span>');
      document.write('<div dojoType="dijit.TooltipDialog" id="dialog1" style="display:none" title="Account Options" >');
      document.write('<a href="/navigation/logout/" class="corporate">Logout<img align="absbottom" src="/images/common/arrows.gif"></a>');
      document.write('<hr /><a href="/secure/tools/accounts/update/" class="corporate">Account Management<img align="absbottom" src="/images/common/arrows.gif"></a>');
      document.write('<hr /><a href="/secure/tools/literature/orderhistory/" class="corporate">Order History<img align="absbottom" src="/images/common/arrows.gif"></a>');
      document.write('</div>');
      document.write('</div>');
      document.write('<style>*html #advisor * { border:0.11px solid #5B6265; }</style>');
      document.write('<style>*html #phoneNum { border:0.11px solid #5B6265; } #phoneNum * { border:0.11px solid #5B6265; } </style>');     
} else {
      server=window.location.host;
      document.advisorLogin.action = "https://"+server+"/navigation/login/setCredentials";
      document.write('<img src="/images/common/advisor_login.gif" alt="" width="103" height="27" border="0" /><br /><input type="text" id="username" name="username" size="5" /><input type="password" id="password" name="password" size="5" /><input type="image" id="submitImg" name="submit" value="submit" src="/images/common/login_arrows.gif" /><div id="forgotPassword"><a href="/tools/passwordReset">Forgot your password?</a></div>');
      document.write('<style>#header #advisor { margin-bottom:-20px;margin-top:-20px; } *html #header #advisor { margin-top:0px; } #forgotPassword { margin-left:0px;margin-top:-4px; } #header img { margin-bottom:0px; }</style>');
      document.write('<style>*html #advisor * { border:0.1px solid #4B78A1; }</style>');
      document.write('<style>*html #phoneNum { border:1px solid #4B78A1; }</style>'); 
}//-->
</script>
      </form>
    </div>
    <!-- SITE SEARCH -->
    <div id="search">
      <form method="get" action="http://promosearch.seligman.com/search?" id="Form1" style="text-align: left; width: 160px;">
<script language="JavaScript">
<!--
	if (loggedIn) {
		document.write('<img src="/images/common/site_search_adv.gif" alt="" width="78" height="27" border="0" /><br />');
		document.write('<input type="text" name="sp-q" size="9" /><input type="image" name="submit" value="submit" src="/images/common/search_btn_adv.gif" />');
	} else {
		document.write('<img src="/images/common/site_search.gif" alt="" width="78" height="27" border="0" /><br />');
		document.write('<input type="text" id="sp-q" name="sp-q" size="9" /><input type="image" id="submit" name="submit" value="submit" src="/images/common/search_btn.gif" />');
	}
//-->
</script>
          <input type=hidden name="sp-x-1" value="collection" ID="Hidden1">
          <input type=hidden name="sp-p-1" value="phrase" ID="Hidden2">
          <input type=hidden name="sp-a" value="sp1000f3c0" ID="Hidden3">
          <input type=hidden name="sp-f" value="iso-8859-1" ID="Hidden4">
          <input type=hidden name='sp-t' value='public_new_search' ID='Hidden6'>
<script language="javascript">
<!--
  if (loggedIn) {
	document.write('<input type=hidden name="authstate" value="1">');
	document.write("<input type=hidden name='sp-q-1' value='www-all' ID='Hidden5'>");
	searchTemplate="secure_advisor_search";
  } else {
	document.write("<input type=hidden name='sp-q-1' value='www-public' ID='Hidden5'>");
	searchTemplate="public_advisor_search";
  }
//-->
 </script>
      </form>
    </div>			
</div>			
<div id="navigation" style="text-align:left;">	
 <div style="float:left;">			
  <div id="navpart1" style="text-align:left;margin-left:13px;">
    <a href="/fund/list/" class="perfTopNav">MUTUAL FUND PERFORMANCE &amp; HOLDINGS</a>
  </div>				
  <div id="navpart2">
    <a href="/retirement/index.html" class="fundTopNav">RETIREMENT</a>
    <a href="/navigation/litRedirect" class="perfTopNav">LITERATURE &AMP; FORMS</a>
    <a href="/article_seligmanmanagedmoney.html" class="perfTopNav">PRODUCTS &AMP; SERVICES</a>
    <a href="/experience.html" class="perfTopNav">ABOUT US</a>
  </div>
 </div>
 <div style="float:right;">				
  <div id="navpart3" class="nav3">
    <a href="/secure/" class="advisorTopNav">ADVISOR SITE</a>
  </div>
 </div>			
</div>
                   <div style="display:none;">
                       
                   </div>
	       </div>

</div>
<div id="printContainer2"></div>
</body>
</html>




