@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
    height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a {
	color: #000;
}
#mainContainer {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	height: 100%;	
	width: 960px;
}
#headerContainer {
	background-image: url(../images/template/header.jpg);
	height: 231px;
	width: 960px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 0px;
}
#headerNavigation {
}
#headerNavigation #navLogo {
	position: absolute;
	height: 147px;
	width: 149px;
	left: 0px;
	top: 84px;
}
#headerNavigation #givesBack {
	position: absolute;
	height: 25px;
	width: 114px;
	left: 189px;
	top: 132px;
}
#headerNavigation #grantInformation {
	position: absolute;
	height: 25px;
	width: 116px;
	left: 356px;
	top: 132px;
}
#headerNavigation #scholarshipProgram {
	position: absolute;
	height: 25px;
	width: 136px;
	left: 525px;
	top: 132px;
}
#headerNavigation #donationList {
	position: absolute;
	height: 25px;
	width: 89px;
	left: 715px;
	top: 132px;
}
#headerNavigation #navEvents {
	position: absolute;
	height: 25px;
	width: 45px;
	left: 858px;
	top: 132px;
}
#headerRightNavigation {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 859px;
	top: 18px;
}
#headerRightNavigation div {
	text-align: center;
}
#headerRightNavigation div a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#bodyContainer {
	width: 940px;
	background-color: #C8E9FA;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#bodyContainer #bodyContainerText {
	position: relative;
	width: 485px;
	left: 455px;
	top: 0px;
}
#bodyContainerText #bodyTitle {
	text-align: center;
	padding-bottom: 15px;
}
#picContainer {
	position: absolute;
	height: 497px;
	width: 433px;
	left: 29px;
	top: 184px;
}
#bodyFooter {
	background-color: #C8E9FA;
	padding: 10px;
}

