html, body {
	margin:0;
	padding:0;
	color: #555658;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	line-height: 18px;
}
a {    outline: 0; }
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header-background-repeat.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: top;
}
#pagewidth {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	height:280px;
	width:980px;
}
#header-row-1 {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 980px;
	}
#header-row-1-left {
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 190px;
	float: left;
	width: 349px;
	}	
#header-row-1-right {
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 190px;
	float: left;
	width: 631px;
	text-align: right;
	}		
	
/* 1st menu */	
	
#header-menu-1 {
	position: absolute;
	top: 190px;
	width: 980px;
	height: 29px;
	background-image: url(../images/menu-row-1-bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}
.single-line {
	margin: 0px;
	float: left;
	height: 21px;
	width: 98px;
	display: block;
	text-align: center;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
.single-line a, .double-line a {
	color: #000;
	}	
.single-line a:hover, .double-line a:hover {
	color: #FFF;
	}	
.double-line {
	display: block;
	margin: 0px;
	float: left;
	height: 28px;
	width: 98px;
	text-align: center;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		
#header-menu-1 #currentpage a {
	color: #fff;
	}	

/* 2nd menu */	
	
#header-menu-2 {
	position: absolute;
	top: 229px;
	width: 980px;
	background-image: url(../images/menu-row-2-bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: 29px;
	}	
.single-line-2 {
	margin: 0px;
	float: left;
	height: 21px;
	width: 98px;
	display: block;
	text-align: center;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/menu-row-2-active-bg.jpg);
	background-repeat: no-repeat;
	}	
.single-line-2 a, .double-line-2 a {
	color: #FFF;
	}	
.single-line-2 a:hover, .double-line-2 a:hover {
	color: #E8C6D8;
	}	
.double-line-2 {
	display: block;
	margin: 0px;
	float: left;
	height: 27px;
	width: 98px;
	text-align: center;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/menu-row-2-active-bg.jpg);
	background-repeat: no-repeat;
	}	
	
#header-menu-2 #currentpage a {
	color: #E8C6D8;
	}		
.menu-space-1-blocks, .menu-space-2-blocks, .menu-space-3-blocks, .menu-space-4-blocks, .menu-space-5-blocks, .menu-space-6-blocks, .menu-space-7-blocks, .menu-space-8-blocks, .menu-space-9-blocks {
	display: block;
	float: left;
	height: 30px;
	}
.menu-space-1-blocks {
	width: 98px;
	}	
.menu-space-2-blocks {
	width: 196px;
	}	
.menu-space-3-blocks {
	width: 294px;
	}
.menu-space-4-blocks {
	width: 392px;
	}		
.menu-space-5-blocks {
	width: 490px;
	}		
.menu-space-6-blocks {
	width: 588px;
	}	
.menu-space-7-blocks {
	width: 686px;
	}		
.menu-space-8-blocks {
	width: 784px;
	}
.menu-space-9-blocks {
	width: 882px;
	}		
	
/* main content */

#content-wrapper {
	float: left;
	width: 980px;
	background-image: url(../images/pagewidth-bg-repeat.jpg);
	background-repeat: repeat-y;
	}
#maincol {
	float: right;
	width: 700px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	min-height: 480px;
	}	
#maincol ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#maincol ul li {
	list-style-type: disc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}		
#maincol-gallery {
	float: right;
	width: 700px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	min-height: 480px;
	}	
#maincol-gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}	
#maincol-gallery li {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#maincol-gallery li img {
	}	

#leftcol {
	width:225px;
	float:left;
	position:relative;
	text-align: left;
	padding-top: 24px;
	padding-right: 45px;
}
.hrh-box {
	width: 203px;
	height: 68px;
	background-image: url(../images/hrh-box-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 155px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 25px;
	
	}
.hrh-box p {
	color: #FFF;
	}	
.hrh-box p a {
	color: #FFF;
	}		
.hrh-box p a:hover {
	color: #E8C6D8;
	}
.ceo-button {
	width: 225px;
	height: 85px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	}
.home-button {
	width: 225px;
	height: 85px;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	}			
.quote-personal-box p, .quote-breakthrough-box p {
	color: #FFF;
	padding-right: 15px;
	padding-left: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height:100px;
	}	
.quote-personal-box p a, .quote-breakthrough-box p a {
	color: #FFF;
	}		
.quote-personal-box p a:hover, .quote-breakthrough-box p a:hover {
	color: #E8C6D8;
	}	
.quote-personal-box {
	width: 225px;
	background-image: url(../images/person-quote-box-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin: 0px;
	}
	
.quote-breakthrough-box {
	width: 225px;
	background-image: url(../images/breakthrough-quote-box-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin: 0px;
	}
.quote-bottom-image {
	float: left;
	}
#footer {
	clear: both;
	width: 100%;
	background-image: url(../images/footer-repeat.jpg);
	background-repeat: repeat-x;
	height: 209px;
}
#lower-band {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 209px;
}

#lower-band-1 {
	width: 216px;
	height: 209px;
	float: left;
	padding-left: 30px;
}
#lower-band-2 {
	width: 270px;
	height: 135px;
	float: left;
	background-image: url(../images/footer-donate-box-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 74px;
	padding-left: 40px;
}
#lower-band-2 p {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
}
#lower-band-2 p a {
	color: #FFF;
}
#lower-band-2 p a:hover {
	color: #E8C6D8;
}

