@import url("../css/about-header.css");
@import url("../css/about-text.css");
@import url("../css/about-footer.css");
@import url("../css/breadcrumb.css");
@import url("../css/searchbox.css");
@import url("../css/quicklinks.css");
@import url("../css/initiatives.css");
@import url("../css/sidebar-buttons.css");
@import url("../css/about-misc.css");
@import url("../css/charity-footer.css");
@import url("../css/forms.css");



body {
	background-image: url(body-background.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1e7f0;
}


/*THIS SECTION CONTAINS MAIN DIV SETTINGS*/

div#wrapper {
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(wrapper-shaded-borders.png);
	background-repeat: repeat-y;
}


div#header {
	background-color: #FFF;
	border-bottom-color: #e50606;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	height: 70px;
	width: 960px;
	margin-left: 10px;
}


div#breadcrumb {
	background-color: #D9DAE9;
	height: 24px;
	width: 960px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-image: url(breadcrumb-bkgrd.gif);
	background-repeat: repeat-x;
	border-bottom-color: #a2a3ae;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#contentwrapper {
	width: 960px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 30px;
	margin-left: 10px;
}

div#pagephoto {
	width: 630px;
	height: 220px;
	background-repeat: no-repeat;
}


div#sidemenuwrapper {
	width: 165px;
	float:left;
	background-color: #556173;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}


div#sidemenu {
	width: 165px;
}


div#mainbody {
	float: left;
	width: 630px;
	background-color: #FFFFFF;
}


div#submenu {
	background-color: #FFF;
	float: right;
	width: 147px;
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 10px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}


div#quicklinkswrapper {
	width: 124px;
	height: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}


div#initiativeswrapper {
	width: 124px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}


div#footerwrapper {
	width: 980px;
	margin-left: auto;
	padding-left: 0px;
	margin-right: auto;
	margin-top: 0px;

}


div#footer {
	width: 980px;

}
