/* FONT STYLES CSS Document */

/* COMMON STYLES */

a 			{ text-decoration: none; color: #039; }
a:link 		{ text-decoration: none; color: #039; }
a:visited 	{ text-decoration: none; color: #039; }
a:hover 	{ text-decoration: underline; }


/*FONT SIZES*/

/* LARGE TYPE SIZE for main page heading */
h1 {

	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* more specific to override imported rule */
    font-size:    large;			/* false value for WinIE4/5 */
    voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;			/* recover from trick */
    font-size:    x-large;			/* intended value for better browsers */
	}
	html>h1 {
    font-size:    x-large; 			/* be nice to Opera */
}

h1 {
	margin-top: 0;
	padding-left: 5px;
	line-height: 1em;
	color: #777;
}

h1.pubs {

	/* more specific to override imported rule */
    font-size:    medium;			/* false value for WinIE4/5 */
    voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;			/* recover from trick */
    font-size:    large;			/* intended value for better browsers */
	}
	html>h1.pubs {
    font-size:    large; 			/* be nice to Opera */
}

h1.news {

	/* more specific to override imported rule */
	font-size:    medium;                       /* false value for WinIE4/5 */
	voice-family: "\"}\"";                      /* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;                      /* recover from trick */
	font-size:    large;                        /* intended value for better browsers */
	}
	html>h1.news {
	font-size:    large;                        /* be nice to Opera */
        }		

/* SMALL TYPE SIZE for subheads, body text, nav items, etc */
/* use keywords to set some default sizes (approx 13px), then base other sizes off this as a percentage */
body, h2, h3, h4, p, li, td, th, div, blockquote, #leftnav, #footer, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* more specific to override imported rule */
    font-size:    x-small;			/* false value for WinIE4/5 */
    voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;			/* recover from trick */
    font-size:    small;			/* intended value for better browsers */
	}
	html>body, html>h3 {
    font-size:    small; 			/* be nice to Opera */
}


h2, h3, h4, p, ul, ol, blockquote {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}


/*styles for narrower left column 2col style page, diversity index.html*/


.col1n p {
line-height: 1.2em;
}

.col2w p {
line-height: 1.2em;
}

.col1w p {
line-height: 1.2em;
}

.col2n p {
line-height: 1.2em;
}

p a.dkred {
font-size: 110%;
color: #660000;
background-color: #FFFFFF;
line-height: 1.2em;
font-weight: bold;
}

p a.dkred {
font-size: 110%;
color: #660000;
background-color: #FFFFFF;
line-height: 1.2em;
font-weight: bold;
}

h4.dkred {
font-size: 95%;
color: #660000;
background-color: #FFFFFF;
line-height: 1.2em;
font-weight: bold;
}

table.spotlight p {
font-size: 95%;
}

table.spotlight p.cap {
line-height: 1.1em;
text-align: left;
vertical-align: top;
}

table.spotlight p.quote {
font-style: italic;
color: #333;
vertical-align: top;
margin-top: 0;
padding-top:0;
padding-left: 10px;
}

.divbio p.quote {
font-style: italic;
}

.divbio p.cap {
line-height: 1.1em;
color: #444;
}

.divbio2 p.quote {
font-style: italic;
}







p, #content li, td, li, blockquote, h2, h4, h5, th, #subnav {
	font-size: 10pt;
	line-height: 1.5em;
	padding-left: 5px;
	margin-right: 20px;
}

td{
	padding-left: 0px;
}

#content h3 {
padding-left: 5px;
padding-bottom: 5px;
margin-right: 20px;
}

#subnav a.on {
font-weight: bold;
}

#subtopimage {
	font-size: 75%;
	line-height: 1.5em;
	color: #345A22;
	background: transparent;
	font-style: italic;
}

#content li {
	line-height: 1.4em;
	padding-bottom: 0.3em
}

#content li ul li{
	font-size: 100%;
	padding-bottom: 0;
	
}

.sidebar {
line-height: 1.1em;
font-size: 90%;
}



h2.nospace {
	clear: both;
	margin-bottom: 0;
}

