/* 
	Application:	DynInsight
	Author:			Wynne Hunkler, Wynne.Hunkler@dyn-intl.com
	Date:			November 2007
	Copyright:		©2007 DynCorp International LLC. All rights reserved.
	CSS File:		leveldrop.css
*/
/* Styles to demonstrate the basics of what css can offer visually without presentational markup	*/
/* Level Three of styling process: Add styled drop shadows to text without using images				*/

.dropshadow {
	color: #609;	/* purple */
	position: relative;   
	z-index:10;   
}