body {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 160%;
	font-weight: bold;
}

#headerArea {
	width: 100%;
	height: 124px;
}

#middleArea {
	width: 100%;
}

#leftNav {
	float: left;
	width: 146px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 4px;
}


#bodyArea {
	margin-left: 200px;
}

#bodyText {
	font-size: 90%;
}

#bodyText .header {
	font-size:100%;
	font-weight: bold;
	text-decoration: underline;
}

#footerArea {
	width: 100%;
	padding: 10px;
	text-align: center;
}

#footerArea a {
	text-decoration: none;
}

#footerArea a:hover {
	text-decoration: underline;
}

#footerArea .nav {
	font-size: 85%;
}

#footerArea .contact {
	font-size: 85%;
}
#footerArea .copyright {
	font-size: 75%;
}
h2 {
	font-size: 140%;
}
#bodyText li {
	margin-bottom: 1em;
	margin-left: 2em;
}

#leftImages {
	float: right;
	width: 146px;
	padding: 4px;
}

#coachProfile {
	margin-right: 150px;
	font-size: 90%;
}

#coachProfile .return {
	font-size: 65%;
	margin: 0;
}
#coachProfile h1 {
	text-align: center;
	margin: 0;
	font-size: 150%;
}
#coachProfile h5 {
	text-align: center;
	margin: 0;
	font-size: 115%;
}

#coachDetail {
	font-size: 90%;
}
#coachDetail h3 {
	font-size: 115%;
	font-weight: bold;
	text-decoration: underline;
}
#coachWrap {
	margin: 0px 5%;
}
#mainWrap {
	margin: 0px 5%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
.previousLink {
	font-size: 75%;
	font-style: italic;
}
#coachList {
	margin: 0px;
	padding: 10px;
	width: 250px;
	border: thin solid #999999;
}
