h1	{
	font-family:tahoma, verdana;
	font-size:14px;
	font-weight:bold;
	color:#00197B;
	margin-top:10px;
	}
	
h1.sub	{
		font-family:tahoma, verdana;
		font-size:14px;
		color:#3366cc;
		margin-bottom: 0px;
		}
		
h1.headline 	{
				font-family:tahoma, verdana;
				font-size:17px;
				font-weight:bold;
				color:#00197B;
				margin-bottom: 0px;
				}

td  {
	font-family:tahoma, verdana;
	font-size:12px;
	color:#000000;
	}

p {line-height: 18px;}	
	
.sub	{
		font-family:tahoma, verdana;
		font-size:14px;
		color:#3366cc;
		font-weight: bold;
		}
		
.sub2	{
		font-family:tahoma, verdana;
		font-size:13px;
		color:#2a2a2a;
		font-weight: bold;
		}

.subsm	{
		font-family:tahoma, verdana;
		font-size:11px;
		color:#000000;
		}

a	{
	color:#000099;
	text-decoration:none;
	}

a:hover	{
		color:#3366cc;
		text-decoration:underline;
		}
		

li	{
	margin-bottom: 8px;
	}

div.feedburnerFeedBlock p.feedTitle	{
									margin-bottom: 0px;
									}

.date  {
		margin-top: 0px;
		margin-bottom: 4px;
		color: #999999;
		}
		
.headline	{
			margin-top: 0px;
			}

#creditfooter 	{
				visibility: hidden;
				display: none;
				}

ul#navList {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: right;
}

ul#navList li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
  background-color:#21428b;
  text-align: right;
  }
				
a.qualifications{
	display: block;
	width: 113px;
	height: 46px;
	background: url(/images/qualifications.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.qualifications{
	background-position: -113px 0;
}
a.publications{
	display: block;
	width: 99px;
	height: 46px;
	background: url(/images/publications.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.publications{
	background-position: -99px 0;
}
a.media{
	display: block;
	width: 133px;
	height: 46px;
	background: url(/images/media.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.media{
	background-position: -133px 0;
}
a.contact{
	display: block;
	width: 81px;
	height: 46px;
	background: url(/images/contact.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.contact{
	background-position: -81px 0;
}

/*Drop Down Menu Styles*/


.smtDropDownMenuStyle{
	margin:0px;
	padding:0px;
	}

.smtDropDownMenuStyle ul{
padding: 0px;
margin: 0 0 -2px 0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.smtDropDownMenuStyle ul li{
display: inline;
margin-right:-5px;


}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
  margin: 0px;
  margin-top: -2px;
  position:absolute;
  border: 1px solid #000000; /*THEME CHANGE HERE*/
  border-bottom: 0px;
  z-index:100;
  background-color: #fff;
  width: 136px;
  visibility: hidden;
  text-align:left;
 
}

.dropmenudivlast {
  margin: 0px;
  margin-top: -2px;
  position:absolute;
  border: 1px solid #000000; /*THEME CHANGE HERE*/
  border-bottom: 0px;
  z-index:100;
  background-color: #ff9900;
  width: 136px;
  visibility: hidden;
  text-align:left;
}

.dropmenudiv  a, .dropmenudivlast a{
    margin: 0px;
    font-size:8pt;
    width: auto;
    display: block;
    border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
    text-decoration: none;
    color: #000000;
    padding: 8px;
	font-family: verdana;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 169px;
}

* html .dropmenudivlast a{ /*IE only hack*/
    width: 169px;
}

.dropmenudiv a:hover, .dropmenudivlast a:hover {
  background: #ff9900;
  color: #000000;
  font-size:8pt;
  text-decoration: none;
}