@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColFixCtrHdr #container #topbar {
	color: #FFF;
	background-color: #000;
	text-align: right;
	height: 20px;
	font-size: 70%;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 12px;
	width: 100%;
}
.oneColFixCtrHdr #container #topbar a {
	color: #FBBF4D;
	text-decoration: none;
}
.oneColFixCtrHdr #container #topbar a:link {
	color: #FBBF4D;
	text-decoration: none;
}
.oneColFixCtrHdr #container #topbar a:hover {
	color: #BA3429;
	text-decoration: none;
}
.oneColFixCtrHdr #container #topbar a:visited {
	color: #CCC;
	text-decoration: none;
}
.oneColFixCtrHdr #header {
	height: 85px;
	background-color: #DDDDDD;
	background-image: url(images/btn_up.jpg);
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #container #header #nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/background.gif);
	height: 373px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.bgRepeat {
	background-color: #000;
	height: 373px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/repeatb.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #footer {
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-size: 80%;
}
.oneColFixCtrHdr #container #mainContent #page1 {
	margin: 0px;
	padding-top: 100px;
}
.oneColFixCtrHdr #container #page1 #mainContent .page1 {
	margin-top: 0px;
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 250px;
}
.bold {
	font-weight: bolder;
}
.oneColFixCtrHdr #container #footerboxes {
	margin: 0px;
	height: 142px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.oneColFixCtrHdr #container #footer #footerboxes #box1 {
	color: #FFF;
	background-image: url(images/Donate.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	float: left;
	height: 132px;
	width: 292px;
	text-align: right;
}
.oneColFixCtrHdr #container #footer #footerboxes #box2 {
	color: #FFF;
	background-image: url(images/Foundation.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	float: left;
	height: 132px;
	width: 292px;
	text-align: right;
}
.oneColFixCtrHdr #container #footer #footerboxes #box3 {
	color: #FFF;
	background-image: url(images/Contact-Us.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	float: right;
	height: 132px;
	width: 292px;
	text-align: right;
}
.oneColFixCtrHdr #container #footer #footerboxes #readmore {
	text-align: right;
	margin-top: 90px;
	margin-right: 20px;
}
.oneColFixCtrHdr #container #footer #footerboxes a {
	color: #A93C24;
	font-style: italic;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer #footerboxes a:link {
	color: #A93C24;
	font-style: italic;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer #footerboxes a:hover {
	color: #FBC14C;
	font-style: italic;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer #footerboxes a:visited {
	color: #A93C24;
	font-style: italic;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer #footerboxes .readmore {
	text-align: right;
	margin-top: 90px;
	margin-right: 20px;
}
.objectContainer {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

