	/**************************************/
	/****CENTER COLUMNS********************/
	/**************************************/
	
	#content
	{ 
		padding: 0px 20px 20px 20px;
		width: 100%;
	}
	
	
	/**************************************/
	/****RIGHT* COLUMNS********************/
	/**************************************/
	
	#rightContent 
	{
		background:#fff;
		border-left:1px solid gray;
		text-align: center;
	}
	/**************************************/
	/****RIGHT* COLUMNS********************/
	/****mary's edits**********************************/	
	#rightContent ul
	{
		list-style-type:none;
		text-align: right;
		margin-left: .5em;
		font-size: 1em;
		font-family: Sans-Serif;
		/*line-height: .85em;*/
	}
	
	#rightContent li
	{
	 /*margin: 0em .2em 1em 0em;*/ 
	 margin: 0em .5em .5em 0em;
	}
	/*****end of mary's edits**********************************/	
	
	#rightContentLinks
	{
		color:Black;
		text-decoration: none;
		padding-right: 10px;
	}
	
	
	#rightContentLinks a:link
	{
		color:Black;
		text-decoration: none;
	}
	
	#rightContentLinks a:hover
	{
		text-decoration: none;
		color:Blue;
	}
	
	#rightContentLinks a:visited
	{
		text-decoration: none;
		color:Black;
	}
	
	#rightContent form
	{
		margin: 0 0 0 0;
		padding: 0px;
	}
	
	.rightContentSubmit
	{
		font-size:.75em;
		width: 30px;
	}
	
	#rightContent select
	{
		background:#fff;
		width: 70%;
		font-size: .75em;
	}
	
	#rightContent input
	{
		font-size: .75em;
	}
	
	#index
	{
		border:1px solid #000;
		padding: 10px;
		width: 165px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 10px;
	}
	
	#search
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	
	