@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	margin: 0;
}

.twoColFixRtHdr #container {
	width: 1260px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	color: #c96;
} 

.twoColFixRtHdr #header {
	background-color: #FFF;
	height: 215px;
	padding-top: 20;
	padding-right: 10;
	padding-left: 10;
	padding-bottom: 10;
	font-size: 0.8em;
	color: #600;
} 
#Donate {
	position: absolute;
	top: 50px;
	right: 67px;
}

.twoColFixRtHdr #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 */
	text-align: center;
}
#LogoHome {
	position: absolute;
	top: 20px;
	left: 442px;
}

#WhatWeDo {
	position: absolute;
	left: 0px;
	top: 140px;
}
#Explore {
	left: 318px;
	position: absolute;
	top: 140px;
}
#AboutFoundation {
	position: absolute;
	right: 0px;
	top: 140px;
}
#Involved {
	position: absolute;
	right: 318px;
	top: 140px;
}
.twoColFixRtHdr #sidebar1 {
	width: 306px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	position: absolute;
	top: 215px;
	right: 0px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	width: 940px;
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	left: 0px;
	color: #333;
} 
.twoColFixRtHdr #footer {
	background-color: #FFF;
	margin-right: 320px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
	font-size: .7em;
	color: #999;
}
.WhatWeDoColumn2 {
	clip: rect(auto,auto,auto,auto);
	position: absolute;
	left: 470px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C96;
	font-size: 2.1em;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C96;
	text-align: left;
}
.rightAlign {
	text-align: right;
}
.blue {
	color: #09F;
}
#staff_marshall {
	padding-left: 10px;

}
#Vice {
	height: 250px;
	width: 140px;
	border: solid;
}
#board_table {
	color: #000;
	text-align: left;
	font-size: 1em;
}
