@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/stripe_d6899008b3f9a38e2d2a49caa0275a4d.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#youtube {
	float: right;
	width: auto;
}

#buttons {
	color: #FFFFFF;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DF2121;
}
#logos {
	background-color: #FFFFFF;
	padding: 15px;
}
#volunteer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4%;
	text-align: right;
}



.oneColFixCtrHdr #container {
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	border: 5px solid #FFFFFF;
}
#updates {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 125px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.oneColFixCtrHdr #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	height: 262px;
}
.oneColFixCtrHdr #mainContent {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: auto;
}
.oneColFixCtrHdr #footer {
	font-size: 9px;
	text-align: center;
	color: #000000;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #ED1B24;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ED1B24;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #ED1B24;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #ED1B24;
	font-weight: bold;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a.navbar:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.navbar:visited {
	color: #FFFFFF
}
a.navbar:hover {
	color: #FFFFFF;
	background-color: #DF2121;
	text-decoration: none;
}
a.navbar:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style23 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #DF2121;
}
#sharethis {
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
