* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	background-color: #FFFFFF;
}

body {
	text-align: center;
}

h1 {
	position: relative;
}

h2 {
	line-height: 100%;
}

h3 {
	line-height: 100%;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

h4 {
	color: #176ABD;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

li {
	font-size: 12px;
	color: #666;
	line-height: 140%;
	font-style: normal;
}
p {
	margin-bottom: 1em;
	font-size: 11px;
	FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
	FONT-WEIGHT: normal
}
ul {
	margin-bottom: 1em;
}

img {
	border: 0;
}

blockquote {
	font-style: italic;
	color: #007680;
}


/*a {
	text-decoration: underline;
	color: #7C7864;
}

a:hover {
	text-decoration: none;
	color: #336699;
}*/

a {
	color: #1B3995;
	text-decoration: underline;
}
a:hover {
	color: #7C7864;
	text-decoration: underline;
}

ul, ol, dl {
	padding-left: 12px;/* MOZ */
	margin-left: 12px;/* IE */
}

table {
	border-collapse: collapse;
}

th, td {
	font-size: 12px;
/*	font-size: 11px;*/
	vertical-align: top;
}




label {
	color: #8E8E8E;
	font-weight: bold;
	font-size: 10px;
}
hr {
	margin-bottom: 1em;
}

/* custom styles ============== */

div#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/*header*/
div#header {
	width: 780px;
	height: 200px;
	background-color: #3C508D;
	border-bottom: 1px solid #fff;
	margin-top: 7px;

}
div.home_header {
	position: relative;
}
td.tnav {
background-image: url(images/tnav_bg.gif);
background-repeat: no-repeat;
background-color: #fff;
width: 175px;
height: 186px;
}

ul.topnav {
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 0;
	width: 140px;
	list-style: none;
}

ul.topnav li {
	border-bottom: 1px solid #E7E9ED;
	line-height: 100%;
}

ul.topnav li.end {
	border-bottom: 1px solid #fff;
	line-height: 100%;
}
ul.topnav li a {
	font-size: 10px;
	font-weight: bold;
	line-height: 110%;
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	/*padding: 5px 10px 5px 24px;*/
	padding-left: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 150px;
	vertical-align: bottom;
	display: block;
	color: #1B3995;
	text-decoration: none;
}

html>body ul.topnav li a {
	width: 150px;
}

ul.topnav li a:hover {
	background-color: #fff;
	background-image: url(images/arr_on.gif);
	background-repeat: no-repeat;
	color: #7C7864;
	text-decoration: none;
}

ul.topnav li a.active {
	background-color: #fff;
	background-image: url(images/arr_on.gif);
	background-repeat: no-repeat;
	color: #7C7864;
	text-decoration: none;
}

/*header*/

/*dropdown & search menu*/

/*main homepage content area*/

/*main homepage content area*/


/*main subpage content area*/
div.torso_sub {
	width: 780px;
	
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	/*margin: 5px 0;*/
}
div.torso_researchsub {
	width: 780px;
	background-image: url(images/sub_researchbg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	/*margin: 5px 0;*/
}
div#stomach {
	padding: 0 120px 0 29px;
}
div#text {width: 100%; text-align: left;}
div#text table td {padding: 1px;}

div.torso_sitemap {
	width: 780px;
	background-image: url(images/sub_sitemap.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	/*margin: 5px 0;*/
}
div#stomach2 {
	padding: 0 29px 0 29px;
}
div#stomach p {
	font-size: 11px;
	color: #000000;
	background-color: #fff;
}

p.breadcrumbs {
	font-size: 11px;
	margin: 3px 0 15px 0;
	color: #3C508D;
}

p.breadcrumbs a {
	font-size: 11px;
	text-decoration: none;
	color: #3C508D;
	/*font-weight: bold;*/
}

p.breadcrumbs a:hover {
	color: #7C7864;
	text-decoration: underline;
	/*font-weight: bold;*/
}
p.top a {
	font-size: 10px;
	text-decoration: none;
	color: #3C508D;
}

p.top a:hover {
	color: #7C7864;
	text-decoration: underline;
}
.heading {font-size: 16px; color: #333333; font-weight: bold;}
/*sub page title image & search box*/
div#menu_sub {
	width: 780px;
	background-color: #E7E9ED;
	color: #7C7864;
	text-align: center;
	height: 38px;
	
}
div#menu_sub table {
	margin-top: 10px;
	text-align: center;
}
div#menu_sub select {
	border: 1px solid #7F9DB9;
	background-color: #fff;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
