body {
	background: #99ff66 url("../img/clouds.png") no-repeat center top;
	padding: 204px 0 0 0;
	margin: 0;
	text-align: center;
	font: normal 14px/1.4 Helvetica, "Trebuchet MS", sans-serif;
}

a {
	color: #528a30;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0;
	margin: 6px 12px;
	text-align: left;
}

p + p {
	text-indent: 30px;
}

hr {
	height: 0;
	width: 100%;
	border: none;
	border-top: dashed 2px #999;
	padding: 0;
	margin: 22px auto;
}

div#container {
	margin: auto;
	background: url("../img/grass.png") no-repeat center bottom;
	padding-bottom: 217px;
}

div.contentBox {
	background: url("../img/headlineBg.png") no-repeat left top;
	width: 766px;
	padding: 0 42px;
	margin: auto;
}

h1.contentBoxHead {
	margin: 0;
	padding: 34px 0 0 562px;
	height: 34px;
	width: 204px;
	overflow: hidden;
}

h1.contentBoxHead a {
	display: block;
	padding-top: 34px;
}

div.tBox {
/*	background: #fff url("../img/hSides1.png") no-repeat 0 0;
	padding-top: 11px; */
	margin-bottom: 6px;
}

div.bBox {
	background: url("../img/hSides1.png") no-repeat 0 bottom;
	padding-bottom: 11px;
}

div.mBox {
	background: url("../img/vSides1.png") repeat-y 0 0;
	padding: 8px 19px;
}

div.navTbox {
	background: url("../img/navHsides.png") no-repeat 0 0;
	padding-top: 4px;
}

div.navBbox {
	background: url("../img/navHsides.png") no-repeat 0 bottom;
	padding-bottom: 4px;
}

div.navMbox {
	background: url("../img/navVsides.png") repeat-y 0 0;
	padding: 6px 10px;
}

div.navMbox a {
	color: #626262;
	font-size: 16px;
	text-decoration: none;
}

div.navMbox a:hover {
	color: #528a30;
}

div.headline {
	color: #626262;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

div.shade {
	text-align: right;
	font-size: 11px;
	padding: 0px 12px;
}


