* { margin: 0; padding: 0; background-image: none; background-color: white; border: none; line-height: 1.4; }
html { font-size: 8pt; font-family: "Arial","Helvetica",sans-serif; }
body { text-align: left; background-color: white; padding: 1em; }

a:link, a:visited { color: blue; }

h1, h2, h3 { margin-bottom: 1em; }
	h1 { font-family: "Georgia","Times New Roman","Times",serif; font-size: 164%; color: #012c4e; }
	h2 { font-size: 145%; color: #012c4e; }
	h3 { font-size: 118%; color: #333333; }

hr { display: none; }

p, ul { margin-bottom: .5em; }
ul { margin-left: 2em; font-size: 8pt; }
	ul.subNav { display: none; }
	
/* --- TABLES --- */	

table { margin-bottom: 2em; border-collapse: collapse; border: 1px solid #333333; }

	table caption { font-size: 8pt; color: #666666; text-align: left; margin-bottom: 1em; }
	
tr, th, td { padding: .5em; vertical-align: top; }

th { border: 1px solid #666666; }
	thead th { background-color: #666666; color: white; }
td { border-bottom: 1px solid #cccccc; }	
	
/*--- ID'd Elements ---*/

#logo { height: 5em; float: left; margin-right: 2em; } 

#navigation, #urmc_search { display: none; }

#hero { float: left; font-size: 8pt; font-style: italic; margin-bottom: 1em; }
#hero img, #hero h1 { display: none; }

#breadcrumb { clear: both; font-size: 8pt; font-weight: bold; margin: 1em 0; padding: .5em 0; 
				border-top: 1px solid gray; border-bottom: 1px solid gray; }
				
#primary, #secondary, #tertiary { clear: both; }

#hub-column1, #hub-column2 { width: 49%; margin-bottom: 1em; }
#hub-column1 { float: left; }
#hub-column2 { float: right; }
.hub-unit { margin: .5em 0; border: .5pt dotted #cbcbcb; padding: 1em; }
.hub-unit h2 { font-family: "Arial","Helvetica",sans-serif; color: #006699; border-bottom: 1px solid #006699; font-weight: 400; }
#tertiary .hub-unit h2 { color: #997300; border-bottom: 1px solid #997300; }

#footer { clear: both; }
