

#contentTeamcamp {
	position: relative;
	width: 780px;
	height: 2200px;        /*  Adjust the height of the middle */
	margin-left: 15px;
	z-index: 1;
}

#contentTeamcamp #teamcamp h1  {
	font-size: 30px;
}

#contentTeamcamp #teamcamp #teamcampDates  {
	text-align: center;
	width: 350px;
	height: 140px;
	margin-left: 50px;
}
#contentTeamcamp #teamcamp #teamcampDates  h1{
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 3px;
	color: #001BBF;
}
#contentTeamcamp #teamcamp #teamcampDates  p {
	font-size: 12px;
	margin-top: 10px;
	color: #0011EA;
}

#contentTeamcamp #teamcamp #teamcampDatesDeadlines  {
	position: relative;
	float: right;
	width: 275px;
	text-align: center;
	border: 1px solid #000;
	margin: 5px;
	padding-top: 7px;
	background-color: #f1f1f1;
}
#contentTeamcamp #teamcamp #teamcampDatesDeadlines  h1 {
	color: #0000ff;
	font-size: 18px;
	padding: 0px;
}
#contentTeamcamp #teamcamp #teamcampDatesDeadlines p {
	margin: 10px;
}
#contentTeamcamp #teamcamp  h2 {
	color: #ff0000;
	font-size: 18px;
	margin-left: 40px;
}
#contentTeamcamp #teamcamp  h2 a{
	color: #DD0000;
	font-size: 16px;
}
#contentTeamcamp #teamcamp  h3 {
	color: #ff0000;
	font-size: 14px;
	margin-top: 6px;
}
#contentTeamcamp #teamcamp  h4 {
	color: #006CFF;
	font-size: 13px;
	margin-top: 6px;
	margin-left: 70px;
	margin-bottom: 10px;
}
#contentTeamcamp #teamcamp  p {
	line-height: 1.3em;
	margin-left: 20px;
	margin-bottom: 7px;
}
.teamcampCosts {
	margin: 3px;
	font-size: 12px;
	color: #DE0000;
	margin-bottom: 15px;
}
.teamcampCosts p {
	margin: 0px;
}
.teamcampVenues, .teamcampVenues a {
	margin: 3px;
	font-size: 12px;
	color: #9F0000;
	font-weight: bold;
}
.appLink {
	color: #FF0000;
	font-size: 26px;
}

