<!--

/* index.css */


/* Sets up the "PromoImage" Division
--------------------------------------------------------------------------- */
#promoimage {
	float:			right;
	padding-top:		31px;
	}


/* Sets up the "Mission Statement" Division
--------------------------------------------------------------------------- */
#mission {
	line-height:		1.9em;
	font-style:		italic;
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:			#444444;
	border-color:		#eeffdd;
	border-width:		1px;
	border-style:		dashed;
	background-color:	#a7cece;
	padding:		25px;
	padding-left:		80px;
	margin:			30px;
	margin-right:		385px;
	background-image:	url(images/background.gif);
	background-repeat:	no-repeat;
	background-position:	top left;
	}


-->