div#menu_sub input {
	border: 1px solid #7F9DB9;
	background-color: #fff;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
/*sub page title image & search box*/

/*subnav*/
ul.sub_menu {
	margin: 0 20px;
	padding: 0;
	width: 150px;
	list-style: none;
}

ul.sub_menu li {
	padding: 6px 0;
	line-height: 100%;
	font-size: 11px;
	border-bottom: 1px solid #E7E9ED;
}

.sub_menu li.sub_menu_title {
	margin-bottom: 5px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #3C508D;
	border: 1px solid #E7E9ED;
	background-color: #F3F4F6;
}


ul.sub_menu li a {
	padding-left: 12px;
	line-height: 100%;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	display: block;
	color: #1B3995;
	text-decoration: none;
}

ul.sub_menu li a:hover {
	background-color: #fff;
	background-image: url(images/arr_on.gif);
	background-repeat: no-repeat;
	color: #7C7864;
	text-decoration: none;
}

ul.sub_menu li.active  {

}


ul.sub_menu li.active a {
	background-color: #F0F1F3;
	background-image: url(images/arr_bl.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sub_menu li.active a:hover {
	background-color: #fff;
	background-image: url(images/arr_on.gif);
	background-repeat: no-repeat;
	color: #7C7864;
	text-decoration: none;
}

/*sub sub menu*/
ul.sub_menu li ul {
	margin: 0;
	padding: 4px 0 0 12px;
	list-style: none;
}

ul.sub_menu li ul li {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
	font-size: 10px;
	background: none;
}

ul.sub_menu li ul li a, ul.sub_menu li.active ul li a {
	margin: 0;
	padding: 3px 0 3px 12px;
	display: block;
	vertical-align: bottom;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	background: none;
	background-image: url(images/bull.gif);
	background-repeat: no-repeat;
	color: #1B3995;
	text-decoration: none;
	border: 0px;
}


ul.sub_menu li ul li a:hover, ul.sub_menu li.active ul li a:hover {
	background-image: url(images/bull2.gif);
	background-repeat: no-repeat;
	color: #7C7864;
	text-decoration: none;
}

/*sub sub menu*/
/*subnav*/






/*footer*/
div#foot {
	background: #E7E9ED;
	font-size: 10px;
	color: #506087;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}

div#foot p {
	margin: 0;
	text-align: center;
}

div#foot a {
	font-size: 10px;
	text-decoration: none;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

div#foot a:hover {
	text-decoration: underline;
	color: #7C7864;
}

/*footer*/
/*credit*/
div#credit {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div#credit a {
	font-size: 10px;
	color: #BCBEC1;
	text-decoration: none;
}
div#credit a:hover {
	color: #666666;
	text-decoration: underline;
}
/*credit*/
/*sitemap table*/
table.sitemap td {padding: 1px;}
/*sitemap table*/
/*util links table @ end of template*/
div.util {
	height: 28px;
	background-color: #fff;
	width: 100%;
	text-align: left;
}
div.util_padding {
	padding: 0px 0px;
}

.util ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.util ul li {
	display: inline;
	color: #EEEEEE; 
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 5px;
}

.util a {
	font-size: 10px;
	color: #4A5B93;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.util a:hover {
	color: #336699;
	background-color: #fff;
	text-decoration: underline;
}
/*util links table @ end of template*/


/*faculty homepage styles*/
div#stomach3 {
	padding: 0 40px 0 29px;
}
div#faculty1 table {
	background-color: #F4F5F7;
}
div#faculty1 table td {
	padding: 5px 18px 5px 18px;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	color: #1B3995;
	line-height: 130%;
}
div#faculty1 table td.header1 {
	font-size: 12px;
}
div#faculty1 table td a {
	color: #1B3995;
	text-decoration: none;
	font-weight: bold;
}
div#faculty1 table td a:hover {
	text-decoration: underline;
}
div#faculty2 table {
	background-color: #fff;
	border: 1px solid #EEEFF2;
}
div#faculty2 table td {
	padding: 15px 18px 5px 18px;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	color: #000;
		line-height: 130%;
}
div#faculty2 table td.header2 {
	padding: 5px 18px 5px 18px;
	border-bottom: 1px solid #EEEFF2;
	font-size: 12px;
}
/*faculty homepage styles*/

