body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #757575;
}
.approach {
	background-color: #000000;
	background-image: url(../images/anitaBW.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link{
	color: #757575;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #4B71A0;
}
a:active{
	color: #CCCCCC;
}
.homeSidenav {
	background-color: #000000;
	background-image: url(../images/reevesSide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.homeSidenav p{
	text-align: right;
	margin-right: 50px;
	font-weight: bold;
}
#nav {
	list-style-type: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #4A72A3;
	margin-top: 70px;
	margin-right: 50px;
}

#nav ul{
	margin: 0; 
	padding: 0;
}
#nav li{
	padding-bottom: 10px;
}

.copyright {
	font-size: 9px;
	margin-top: 15px;
}
.approach p{
	margin-top: 70px;
	margin-left: 300px;
	width: 350px;
	text-align: justify;
	margin-right: 10px;
	line-height: 16px;
}
.seniorPrice {
	text-align: left;
	background-color: #000000;
	background-image: url(../images/seniorBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.seniorPrice p{
	text-align: justify;
	margin-right: 10px;
	line-height: 16px;
	width: 400px;
}
.seniorPrice div{
	margin-top: 70px;
	margin-left: 20px;
}
.priceHeadText {
	font-family: "Papyrus LET", "Lucida Console", "Trebuchet MS", sans-serif;
	font-size: 16px;
}

.bold {
	font-weight: bold;
}
.seniorPrice .bold {
	font-weight: bold;
	font-size: 14px;
	color: #BBBBBB;
}
.seniorPrice img {
	margin-bottom: -3px;
}
.familyPrice {
	text-align: left;
	background-color: #000000;
	background-image: url(../images/familyBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.familyPrice div{
	margin-top: 70px;
	margin-left: 20px;
}
.familyPrice img {
	margin-bottom: -3px;
}

.blueText {
	color: #4B71A0;
}
