body {
	background-color:#404040;
	font-family:verdana;
	font-size:9pt;
	text-align:center;
}
h1 {
	font-size:2.2em;
}
#page-wrap {
	width: 800px;
	background-color: #ffffff;
	margin:0px auto;
	background-image:url(./images/bg1.png);
	background-position: 50px 150px;
	background-repeat: no-repeat;
}
#content {
	margin:0px auto;
	padding:0 15px 15px 15px;
	text-align:left;
	border-bottom:solid #666666 1px;
}
#intro {
	margin:30px 0 25px 0;
	font-size:11pt;
	text-align:center;
	line-height:1.5em;
	font-weight:bold;
}
#mission {
	line-height:1.3em;
}
#header {
	background-image: url(./images/top_round_green2.gif);   /* gradient: 83/40/65 -> 83/10/99 */
	background-color:#ffffff;
	padding:0;
	width:800px;
	height:65px;
	margin:0px auto;
	vertical-align:middle;
	font-size:18pt;
}
#footer {
	font-size:8pt;
	color:#404040;
	width: 800px;
	height:30px;
	padding:8px 0 0 0;
	margin:0px auto;
	background-image: url(./images/bottom_round2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#ffffff;
}
#footer a {
	color:#ffffff;
}
.green-head {
	font-size:11pt;
	font-weight:bold;
	color:#628033;
}
.head-border {
	padding-bottom:2px;
	border-bottom:solid #808080 1px;
}
p {margin-top:8px;}
li.topSpace {margin-top:7px;}
a.centers {
	text-decoration:none;
	color:#336699;
	font-weight:bold;
}
a.centers:hover {
	color:#80a642;
	text-decoration:underline;
}
