//Stylesheet for text & graphic placement on nav screens


.text       	{color: black;
			 font-style: italic;
			 font-family: arial, san-serif;
			 }
div.box		{background-color: white;
			 width:440px;
			 height:300px;
			 border: thick ridge grey;
			 padding-left: 15px;
			 padding-right: 15px;
			 padding-top: 15px;
			 padding-bottom: 15px;
			 margin-top: -480px;
			 margin-left: 228px;
			 }
li.features	{list-style-type:square;
			 }	
p			{font-size: 10pt;
			 }.banner-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	font-style: normal;
}

