body {
	padding: 0 0 0 0;
	background-color: #eeeeee;
}

.header {
	background-image: url('../images/headerBg.png');
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1250px;
	height: 175px;
}

.pageheader {
	position: absolute;
	top: 0px;
	left: 695px;
	width: 476px;
	height: 175px;
}

.collage {
	background-image: url('../images/collage.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 175px;
	left: 0px;
	width: 1250px;
	height: 142px;
}
.navbar {
	background-repeat: repeat;
	position: absolute;
	top: 317px;
	left: 0px;
	width: 1250px;
	height: 44px;
}
.navSep {
	position:absolute;
	top:0px;
}
.navText {
	font-family:'Times New Roman',Times,'Palatino Linotype','Palatino',Georgia,serif ;
	font-weight:normal;
	font-size:19px;
	text-decoration:none;
	color:#FFFFFF;
	vertical-align:top;
}
.navText:hover { color:#ffd700 }

.navActive {
	color: #ffd700	
}
.aboutUsNav {
	position: absolute;
	top: 19px;
	left: 26px;
}
.FAQsNav {
	position: absolute;
	top: 19px;
	left: 144px;
}
.mentorNav {
	position: absolute;
	top: 19px;
	left: 232px;
}
.partnersNav {
	position: absolute;
	top: 19px;
	left: 441px;
}
.volunteerNav {
	position: absolute;
	top: 19px;
	left: 552px;
}
.organizationNav {
	position: absolute;
	top: 19px;
	left: 785px;
}
.outermost {
	width: 1190px;	
}
.headline {
	background-image: url('../images/headlineBg.png');
	background-repeat: repeat;
	position: absolute;
	top: 361px;
	left: 0px;
	width: 1250px;
	height: 213px;

}
.content {
	font-family: 'Times New Roman',Times,'Palatino Linotype','Palatino',Georgia,serif ;
	background-color: #ffffff;
	font-size: 10px;
	position: absolute;
	top: 574px;
	left: 0px;
	width: 1190px;
	padding: 10 30 0 30;
}
.contentHeader{
	padding: 0 0 0 0;
	font-size: 24px;
	color: #FA8A00
}
.contentBody{
	padding: 10 0 20 0;
	font-size: 12px;	
	text-align:justify;
	width: 635px;
}
.content2{
	background-repeat: repeat;
	position: absolute;
	top: 361px;
	left: 695px;
	width: 475px;
	height: 100%;
	
}
.faqHeadline {
	color: #823800;
}
.faqQuestion {
	font-weight: bold;
}
.faqContent {
	font-family: 'Times New Roman',Times,'Palatino Linotype','Palatino',Georgia,serif ;
	font-size: 12px;
	background: #ffffff;
	position: absolute;
	top: 535px;
	left: 0px;
	width: 1190px;
	padding: 10 30 0 30;
}

.partnerList {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.innerLink {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.innerLink:hover {
	text-decoration:underline;
}

.formError {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #FBF8E7;
	padding: 5 10 5 20;
}

.formColor {
	color:#FBF8E7;
}

.formErrorReturnLink{
	color:#ffd700;
}

.waiverText {
	font-style: italic;
	font-size: 12px;
	text-align: justify;
}

.copyright {
	position: absolute; 
	left: 0px;
	bottom: -30px;
	color: #FA8A00;
	background-color: #ffffff;
	padding: 10 30 10 30;
	width: 1190px;
}

input {
	font-family: 'Times New Roman',Times,'Palatino Linotype','Palatino',Georgia,serif ;
	border:0px;
	background-color:#FBF8E7;
}
select {
	font-family: 'Times New Roman',Times,'Palatino Linotype','Palatino',Georgia,serif ;
	border:0px;
	background-color:#FBF8E7;
}
textarea {
	font-family: 'Times New Roman',Times,'Palatino Linotype','Palatino',Georgia,serif ;
	border:0px;
	background-color:#FBF8E7;
}