body {
	background-image: url(../../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.arial_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}

a.arial_grey:link, a.arial_grey:visited, a.arial_grey:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79b732;
	font-weight: normal;
	text-decoration: none;
}
a.arial_grey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f26522;
	font-weight: normal;
	text-decoration: underline;
}

.arial_bold_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.arial_grey_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #222222;
}

a.arial_grey_big:link, a.arial_grey_big:visited, a.arial_grey_big:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #79b732;
	font-weight: normal;
	text-decoration: none;
}
a.arial_grey_big:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f26522;
	font-weight: normal;
	text-decoration: underline;
}

#content {
	width: 909px;
	padding-top: 16px;
}

#layout_left {
	background-image: url(../../images/layout_left_home.jpg);
	width: 499px;
	height: 569px;
	float: left;
}

#layout_right {
	width: 410px;
	height: 569px;
	float: right;
	background-image: url(../../images/content_back.jpg);
	background-repeat: repeat-y;
}

#layout_right_bdr_top {
	height: 14px;
	width: 410px;
	background-image: url(../../images/bdr_right_top.jpg);
}

#layout_right_bdr_bottom {
	height: 17px;
	width: 410px;
	background-image: url(../../images/bdr_right_bottom.jpg);
	clear: both;
}

#content_right_shell {
	height: 538px;
	width: 410px;
	vertical-align: top;
	text-align: left;
	float: left;
	overflow: scroll;
	position: relative;
}

#content_right {
	height: 538px;
	width: 395px;
	vertical-align: top;
	float: left;
	background-color: #eef5e6;
	background-image: url(../../images/home_back_mission.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home_content {
	background-color: #eff5e7;
	background-image: url(../../images/home_back_mission.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 395px;
}

#stickynote {
	border: 0;
	position:absolute;
left:100px;
top:150px;
}

#home_read_more {
	height: 14px;
	width: 163px;
	position: relative;
	top: 15px;
}


#break {
	height: 1px;
	width: 316px;
	padding-top: 12px;
	padding-bottom: 14px;
}

#nav {
	width: 95px;
	float: right;
	padding-top: 36px;
}
#footer {
	clear: both;
	width: 909px;
	text-align: left;
}
#slogan {
	float: right;
	height: 34px;
	width: 280px;
}
#copyright {
	height: 31px;
	width: 280px;
	float: left;
}

/*Scroll Bar related styles*/

#mycustomscroll {
	height: 538px;
	width: 406px;
	vertical-align: top;
	text-align: left;
	overflow: scroll;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	float: left;
	}
#home_read_more {
	float: left;
	height: 14px;
	width: 163px;
	padding-top: 504px;
	padding-left: 191px;
}





.fixedwidth {
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 0px;
}

/* general scroll style ends here */


/* Scroll Bar Master Styling Starts Here */
/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 10px;
}

.hscrollerbase, .hscrollerbar {
height: 1px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../../images/vscroller.gif) 0px -10px;
width: 10px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../../images/vscroller.gif);
width: 10px; height: 10px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/

/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/

}


.vscrollerbase, .hscrollerbase {

background-image: url(../../images/scrollbaseback.gif);
}

.hscrollerbasebeg {
height: 1px;
background: url(../../images/scrollbases.gif) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 1px; width: 7px;
background: url(../../images/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {
width: 10px;
background: url(../../images/scrollbases.gif) -7px -8px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 7px; width: 10px;
background: url(../../images/scrollbases.gif) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 10px; height: 10px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../../images/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */
#kcfb_content {
	background-position: top;
	width: 395px;
}
#layout_left_kcfb {

	background-image: url(../../images/layout_left_kcfb.jpg);
	width: 499px;
	height: 569px;
	float: left;
}
#make_a_donation {
	float: left;
	height: 52px;
	width: 147px;
	padding-top: 464px;
	padding-left: 137px;
}
#layout_left_programs {


	background-image: url(../../images/layout_left_programs.jpg);
	width: 499px;
	height: 569px;
	float: left;
}
#layout_left_recieve {



	background-image: url(../../images/layout_left_receive.jpg);
	width: 499px;
	height: 569px;
	float: left;
}
#layout_left_get_involved {




	background-image: url(../../images/layout_left_get_involved.jpg);
	width: 499px;
	height: 569px;
	float: left;
}
#layout_left_contact {





	background-image: url(../../images/layout_left_contact.jpg);
	width: 499px;
	height: 569px;
	float: left;
}
.title_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f26522;
}
