/* external CSS file for The navdf.org */ 
/* filename navdf.css created by Lauren Keller */

a { /* font color for all links */
color: #ff760d; /* orange */ 
}

a:visited { color: #008ec8; /* blue */}



p { /* all content formatted using p tags */
	font-size: 12px;
	margin-right: 92px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-bottom: 5px;
	}
	
.content { /* when using an ol or other type to keep formatting consistent */

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-right: 92px;
	padding-bottom: 5px;
}

.programinfo { /* formatting agenda table */

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;

}

.subprograminfo { /* formatting agenda table */

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-left: .25in;

	
}

li { /*  subpage  list element content type */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	list-style-type: disc decimal;
	padding-bottom: 5px;
	
	
}
	
	
.images { /* padding around images in subcontent */
	margin: 0 3 1 0;
	padding: 0 3 3 0;
	
}

.numbers { /*line spacing for numbered lists */
	line-height: 20px;
}


.footer { /*hyperlinks at bottom  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff760d; /* orange */
	text-align: center;
	margin-right: 92px;
	margin-top: 11px;
}
.address { /*address at bottom  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008ec8; /* blue */
	text-align: center;
	margin-right: 90px;

}
.date{ /* Dates Titles in Schedule Table */
	font-size: 12px;
	margin-left: .25in;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	text-indent: .25in;
	background-color: #92cce4; /* light blue */
	
}



h1{ /*  Headers Titles */
	font-size: 23px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a4099; /* purple */
	padding: 22 0 0 0;
	
}

h2, .subhead{ /*  SubHeaders  */
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; /* black */
	padding: 14 0 5 0;
	
}

h3{ /*  Agenda  */
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; /* black */
	padding: 5px;
	
}


.pdf { /* pdf disclaimer text */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}

.anchor { /* small text used for 'back at top' text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000CC; /* dark blue */
	}
	
.navspacing {
	margin-top: 12px;
}
	