/*generic text styles*/
.text1 {
	color: #1B3995;
}
.text2 {
	color: #000; 
	font-weight: bold;
}
.text3 {
	color: #1B3995; 
	font-weight: bold;
}
.title1 {
	font-size: 12px; 
	color: #5D6267; 
	font-weight: bold;
}
.title2 {
	font-size: 12px;
	color: #1B3995;
	font-weight: bold;
}
/*generic text styles*/

.hidden {
	display: none;
}

/*form template styles*/
div#headerform {
	width: 780px;
	height: 154px;
	background-color: #3C508D;
	border-bottom: 1px solid #fff;
	margin-top: 7px;
}
div.torso_form {
	width: 780px;
   background-color: #fff;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	text-align: left;
}
div#stomach_form {padding: 0 15px 0 15px;}
div#text_form {width: 100%; text-align: left;}
div#text_form table td {padding: 1px;}
div#stomach_form p {
	font-size: 12px;
	color: #333333;
	background-color: #fff;
}


table.libra {
	border: 1px solid #CCCCCC;
}

table.libra tr td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

td.DATA31	{	COLOR: #666699; 
			background-color: ffffff;	
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 10px; 
			FONT-WEIGHT: bold;
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}

td.DATA31b	{	COLOR: #666699; 
			background-color: C1CDF0;	
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 10px; 
			FONT-WEIGHT: bold;			
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}

td.DATA36	{	COLOR: #777777; 
			background-color: FFffFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px; 
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;
		}

td.DATA36a	{	COLOR: #000000; 
			background-color: FFffFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px; 
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;
		}


td.DATA36b	{	COLOR: #777777; 
			background-color: eeEEFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 10px;
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}

td.DATA36C	{	COLOR: #777777; 
			background-color: E7E9ED; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px; 
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;
		}

td.DATA36D	{	COLOR: #333333; 
			background-color: F2F2F2; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px; 
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;
		}


DATAPIC	{	COLOR: #777777; 
			background-color: eeEEFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 10px;
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}

td.DATA37	{	COLOR: #990000; 
			background-color: eeEEFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 10px;
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}

td.DATA38	{	COLOR: #990000; 
			background-color: ffff66; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 10px;
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}

td.DATA40	{	COLOR: #666699; 
			background-color: FFFFFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px;
			FONT-WEIGHT: bold;
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}


td.DATA39	{	COLOR: #000000; 
			background-color: FFFFFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px;
			FONT-WEIGHT: normal;
			padding-top: 6;
			padding-bottom: 6;
			padding-left: 6;
			padding-right: 6;}

td.DATA22	{	COLOR: #000000; 
			background-color: FFFFFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px;
			FONT-WEIGHT: normal;
		}	

.DATA22	{	COLOR: #000000; 
			background-color: FFFFFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px;
			FONT-WEIGHT: normal;
		}

td.DATA22B	{	COLOR: #990000; 
			background-color: FFFFFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px;
			FONT-WEIGHT: bold;
		}
.DATA22B	{	COLOR: #990000; 
			background-color: FFFFFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px;
			FONT-WEIGHT: bold;
		}

td.DATA22C	{	COLOR: #990000; 
			background-color: FFFFFF; 
			FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;	
			FONT-SIZE: 11px;
			FONT-WEIGHT: bold;
		}

table.DATATABLE
{
    BORDER-BOTTOM: #BBBBBB 0px solid;
    BORDER-LEFT: #BBBBBB 0px solid;
    BORDER-RIGHT: #BBBBBB 0px solid;
    BORDER-TOP: #BBBBBB 0px solid;
    COLOR: #6699CC;
	background-color: EEEEEE;
    FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    PADDING-TOP: 3px;
    ul: #6699CC
}


SELECT
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;	
    COLOR: #000000;
    FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px
}

OPTION
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;	
    COLOR: #000000;
    FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px
}

INPUT
{
    BACKGROUND-COLOR: #EEEEEE;
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;	
    COLOR: #000099;
    FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal; 	
}

.HEADING5	{COLOR: #993300;FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;FONT-SIZE: 11px;FONT-WEIGHT: normal}
.HEADING6	{COLOR: #666666;FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;FONT-SIZE: 11px;FONT-WEIGHT: bold}

.BLUETXT	{COLOR: #000099;FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;FONT-SIZE: 10px;FONT-WEIGHT: normal}
.AREASTEXT	{COLOR: #333399;FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;FONT-SIZE: 11px;FONT-WEIGHT: bold}

.TXT1		{COLOR: #000000;FONT-FAMILY: Verdana, Arial, helvetica, Geneva, Sans-serif;FONT-SIZE: 11px;FONT-WEIGHT: normal}

/*form template styles*/

