#PageContentContainer ul li {
	color: #603917;	
	font-family: "Nunito",sans-serif;
}

p {
	margin:0;
	font-family: "Nunito",sans-serif;
	color: #603917;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 16px;
}

p a {
	text-decoration: none;
	color: #603917;
}

p a:hover {
	text-decoration: none;
	color: #8dc63f;
}

h1 {
	margin:0;
	font-size: 18px;
	font-family: 'Carter One', cursive;
	color: #8dc63f;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

h1 a {
	text-decoration: none;
	color: #8dc63f;
}

h1 a:hover {
	text-decoration: none;
	color: #648d2e;
}

h2 {
	margin:0;
	font-size: 16px;
	font-family: 'Carter One', cursive;
	color: #8dc63f;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 18px;
}

h2 a {
	text-decoration: none;
	color: #8dc63f;
}

h2 a:hover {
	text-decoration: none;
	color: #648d2e;
}

h3 {
	margin:0;
	font-size: 15px;
	font-family: 'Carter One', cursive;
	color: #8dc63f;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 12px;
	padding-top: 17px;
	padding-bottom: 17px;
}

h3 a {
	text-decoration: none;
	color: #8dc63f;
}

h3 a:hover {
	text-decoration: none;
	color: #648d2e;
}

h4 {
	margin:0;
	font-size: 14px;
	font-family: 'Carter One', cursive;
	color: #8dc63f;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 16px;
	padding-bottom: 16px;
}

h4 a {
	text-decoration: none;
	color: #8dc63f;
}

h4 a:hover {
	text-decoration: none;
	color: #648d2e;
}

h5 {
	margin:0;
	font-size: 13px;
	font-family: 'Carter One', cursive;
	color: #8dc63f;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}

h5 a {
	text-decoration: none;
	color: #8dc63f;
}

h5 a:hover {
	text-decoration: none;
	color: #648d2e;
}

h6 {
	margin:0;
	font-size: 12px;
	font-family: 'Carter One', cursive;
	color: #8dc63f;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 14px;
	padding-bottom: 14px;
}

h6 a {
	text-decoration: none;
	color: #8dc63f;
}

h6 a:hover {
	text-decoration: none;
	color: #648d2e;
}

#SideToucan {
	position: absolute;
	z-index: 3000;
	margin-left: 700px;
	margin-top: 3px;
}

#SidePortals {
	float: right;
	width: 241px;
	z-index: 2000;
	margin-right: 20px;
	margin-top: 85px;
}

.SidePortal {
	display: inline-block;
	background-image: url(../../images/Layout/portalbg.png);
	width: 241px;
	height: 215px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.SidePortal img {
	padding-top: 8px;
}

.SidePortalText {
	width: 189px;
	margin-left: 16px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.SidePortalText a {
	text-decoration: none;
	color: #8dc63f;
}

.SidePortalText a:hover {
	text-decoration: none;
	color: #603917;
}

.SidePortalText h3 {
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#PageContentContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#PageContent {
	float: left;
	width: 520px;
	padding-left: 20px;
}

#PageContent p {
	text-align: left;
}

.BoxMonkey {
	position: relative;
	width: 520px;
}

.YellowBox {
	float: right;
	width: 270px;
	background-color: #f3edbf;
	border-radius: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.YellowBox p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.YellowBox h3 {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
}

.YellowBox h4 {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #603917;
}

.PartyMonkey {
	float: right;
	width: 221px;
}