@charset "utf-8";
/* CSS Document */


/* CSS Document */

/* ---------- Color Style Used in CSS ----------
Title Bar Desc:          #2C5FAA  Arial 18 Bold
Lt Blue for text:        #416CA6
Dk Blue for text:        #2C5FAA
Background footer:       #6F95C6
Light Yellow Background: #F9F5D4
Orange:                  #FFAB38 
Dark Blue Background:    #2F4F80
Light Blue Background:   #426492
Accordian Lt. Blue:      #6F99D9
Accordian Open/Hover:    #4661AA
------------------------------------------------ */
/* --------------- presentation style for the index page --------------- */

/* ----- presentation styles for main content description in index page ----- */

#angels-logo {
	background:url('../imageDonate/angels-logo.jpg') no-repeat left top;
	width:432px;
	height:138px;
	float:left;
}
#angels-logo a {
	display:block;
	width:432px;
	height:138px;
}
#angels-logo h1 {
	text-indent:-99999em;
}
#titleBar p {
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#2C5FAA;
	font-weight:bold;
	margin: -1px 0 0 15px;
	text-align: left;
}
.pghome {
	font: normal 16px/1.3em Arial;
	color:#FFFFFF;
	margin: 0 0 0 230px;
	padding-top: 12px;
}
.emphasis {
	font-weight:bold;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.indent {
	margin: 0;
	padding: 0 0 0 2px;
	text-indent: -20px;
}
.outdent {
	padding-left: 20px;
}
.chosen {
	color: #FFAB38;	
}