#lower-band-3 {
	width: 90px;
	height: 101px;
	float: left;
	padding-top: 108px;
}	
#lower-band-3 p {
	color: #000;
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 14px;
}
#lower-band-4 {
	width: 334px;
	height: 101px;
	float: left;
	padding-top: 108px;
}

#lower-band-4 p {
	color: #FFF;
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 14px;
}

	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
p a, td a {
	color: #A22665;
	}
p a:hover, td a:hover {
	color: #000;
	}

#home-text-box {
	height: 166px;
	width: 344px;
	display: block;
	background-image: url(../images/home-text-box-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	}
#home-text-box ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#home-text-box ul li {
	list-style-type: disc;
	margin: 0px;
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

.more-link {
	height: 52px;
	width: 198px;
	background-image: url(../images/history-link-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 6px;
	}
.more-link p {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
}
.more-link p a {
	color: #FFF;
}
.more-link p a:hover {
	color: #E8C6D8;
}
	
.two-col-holder, .three-col-holder {
	width: 700px;
	}	
.two-col-left {
	float: left;
	width: 330px;
	padding-right: 20px;
	}	
.two-col-right {
	float: left;
	width: 350px;
	}		

.three-col-1 {
	float: left;
	width: 230px;
	}	
.three-col-2 {
	float: left;
	width: 230px;
}
.three-col-3 {
	float: left;
	width: 230px;
	}		
.clear1 {
	clear: both;
	width: 700px;
	}	
	
.history-holder {
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A22665;
	margin-bottom: 6px;
	padding-bottom: 4px;
	float: left;
	}	
.history-holder p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}		
.history-date {
	float: left;
	width: 50px;
	font-weight: bold;
	color: #A22665;
	}
.history-content {
	float: left;
	width: 650px;
	}
.messages {
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A22665;
	margin-bottom: 8px;
	}	
.login-link {
	height: 61px;
	width: 356px;
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 16px;
	}	
.login-link p {
	color: #FFF;
	font-size: 16px;
	}		
.login-link p a {
	color: #FFF;
	}	
.login-link p a:hover {
	color: #E8C6D8;
	}		
.news-box {
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A22665;
	margin-bottom: 10px;
	padding-bottom: 12px;
	}
.keep-touch-table {
	margin-bottom: 15px;
	}	
	
.text-input-1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F1E2E7;
	border: 1px solid #F1E2E7;
	width: 550px;
	padding-left: 4px;
	font-size: 14px;
	color: #555658;
	}	
.text-input-2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F1E2E7;
	border: 1px solid #F1E2E7;
	width: 550px;
	padding-left: 4px;
	font-size: 14px;
	color: #555658;
	height: 100px;
	}	
.border-1 {
	padding-left: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	}
.border-2 {
	padding-left: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}	
	
.legacies-text-box-1 {
	background-image: url(../images/legacy-text-box-1-bg.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 342px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 12px;
	padding-top: 10px;
	}	
.legacies-text-box-1 p {
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
	}	
.legacies-text-box-2 {
	background-image: url(../images/legacy-text-box-2-bg.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 342px;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 16px;
	padding-bottom: 15px;
	}		
.legacies-text-box-2 p {
	color: #FFF;
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}		
	
/* how to help boxes */

.hth-holder {
	background-image: url(../images/how-to-help-boxes-backgrounds.jpg);
	background-repeat: no-repeat;
	height: 453px;
	width: 700px;
	font-size: 16px;
	}
.hth-holder p {
	color: #FFF;
	}	
.hth-holder p a {
	color: #FFF;
	}	
.hth-holder p a:hover {
	color: #E8C6D8;
	}		
.hth-row-1 {
	width: 700px;
	height: 103px;
	padding-top: 10px;
	}
.hth-row-2 {
	width: 700px;
	height: 114px;
	}
.hth-row-3 {
	width: 700px;
	height: 226px;
	}	
.hth-box-1 {
	width: 221px;
	float: left;
	padding-left: 12px;
	}	
.hth-box-2 {
	width: 218px;
	float: left;
	padding-left: 16px;
	}	
.hth-box-3 {
	width: 215px;
	float: left;
	padding-left: 18px;
	}		
.hth-box-4 {
	padding-right: 12px;
	padding-left: 12px;
	}	
.hth-box-4 p {
	color: #A22665;
	font-size: 14px;
	line-height: 18px;
	}		
.hth-box-4 li  {
	color: #555658;
	font-size: 14px;
	line-height: 18px;
	}		
	
.question img {
	display: none;
	}	
.question {
	padding-bottom: 10px;
	cursor: hand;
	}	
.answer {
	padding-bottom: 10px;
	}	

	
	
@media print {
#header {
	display:none;
}
#footer {
	display:none;
}
#leftcol {
	display:none;
}
#maincol {
	width:100%;
	float:none;
}
#maincol {
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
}
body {
	margin:0;
	padding:0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
p, ul, li, td, h1, h2, b, strong, a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}
}