@charset "UTF-8";
/* CSS Document */

#container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #565749;
	border-left-color: #565749;
}
#header {
	height: 103px;
	width: 1000px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9fcf67;
}
#body {
	height: 513px;
	width: 1000px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #565749;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 0px;
}
.green-copy-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #5D9732;
	text-decoration: none;
}
.orange-copy-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #fea945;
	text-decoration: none;
}
p {
	line-height: 24px;
}
#footer {
	height: auto;
	width: 1000px;
	background-color: #565749;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9fcf67;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #9fcf67;
	text-decoration: none;
	line-height: 14px;
}
.footer a:link {
	color: #9fcf67;
	text-decoration: none;
}
.footer a:visited {
	color: #9fcf67;
	text-decoration: none;
}
.footer a:hover {
	color: #fea945;
	text-decoration: none;
}
.footer a:active {
	color: #9fcf67;
	text-decoration: none;
}
.bodycopymommy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #565749;
	text-decoration: none;
}

