	#maincontainer
	{
		width: 761px;
	
	}
	
	#innercontainer1
	{
		width:761px;
		height: 120px;
		padding-top: 1px;
	}

	/*used to define width of feed area and border*/
	#outer-container
	{
		border: 1px solid #3366cc; 
		width: 761px;
	
	}
	
	.divLink
	{
		float:left;
		width:190px;
	}
	
	/*used to define properties for top-box*/	
	.top-box
	{
		font-family: Arial; 
		font-size: 10px; 
		color: #203C79;
		padding-top: 2px;
		text-align:center;
	}
	
	/*used to define properties for bottom-box*/
	.bottom-box 
	{
		font-family: Arial; 
		font-size: 9px; 
		color: #203C79;
		padding: 1px;
		text-align:center;
	}
	
	/*defines the bounding div for the entire feed display- only applies to feed area not top-box or bottom-box*/
	.rss-box 
    {
		
	}

	/*the title of the feed and link style if displayed. Use with variants of rss-title a:link, rss-title a:hover, etc for rollowver 	styles*/
	.rss-title
	{
		font-family: Arial; 
		font-size: 13px; 
		color: #000098;
	}

	/*defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.*/
	.rss-items 
	{
		font-family: Arial; 
		font-size: 10px; 
		color: #2375bb;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		
	}

	/*display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.*/
    .rss-item 
	{
		font-family: Arial; 
		font-size: 10px; 
		color: #203C79;
		padding: 3px;
		list-style-type: none;
		margin: 0;
	}

	/*variant for the item title anchor style*/
   	.rss-item a 
	{
		font-family: arial, verdana;
		font-size: 10px;
		color: #0000CF;

	}
	
	/*variant for the item title a:hover style*/
	.rss-item a:hover
	{
		font-family: arial, verdana;
		font-size: 10px;
		color: #FF0000;

	}

	/*defines the display of item posting dates*/
	.rss-date 
	{
		font-family: arial, verdana;
		font-size: 10px;
		color: #000;

	}
	
	
	
.divRecentSearches	{ margin-top: 280px; padding: 10px; }

.areaTitle		{ padding: 0; margin: 0; font-size:14px; color:#FF6600; font-weight: bold; font-family:Arial, Helvetica, sans-serif; text-align: center; padding-top: 5px; }

.ulRecentSearch1	{ list-style-type: none; margin: 0; padding: 10px 0 0 0; }
.ulRecentSearch1 li	{ padding: 0 0 10px 0; }

.ulRecentSearch2	{ list-style-type: none; margin: 0; padding: 0; display: none; }
.ulRecentSearch2 li	{ padding: 0 0 10px 0; }

.liLink a		{ font-size:12px; color:#FF6600; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.liLink a:hover 	{ font-size:12px; font-family:Arial, Helvetica, sans-serif; text-decoration: underline; }

.areaShowMore		{ padding: 0px; margin: 0; margin-top: 2px; margin-right: 0px; margin-bottom: 0px; text-align: right; }

.aLink a		{ font-size:10px; color:#0000CF; font-family:Arial, Helvetica, sans-serif; font-weight: normal; }
.aLink a:hover 		{ font-size:10px; color:#FF0000; font-family:Arial, Helvetica, sans-serif; text-decoration: underline; }
