body {
	background-color: #235289;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #235289;
}
.mainShell {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5c4d8;
	border-left-color: #b5c4d8;
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 85px;
	position: relative;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #235289;
}
.subShell {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5c4d8;
	border-left-color: #b5c4d8;
	width: 711px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	min-height: 500px;
}
.subHeader {
	background-image: url(../images/subHeader.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: 711px;
	position: relative;
	left: 0px;
	top: 0px;
}
.sideNav {
	background-color: #EFF1F6;
	width: 145px;
	top: 0px;
	position: absolute;
	left: 2px;
	height: 100%;
}
.subTitle {
	margin-top: 10px;
	margin-left: 160px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}
.subContent {
	margin-top: 10px;
	margin-left: 160px;
	margin-right: 40px;
	padding-bottom: 40px;
}
.subFooter {
	position: absolute;
	left: 160px;
	bottom: 10px;
}
.subHolder {
	width: 550px;
	left: 0px;
	top: 0px;
}
.subList {
	font-weight: bold;
	line-height: 20px;
}
.photos {
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.photo {
	border: medium solid #235289;
	vertical-align: top;
}
.captions {
	text-align: left;
	position: relative;
	top: -20px;
}
