/* CSS Document */

/* Global */
/* ----------------------------------------------------- */
p {	font-family: verdana, arial, helvetica; /* added */
	
	line-height: 1.25em;
	margin-top: 0px;
	
}


ul,li {	
	line-height: 1.15em; /* added */
	color: #333; /* added */
	}

dl,dt,dt {	
	line-height: 1.25em; /* added */
	color: #333; /* added */
	
	}
	

hr { 
	height: 0px;
	border-top: 1px solid #CCCCCC; 
	border-bottom-width: 0px; 
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
h1 {
	font-family: verdana, arial, helvetica; /* added */
	font-size: 19px; /* 20px */
	font-weight: bold;
	letter-spacing: 1px;
	color: #ee4911; /* #0069a1 */
	margin-top: 15px;
}
h2 { 
	font-family: verdana, arial, helvetica; /* added */
	font-size: 17px;
	font-weight: bold;
	color: #4C691C; /* #00411c */
	line-height: 1.5em; /* added */
	
	
}
h3 {
	font-family: verdana, arial, helvetica; /* added */
	font-size: 14px;
	font-weight: bold;
	color: #444; 
}
h4 {
	font-family: verdana, arial, helvetica; /* added */
	font-size: 11px; /* 12px */
	font-weight: bold;
	line-height: 1.25em;
	text-transform: uppercase;
}
h5 {
	font-family: verdana, arial, helvetica; /* added */
	font-size: 10px; 
	color: #666; /* #0069A1 */
	line-height: 1.12em; /* 1.1em */
	margin: 15px 0px 12px 0px;
}
h6 { 
	font-family: verdana, arial, helvetica; /* added */
	font-size: 12px;
	color: #444;
	font-weight: bold; /* light */
	margin: 0px 0px 1px 0px; /* 15px 0px 0px 0px; */
}
h1, h2, h3, h4, h5 {
		margin-bottom: 10px;		
} 

form {
	margin: 0px;
	padding: 0px;
}

input, select {
	font-size: 11px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#breadcrumbs {
	font-family: verdana, arial, helvetica; /* added */
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	padding: 0px 0px 15px 10px;
	margin: 0px;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#breadcrumbs a:hover {
	color: #999;
}

.more a {
	color: #B56810;
}

.more a:hover {
	color: #999999;
}

.disclaimer {
	font-size: small;
	color: #999;
	line-height: .5em;
}





/* content table*/
/* ----------------------------------------------------- */
.two_columns th {
	text-align: left;
	vertical-align:top;
}
.two_columns td {
	padding: 0px 0px 10px 0px;
	margin:0px;
}
.two_columns p {
	font-family: verdana, arial, helvetica; /* added */
	/* font-size: 12px; */
	padding:0px;
	margin:0px;
}
.two_columns th h4 {
	margin:0px;
	padding:0px;
}
.two_columns th h4 a {
	text-decoration: none;
	color: #333; /* black */
}
.two_columns th h4 a:hover {
	color:#999999;
}


.two_columns th h4 a:visited { 
	color: #666; /* black */
}

.two_columns th h6 a:visited { 
	color: #0055BF; /* 0055BF added all */
}

/* --------------------------------- */
.returntotop {
	background-attachment: fixed;
	background: url(http://richter.library.miami.edu:19876/graphics/return.gif);
	background-repeat: no-repeat;
	background-position: 490px top;
	text-indent: 12px;
	vertical-align:bottom;
	line-height:15px;
	font-size: x-small;
	text-align: right;
	}

/* --------------------------------- */
.headingpic {
  color: #4C6916;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  background: url(../research/guides/images/headingpic2.gif);
  font-size: 14px;
  font-weight: bold;
  }
  
  /* --------------------------------- */
  
  .moreinformation {
    	font-size: x-small;
    	font-style: italic;
  	}
  
  .lastmodified {
  
            font-size: xx-small;
            text-align: right;
  
            }
			
	.mainpagebackground {
	background-color: #EEF8C3;
		}
  

  /* -------------ILLiad CSS for Logon and Logon2-------------------- */
  
  
#header {background:#00411C;
	color:#FFFFFF;
	padding-bottom: 10px;}

.f-wrap-1 {background: #DFE4CD;}

input.f-submit {padding: 1px 3px;background:#00411C;color:#fff;font-weight:bold;font-size:96%}

.logon_note_bg {background:#DFE4CD;
	padding-top: 10px;}
	
#status {font-family: Arial, Helvetica, sans-serif; margin:0px 0 0 15px;padding:3px;color:#FFFFFF;border:none}
#status .statusNormal {color:#EE4911}
#status .statusInformation {color: #EBCE7F}
#status .statusError {color:#EE4911;text-transform:uppercase}
