/* ----------------------------	*/
/* 	General Information style  	*/
/*								*/
/*	Copied from AboutUs.css on May 29, 2008*/
/*	Revised July 2, 2008		*/
/* 	Rebecca Lawrence - Design	*/
/* 	Allen Viehmeyer - Code		*/
/* ---------------------------- */

#masthead
	{
	padding-bottom: 60px;
	margin-bottom: 90px;
	}

#content
	{
	width: 540px;
	margin-left: 285px;
	padding: 20px 5px 5px 10px;
	/* border: 1px solid #000; */
	}
	
img
	{
	float: left;
	margin-right: 10px;
	padding-top: 5px;
	}

dt, dd
	{
	border: 1 px solid red;
	font-size: 14px;
	color: black;
	}
	
ul
	{
	/* border: 1px solid blue; */
	margin-left: 160px;
	}

	
td
	{
	padding: 5px 30px 5px 30px;
	color: Black;
	font-weight: bold;
	}
	
td li
	{
	font-size: 12px;
	color: black;
	list-style-type: disc;
	}

#content h3
	{
	border-style: solid;
	border-width: 1.5px;
	border-color: #009E4D;
	font: 14px verdana;
	font-weight: bold;
	color: #69709A;
	padding: 5px;
	}
	
#content h3 a
	{
	color: #69709A;
	text-decoration: none;
	}
	
#content p
	{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}

#content table
	{
	border-style: solid;
	}
	
#copyright
	{
	width: 830px;
	}
