* {margin:0; padding:0}
@charset "utf-8";
body {
	margin: 0; /* 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: #9495A6;
	background-image: url(images/body_bkgnd.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	color: #D40000;
	font-size: 24px;
}
h2 {
	font-style: italic;
	color: #003380;
	font-size: 18px;
	padding-right: 25px;
	padding-left: 5px;
}


h3 {
	color: #D40000;
	text-decoration: underline;
	padding-right: 25px;
	padding-left: 5px;
}
h4 {
	color: #D40000;
	font-size: 16px;
}


img {
	border-style: none;
	padding-right: 20px;
}

a {
	color: #930;
}
#mainContent p {
	padding-right: 25px;
	padding-left: 5px;
}
#mainContent img {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	margin-right: 0px;
}


.oneColFixCtrHdr #container {
	width: 900px;
	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;
}
.oneColFixCtrHdr #header {
	background-image: url(images/hdr_bkgnd.png);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#header p {
	padding-left: 150px;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 900;
	color: #D40000;
	margin-top: -10px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/content_bkgnd.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 120px;
}


#left_box {
	width: 225px;
	float: left;
	margin-right: 20px;
}


.oneColFixCtrHdr #footer {
	background-image: url(images/ftr_bkgnd.png);
	background-repeat: no-repeat;
	padding-top: 50;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 120px;
	color: #FF0;
}
#footer p a {
	color: #CCC;
}
#footer p {
	color: #000;
	font-size: 12px;
	text-decoration: overline;
	text-align: center;
}
#donateButton {
	float: left;
	width: 225px;
}
