body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 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: #000;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ACA899;
	text-align: left;
	padding: 0px;
} 
.newsmain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
}
.newsborder {
	border: thin solid #CCC;
}

#menu {
	height: 40px;
	color: #ffffff;
	position: relative;
} 
#header {
	background-color: #ffffff;
	height: 227px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	height: 450px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
} 
#pageheader {
	font-size: x-large;
	font-weight: bold;
}

#footer {
	background: #ffffff;
	height: 70px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	} 
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 18px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sponsorborder {
	border: thin solid #CCC;
	text-align: center;
}
#fundraising {
	font-size: large;
	font-weight: bold;
}
#newsletterheader {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.newsmainblack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #FFF;
}
#donateborder {
	border: thin solid #CCC;
}
