body {
	background-color: #ffffff;
	background-image: url(../Images/pageback.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 101%;
	color: #000000;
}
#header {
	min-width: 760px;
	background-image: url(../Images/top_back.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #898989;
}
#mainwrapper {
	/* width: 100%; */
	min-width: 760px;
	margin: 0;
	padding: 0;
}
#maincontent {
	float: left;
	width: 65%;/*540px;  540 + 18 + 2 = 560 */
	margin: 0;
	padding: 25px 30px 18px 18px;
	text-align: left;
	font-size: .9em;
}
#maincontent h1 {
	color: #5E8750;
	font-family: "Monotype Corsiva", "Trebuchet MS", Arial, sans-serif;
	font-size: 160%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #b7cfaf;
}
#maincontent a:link, #maincontent a:visited {
	color: #395891;
}
#maincontent a:hover {
	color: #5E8750;
}
#sidebar {
	/*background-color: #cccccc;*/
	float: left;
	width: 180px; /* 180 + 18 + 2 = 200 */
	padding: 10px 18px 0 10px;
	font-size: .8em;
}
#nav ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#nav li {
	margin: 0 0 2px 0;
}
#nav a:link, #nav a:visited {
	display: block;
	padding: 3px 3px 3px 9px;
	border-bottom: 1px solid #999999;
	background-color: #CFD7EC;
	color: #000000;
	background-image: url(../Images/but_back.jpg);
	background-position: top 50%;
	background-repeat: no-repeat;
	text-decoration: none;
}
#nav a:hover, #nav a:focus, #on a:link, #on a:visited {
	color: #333;
	border-bottom: 1px solid #999999;
	background-color: #FBC5C5;
	background-image: url(../Images/arrow.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
h2 {font-size: 1.2em; margin: 24px 0px 0px;}
#footer {
	clear: both;
	font-size: 0.7em;
	padding: 60px 0 30px 0;
	min-width: 760px;
	text-align: center;
	background-image: url(../Images/content_back.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footer p {
	margin: 0;
	width: 728px;
}
#footer a:link, #footer a:visited {
	color: #333333;
}
#clearer {
  clear:both;
  height: 1px;
  overflow: hidden;
  line-height: 1px;
  margin-top:-1px;
}
.clear {
  clear:both;
  height: 1px;
  overflow: hidden;
  line-height: 1px;
  margin-top:-1px;
}
img.right {
	float: right;
	margin: 0 0 0 10px;
}
img.left {
	float: left;
	margin: 0 7px 0 0;
}
p.highlight {
	background-color: #FBC5C5;
}
p.corsiva {	
	font-family: "Monotype Corsiva", "Trebuchet MS", Arial, sans-serif;
	font-size: 140%;	
}

#maincontent ul#donors  {
	margin: 0;
	font-size: 90%;
}
#maincontent ul#donors li  {
	list-style: url(../Images/ribbon_bullet.gif);
	padding: 0 0 0 4px;
	margin: 0 0 15px 30px;
	zoom: 100%;
}
#maincontent #donors a:link, #maincontent #donors a:visited {
	color: #333333;
}
#maincontent #donors a:hover {
	color: #5E8750;
}

.award {
	padding: 12px;
	background-color: #ECEEF5;
	border: 2px solid #898989;
	text-align: center;
}
.award p {
	margin:0 0 12px 0;
}
h3.newstitle {
	font-family: "Monotype Corsiva", "Trebuchet MS", Arial, sans-serif;
	font-size: 140%;
	margin: 0 0 0 0;
	padding: 0;
}
h4.DateHeader {
	color: #395891;
	font-size: 90%;
	margin: 5px 0 0 0;
	padding: 0;
}