/* external CSS file for The Foundation */ 
/* filename Foundation.css created by Lauren Keller */

a { /* font color for all links */
color:  #005798;
}



.images { /* padding around images in subcontent */
	margin: 0 3 1 0;
	padding: 0 3 3 0;
	
}

.borders { /*border for table on Recognizing Impairment */
	border-style: solid;
	border-width: 1px;
	border-color: #000066;
}

.numbers { /*line spacing for numbered lists */
	line-height: 20px;
}

.Title { /*  Gray title top of all page */
	padding-left: 50px;
	font-size: 18px;
	color: #A5ACAF;
	font-family: Arial, Helvetica, sans-serif;
}
.search { /* search box formatting  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;

}
.sitemap { /*address at bottom right corner  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

.disclosure { /* formatting for donate now disclosures */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.address { /*links at bottom right corner for sitemap */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}

.HomeBoxType { /*  White text in colored boxes on homepage */
	padding-left: 10px;
	padding-right:5px;
	padding-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.HomeBoxType2 { /*  White text in colored boxes on homepage */
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:13px;

	height:11px;
	
}
.Header1 { /*  Lite Blue Title in Blue boxes on Homepage */
	font-size: 18px; 
	font-weight: bold; 
	color: #acd6f2; 
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;

	
}
.BigHead { /*  Large Blue Title on subpage */
	font-size: 28px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #005798;
	
}
.ScholarHead { /*  Scholarship Titles */
	font-size: 23px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #005798;
	
}

.subboxtype { /*  White text in blue kicker box on subpages */
	padding-left: .25in;
	padding-right: .25in;	
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 

}
.boxinsert { /*  White text in blue kicker box on subpages */

	color: #005798;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 

}
.headline { /*  Blue title at top of subpage */
	font-size: 18px;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #005798;
	text-align: left;
	line-height: 22px;
}

.subheadline { /*  smaller Blue title for subpage */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005798;
	text-align: left;
}
	
.subbodytype { /*  subpage content type */
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;

	}
	
p { /* for consistency in case class is forgotten */
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
	
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;
	
}

.lihome {
	margin-left:-30px;

}
.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;
	}
	
