<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Set properties SubHeading*/
.LotusDbContent {
padding:0px 10px;
}

.LotusDbContent a {
text-decoration:underline;
}

.subHeadContainer {
clear: both;
position:relative;
width: 100%;
height: 100%;
padding-bottom: 10px;
}

.subHeading {
font-size: 20px;
font-weight: bold;
position:relative;
float: left;
}

.staffHeading{
font-size: 20px;
font-weight: bold;
}

/*Used to hold alphabet table*/ 
.alph_container { 
clear: both;
width: 100%; 
/*height: 100%;*/
position: relative;
display: block;
}

/*Used to hold alphabet table*/ 
.alph_row { 
clear: both;
width: 100%; 
/*height: 100%;*/
position: relative;
display: block;
} 


/*Set properties of Alphabet Navigation Bar*/
.alph_letter {
float: left;
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
padding: 10px 10px 10px 0px;
/*background-color : #FFEDC6;*/
}

/*Set properties of selected letter*/
.selectedLetter {
font-size: 22px;
font-weight: bold;
width:100px;
}

/*Used to hold alphabet table*/ 
.searchContainer { 
width: 100%; 
height: 100%;
position: relative;
display: block;
} 

.SearchFields
{
float:right;
position: relative;
display: block;
}
.SearchFields input
{
font-size:12px;
font-type: arial, helvetica, sans-serif;
}

.SearchResults table img 
{
display:none
}

.SearchResults td
{
font-size:9px;
font-type: arial;
padding-right: 15px; padding-left: 0px; 
padding-top: 5px; padding-bottom: 5px;
}

input 
{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
margin : 2;
margin-bottom : 2px;
margin-left : 2px;
margin-right : 0px;
margin-top : 2px;
}

/*Set properties of embedded view tables*/
.EmbeddedView
{
clear:both;
}

.EmbeddedView a
{
text-decoration:underline; 
}

.EmbeddedView table
{
width: 100%;
}

.EmbeddedView th
{
font-weight:bold; 
text-align: left;
padding: 5px 15px 5px 0px;
}
.EmbeddedView td
{
padding: 5px 5px 5px 0px;
border-bottom: 1px dashed #c2c2c2;
}

/*Set properties of embedded view*/
.EmbeddedViewLink
{
padding: 7px 0px 7px 0px;
border-bottom: 1px dashed #c2c2c2;
}

.StaffDirContent
{
padding-top: 10px;
clear: both;
}

/*Used to align individual staff page info and photo*/ 
.staff_info_container { 
clear: both;
width: 100%; 
height: 100%;
position: relative;
}

.staff_info a
{
text-decoration:underline; 
}

.staff_info_float {
float: left;
}

.staff_photo {
float: right;
}

.staff_info { 
clear: both;
width: 100%; 
height: 100%;
position: relative;
}

.db_contact_info { 
clear: both;
margin-top:50px;
}

#email a {
color:black;
text-decoration:underline;
}

#email a:hover {
color:rgb(201, 151, 0);
}</pre></body></html>