@charset   "UTF-8";

/* *********************** SITE THEME ********************* */
/* ********** THEME COLORS / BACKGROUND IMAGES ************ */
/* COLOR LIST */
/* #2348a4 <= normal background color */
/* #193477 <= dark background color */
#header-pagetitle
{
	background-color: #0039a6;
	/* <= normal background color */
	background-image: url("images/banner_bottom.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

#header-breadcrumb
{
	background-image: url("images/banner_top.jpg");
	border-bottom: #FFFFFF, solid, 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	background-color: #002978;
	/* <= dark background color */
}

#scontent, .whitebackground {
 background: #FFFFFF;
}

.headlineFont, .pageTitle {
	font-weight: bold;
}

.pageTitle {
	font-size: 110%;
}

.subTitle {
       font-size: 70%;
}

.giving_table {width:580px;border-bottom:gray solid 1px;padding:0;margin:10px 0;}
.giving_td_1 {width:180px;padding:0 10px 10px 10px;}
.giving_td_2 {width:400px;padding:0 10px 10px 10px;border-left:gray solid 1px;}
#giving_form { }



