/* Custom Style Sheet for Admissions Factsheets */


#contentWrap h1 {
	color: #000000;
	font-size: 24px;
	font-family:Arial,Helvetica,sans-serif;
}

#contentWrap h3 {
	color: #000000;
	line-height: 14px;
	font-size: 12px;
}

#main p {
	font-size: 12px;
	line-height: 16px;
}

blockquote {
	margin-left: 10px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 12px; 
}

hr {
	color: #cbc7cb;
}


/*Simple InfoBox Custom Color Overrides*/
/*Theme 1*/
#contentWrap .customHeaderColorBackground1{background-color:#3e507e;}
#contentWrap .customHeaderColor1 h3{color:#fff;}
#contentWrap .customBodyColorBackground1{background-color:#f0d493;}
#contentWrap .customBodyColor1{color:#000;}
#contentWrap .customColorBorder1{border:1px solid #6e6fa8;}

/*Theme 2*/
#contentWrap .customHeaderColorBackground2{background-color:#000066;}
#contentWrap .customHeaderColor2 h3{color:#fff;}
#contentWrap .customBodyColorBackground2{background-color:#fff;}
#contentWrap .customBodyColor2{color:#000;}
#contentWrap .customColorBorder2{border:1px solid #000066;}

/*Theme 3*/
#contentWrap .customHeaderColorBackground3{background-color:#e7d9c0;}
#contentWrap .customHeaderColor3 h3{color:#000}
#contentWrap .customBodyColorBackground3{background-color:#d4d0c8;}
#contentWrap .customBodyColor3{color:#000;}
#contentWrap .customColorBorder1{border:1px solid #d4d0c8;}

/*Theme 4*/
#contentWrap .customHeaderColorBackground4{background-color:#17166c;}
#contentWrap .customHeaderColor4 h3{color:#fff;}
#contentWrap .customBodyColorBackground4{background-color:#eee8da;}
#contentWrap .customBodyColor4{color:#6f6753;}
#contentWrap .customColorBorder4{border:1px solid #a9a18c;}
/*Simple InfoBox Custom Color Overrides*/
