@charset "utf-8";
body {
	font-size: 80%;
	background: #333333;
	margin: 5 0px;
	padding: 0px;
	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;
	font-family: "Times New Roman", Times, serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #960;
	font-weight: bold;
}
a:focus, a:hover, a:active, a.current {
	text-decoration: none;
	color: #ff3333;
}
.style #container {
	background: #ffff99;
	background-image: url(../img/background.jpg);
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.style #header {
	padding: 0px;
	background-image: url(../img/headerBackground.jpg);
	background-repeat: no-repeat;
	height: 213px;
	margin: 0px;
}
.style #header h1 {
	margin: 0px; /* 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 */
}
.style #mainContent {
	padding: 15px 15px;
	height: auto;
	margin: 0px;
	margin-top: -5px;
	min-height: 400px;
}
.style #mainContent p {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	text-align: justify;
	word-spacing: 1px;
}
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 140%;
}
#subh2 {
	font-size: 95%;
	display: inline-block;
}
.style #footer {
	padding: 0px;
	margin: 0px;
	clear: both;
	min-height: 88px;
}
.style #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style #footerLeft {
	float: left;
	background-image: url(../img/footerLeft.jpg);
	height: 48px;
	width: 451px;
	padding: 0px;
	margin: 0px;
}
.style #footerRight {
	float: right;	
	background-image: url(../img/footerRight.jpg);
	height: 48px;
	width: 351px;
	padding: 0px;
	margin: 0px;
}
#footerDonate {
	float: right;
	height: 48px;
	width: 148px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/donateBtnDualState.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#footerDonate:hover {
	float: right;
	height: 48px;
	width: 148px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/donateBtnDualState.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
.style #footer img {
	float: left;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: none;

}
#socialiconPlcmnt {
	float: left;
	display: block;
	margin-top: -8px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	height: 32px;
	border: none;
}

