#bodyWrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: Ariel;
	border: thin solid black;
	background-color: #006633;
}

#Header{
	margin: 1px;
	color: black;
	text-align: center;
	border-bottom: thin solid black;
	height: 120px;
	background-color: white;	
}

#navArea{
	float: left;
	width: 175px;
}

#content{
	margin-left: 180px;
	padding: 5px;
	border-left: thin solid black;
	background: white;
	width: auto;
}

#contentCourseDates {
	margin-left: 180px;
	padding: 5px;
	border-left: thin solid black;
	text-align: center;
}

#xlvetsLogo {
	margin-top: 9px;
	margin-right: 6px;
}

#backyardhenPhoto{
	margin-top : 9px;
	margin-right: 6px;
	padding: 10px;
}

#POTPPhoto{
	margin: 6px;

}

#logoPhoto{
	margin-top: 11px;

}	

.alignLeft{
	text-align: left;
}

.descriptionText {
	margin-right: 5px;
}

.meetTrainer {
	height: 225px;
}

.trainerPhoto {
	margin: 6px;
}

	
p {
	color: black;
	text-align: justify;
	font-size: 16px;
}

li {
	list-style-type: darkcircle;
	font-size:16px;
	color:black;
}

.whiteBorder{
	border: thin solid white;
}

table {
	border-collapse: collapse;
	border-style: thin solid;
	border-color: black;
	background:white;

}

tr{
	font-size: 16px;
	border: thin solid;	
}

td {
	padding: 4px;
	border: thin solid;
}

th {
	border: thin solid;
	padding: 4px;
}
Button {
    Background-color: Yellow;
    Color: white;
}
