html {
	display: table;
	height: 100%;
	min-height: 710px;
	margin: auto;
	width: 100%;
	min-width: 1006px;
	background: #fff;
	#position: relative;
}
body {
	display: table;
	height: 100%;
	min-height: 710px;
	width: 100%;
	min-width: 1006px;
	margin: auto;
	#position: relative;
}
#centerBoy {
	padding-top: 2px;
	width: 100%;
	min-width: 1006px;
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#top: 50%;
}
#news hr {
	display: none;
}
#shanty {
	#position: relative; 
	#top: -50%;
	margin: auto;
	background: url(/templates/images/leavesHome.jpg) no-repeat;
	width: 1006px;
	height: 710px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#shanty2 {
	height: 710px;
	background: url(/templates/images/bg1006.png) repeat-y;
	position: relative;
}
#logo {
	text-align: center;
	padding: 8px 0 0;
	font-size: 18px;
	color: #017684;
}
#slogan {
	text-align: center;
	position: absolute;
	top: 187px;
	width: 100%;
}
#navigation ul {
	list-style-type: none;
	position: absolute;
	top: 167px;
}
#navigation a {
	display: block;
	background: url(/templates/images/bgTrans50.png);
	color: #00b6cb;
	font-size: 14px;
	width: 191px;
	margin-bottom: 14px;
	padding: 22px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#news {
	position: absolute;
	right: 0;
	top: 167px;
	background: url(/templates/images/bgTrans50.png);
	width: 143px;
	padding: 24px;
	font-size: 12px;
	line-height: 18px;
}
#news a {
	color: #00B6CB;
	text-decoration: none;
}
#news .NewsSummaryLink a {
	text-decoration: none;
	color: #00b6cb;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}
#news .NewsSummaryPostdate,
#news .NewsSummaryCategory,
#news .NewsSummaryAuthor {
	display: none;
}
