@charset "utf-8";

body {
	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: #FFFFFF;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
#container {
	width: 780px;
	padding: 0 0 0 0;
	margin: 0 0; /* 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. */
	background-color: #000000;
}
#header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: -20;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
	border: 0px none #000000;
	margin: 0px;
}

#LinkMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	height: auto;
	width: auto;
	font-size: small;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: none;
}
a:active {
	color: #3399FF;
	text-decoration: none;
}
.basicsSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #C79C00;
}
.basicsSection p {
	text-align: center;
}
.basicsSection h1 {
	text-align: center;
}
.basicsSection h2 {
	text-align: center;
}
.getInvolvedSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #952F3C;
}
.getInvolvedSection p {
	text-align: center;
}
.getInvolvedSection h1 {
	text-align: center;
}
.getInvolvedSection h2 {
	text-align: center;
}
.campusResourcesSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #398745;
}
.campusResourcesSection p {
	text-align: center;
}
.campusResourcesSection h1 {
	text-align: center;
}
.campusResourcesSection h2 {
	text-align: center;
}
.hujewsCornerSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #190B5C;
}
.hujewsCornerSection p {
	text-align: center;
}
.hujewsCornerSection h1 {
	text-align: center;
}
.hujewsCornerSection h2 {
	text-align: center;
}
.contactUsSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #66cc99;
}
.contactUsSection p {
	text-align: center;
}
.contactUsSection h1 {
	text-align: center;
}
.contactUsSection h2 {
	text-align: center;
}
.donateSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #99cc33;
}
.donateSection p {
	text-align: center;
}
.donateSection h1 {
	text-align: center;
}
.donateSection h2 {
	text-align: center;
}
#giMenu {
	float: left;
}
