body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	width: 100%;
	margin: 0px;
	float: none;
	color: #000000;
	line-height: 150%;
}
 #noprint
{
	margin: 0;
	display: none;
}
.noprint {
	display: none;
}
a:link, a:visited {
	color: #996600;
	font-weight: bold;
	text-decoration: underline;
   }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}
img {
	border-style: none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
fieldset {
	display: none;
}
blockquote {
	margin: 10px;
	padding: 0 0.5em 0 1em;
	border: 1px solid #F4F3EC;
	background: #FAFAE7;
	color: #976957;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
#header #logo {
	margin: 0px auto;
	width: 291px;
}
#header #distance {
	display: none;
}
#header #founding {
	display: none;
}
#header #panera {
	display: none;
}
#header #hospital {
	display: none;
}
#header #kracker {
	display: none;
}
#header #beneficiaries {
	display: none;
}
#header #start {
	display: none;
}
#menu  {
	display: none;
}
#content {
	min-height: 300px;
}
#content #fadeshow1 {
	display: none;
}
#content #winfield {
	display: none;
}
#content #sponsors {
	display: none;
}
#sidebar {
	display: none;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
#footer .links {
	display: none;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear {
	width:100%;
	overflow:hidden;
}
.noborder {
	border-style: none;
}
.center {
	text-align: center;
}
.red {
	color: #FF0000;
}
