<style type="text/css">
	<!--
	 body {
		font-family: arial, helvetica, serif;
		background: aliceblue;
	}
			
	ul.menu { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		background: #00A0C9;
	}

	li.menu { /* all list items */
		float: left;
		position: relative;
		background: #00A0C9;
		border-left: thin solid white;
		font-family: arial;
		font-size: 9pt;
		text-decoration: none;
		color: white;
		padding: 3px;
		padding-left: 7px;
	}
	li.submenu {
		float: left;
		position: relative;
		width: 16em;
		background: #00A0C9;
		border-top: 1px solid white;
		border-left: 0;
		padding: 3px;
		padding-left: 7px;
	}
	li ul{ /* second-level lists */
		display: none;
		position: absolute;
		top: 21px;
		left: 0;
		width: 14em;
	}

	li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
		top: auto;
		left: auto;
	}

	li:hover ul, li.over ul { /* lists nested under hovered list items */
		display: block;
	}

	#content {
		clear: left;
	}
			
	a.menu {
		font-family: arial;
		font-size: 9pt;
		text-decoration: none;
		color: white;
	}
	a {
		text-decoration:none;
		color: blue;
	}
	a:hover {
		color: red;
	}
	a.news_link {
		font-family: arial;
		font-size: 9pt;
		text-decoration: none;
	}
	tr.menu {
		background: #00A0C9;
	}
	td.hometext {
		font-family: verdana;
		font-size: 9pt;
		padding: 3px;
		line-height: 150%;
	}
	td.news_header {
		font-family: arial;
		font-size: 18pt;
		font-weight: bold;
		color: #003399;
	}
	td.news_qanda {
		font-famiily: arial;
		font-size: 10pt;
		font-weight: bold;
		color: #003399;
	}
	td.contact_header{
		font-family: arial;
		font-size: 18pt;
		font-weight: bold;
		color: #003399;
	}
	td.contact_header2{
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
		color: #00A0C9;
	}
	td.contact_info{
		font-family: verdana;
		font-size: 9pt;
		color: black;
		line-height: 150%;
	}
	td.bioheader {
		font-family: arial;
		font-size: 18pt;
		font-weight: bold;
		color: #003399;
	}
	td.biodetail {
		font-family: verdana;
		font-size: 9pt;
		font-style: italic;
		color: gray;
	}
	td.practheader {
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
	}
	td.practdetail {
		font-family: verdana;
		font-size: 9pt;
		line-height: 150%;
	}
	td.practbullet {
		font-family: verdana;
		font-size: 9pt;
		color: darkorange;
	}
	td.footer {
		font-family: verdana;
		font-size: 8pt;
		color: slategray;
	}
	table.page {
		border-top: thin solid black;
		border-left: thin solid black;
		border-right: thin solid black;
		border-bottom: thin solid black;
	}
	h1.article {
		font-family: arial;
		font-size: 18pt;
		font-weight: bold;
		color: #003399;
	}
	h2.article {
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
	}
	p.article {
		font-family: verdana;
		font-size: 9pt;
	}
	ul.article {
		background: none;
		list-style-type: circle
		color: black;
	}
	li.article {
		background: none;
		float: none;
		font-family: verdana;
		font-size: 9pt;
		color: black;
	}
 	-->
</style>