#content h2 {
	font-weight: bold;
	color: #333;
	padding: 0 5px;
	background-color: #E6EDF5;
}

#content h2.lg {
	font-weight: bold;
	font-size: 100%;
	color: #333;
	padding: 0 5px;
	background-color: #E6EDF5;
}


h2.nobg {
	background-color: #ffffff;
}

#content h3 {
	line-height: 1.3em;
}

h3, strong, b {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

hr { 	
	color: #fff;
	background-color: #fff;
	padding-left: 5px; 
	padding-right: 5px; 
	margin-right: 10px;
	border: none;
	border-top: 1px dashed #aaa;
	}



sup	{
	font-size:75%;
}

a.sm, a.sm:link, a.sm:visited {
color: #666;
}

a.navsearch, a.navsearch:link, a.navsearch:visited {
color: #666;
font-size: 95%;
}




/* SMALLEST FONT SIZE for breadcrumbs, footer, captions */

#breadcrumbs, #breadcrumbsGreen, #footer, #toolLinks, #copyright, .photo p, table.imagetableL td p, table.imagetableR td p, table.fancy td, table.fancy th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* more specific to override imported rule */
    font-size:    xx-small;			/* false value for WinIE4/5 */
    voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;			/* recover from trick */
    font-size:    x-small;			/* intended value for better browsers */
	}
	html>body #breadcrumbs, html>body #breadcrumbsGreen, html>body #footer, html>body #toolLinks, html>body #copyright, html>body .photo p, html>body .caption, html>body table.fancy td, html>body table.fancy th {
    font-size:    x-small; 			/* be nice to Opera */
}

.schedule, table.fancy td.schedule {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	background-color: #ffffff;
}


/*random font changes*/


.red, a.red {
	color: #aa0a0a;
}

h3.red {
	color: #aa0a0a;
	line-height: normal;
}

.redb, a.redb, a.redb:link, a.redb:visited {
	color: #aa0a0a;
	font-weight:bold;
}

a.black, a.black:link, a.black:visited {
	color: #000;
}

.grey {
	color:#333;
	font-weight:bold;
}

.indent {
	padding-left: 25px;
	}

.photo {
margin-left: 5px;
clear: both;
}

.photo p {
	background-color: #E6EDF5;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.2em;
}

.newsdate {
	color: #666;
}

.ql a {
	color: #fff;
	font-weight: bold;
}


.headq p {
	font-size: 90%;
	font-style:italic;
	line-height: 1.3em;
	padding-left: 5px;
	margin-right: 20px;
	}

.head2 p {
	padding-left: 5px;
	margin-right: 20px;
	}




/* for the image box in the news section */
/*.imagetableL .caption, .imagetableR .caption {
	padding:10px;
}*/
.large {
	font-size: 110%;
}
.unix {
	font-family: "Courier New", Courier, mono;
	margin-left: 10px;
}
.small {
	font-size: smaller;
}

.tiny {
	font-size: 9px;
	}
	
.scant	 {
line-height: 1.2em;
font-size: 80%;
}


.error_field {
  background-color: #FFFF99;
}

.search_results {
  border: 1px solid #ccc;
  font-size: 13px;
  margin: 10px 5px 20px 5px;
}

.search_results tr:hover {
background-color: #DCECFD;
}


tr.search_results_header {
  background-color: #dedede;
}

tr.search_results_header:hover {
  background-color: #dedede;
}



.button {
font-size: 115%;
}

input.directory, option.directory, textarea.directory {
font-size: 12px;
font-family:"Courier New", Courier, mono;

}

.indent2 {
margin-left: 100px;
}



.other {
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.viewmember, table.editmember {
border: 1px solid #ddd;
margin-left: 50px;
}

table.editmember select {
padding:2px;
margin: 2px;
}

table.viewmember td, table.editmember td {
vertical-align: top;
padding-right: 10px;

}

table.viewmember td.view, table.editmember td.view {
font-size: 12px;
font-family:"Courier New", Courier, mono;
color:#000000;


}

select.affil {
	color: #000;
	vertical-align: middle;
	font-size: 100%;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


p.qanda {
font-size: 100%;
font-style:italic;
}