ul {
	margin: 1em;
	padding: 1em;
}

html,body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}

div {
	text-align: left
}

#wrapper {
	background-image: url(images/back.png);
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em auto;
}

#topBanner {
	margin: 0 14px;
	padding: 0;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	height: 156px;
}

#topBanner img {
	margin: 0;
	padding: 0;
}

#content {
	padding: 25px 20px 25px 20px;
	margin-left: 14px;
	margin-right: 14px;
}

.push { /*
  	margin-left: 14px;
  	margin-right: 14px;
  	*/
	margin: 0 14px 0 14px;
	height: 2em;
}

#footer {
	width: 850px;
	margin: 0 auto 0 auto;
	background-color: #EEF;
	background-image: url(images/back.png);
	height: 2em;
}

#footerInner {
	height: 100%;
	padding: 0;
	text-align: center;
	border-top: 1px solid #00892f;
	background-color: #cce7d5;
	margin: 0 14px 0 14px;
	font-size: 9pt;
	line-height: 2.7em;
}

#nav { /*border-bottom:1px solid #00892f;*/
	margin: 0px 14px;
}

#minnav {
	border-top: 1px solid #00892f;
	border-bottom: 1px solid #00892f;
	font-size: 12px;
	margin-top: 3px;
	background-color: #cce7d5;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 14px;
	margin-right: 14px;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin-bottom: 1em;
}