@charset "UTF-8";
/* Only for About Us section*/


/* headerimages - contains images, text & flash */ 
			#headerimages{
				float: right;
				width: 746px; 
				height: 232px;
				margin: 0;
				padding: 0;
				border: solid #CCCCCC 0px;
                                background-image: url(headerbg_giving.gif);
			}
			#headerimages #images{
				float: right;
				width: 522px; 
				height: 161px;
				border: solid #CCCCCC 0px;
				padding: 56px 20px 0 0;
				margin: 0;
			}
			#headerimages #headercontent{
				float: left;
				width: 165px;
				height: 145px;
				font-size:18px;
				font-style: italic;
				font-weight: normal;
				line-height:160%;
				border: solid #CCCCCC 0px;
				padding: 68px 0 0 30px;
				margin: 0;
			}


/* right column - contains images, text */ 
			#rightcolumn{
				float: right;
				border: solid #000000 0px;
				margin: 0;
				background-color: #f0f0f0;
				padding: 12px;
				color: #000000;
				width: 158px;
				font-size: 11px;
				font-weight: normal;
				min-height: 450px;	
			}
			#rightcolumn a:link, #rightcolumn a:visited{
				font-weight: normal;
				text-decoration: underline;
				color: #b29200;
			
			}
			#rightcolumn a:hover{
				font-weight: normal;
				text-decoration: none;
				color: #b29200;
			
			}


/* main content column */ 
			#middlecolumn {
				float: left;
				margin: 0;
				padding: 5px 12px 0 0;
				width: 500px;
				background-color: #FFFFFF;
				border: solid #FF0000 0px;
			}
			#middlecolumn .header {
				font-size: 16px;
				font-weight: bold;
				color: #003082;
			}
			#middlecolumn  a.white:link,  a.white:visited{
				font-weight: bold;
				text-decoration: none;
				color: #FFFFFF;
			}
			#middlecolumn  a.white:hover{
				font-weight: bold;
				text-decoration: underline;
				color: #FFFFFF;
			}
	

