.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #013162;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-right:20px;
	margin-left:40px;
	margin-top: 20px;
	line-height:18px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right:20px;
	color: #013162;
	line-height:25px;
}
a {
	color: #013162;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color: #013162;
	text-align: left;
	margin-left:40px;
	line-height:25px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:bold;
	color: #013162;
	line-height:25px;
	margin: 5px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	margin: 5px 0px 15px 0px;
}

.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-right:125px;
	margin-left:55px;
	line-height:18px;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
line-height: 16px;
}

.sub_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	margin-right:20px;
	margin-top: 43px;
	line-height:24px;
}

.sub_nav b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #013162;
	font-weight: bold;
}


.sub_nav p {
	line-height: 16px;
	margin: 10px 0px;
}

hr {
color: #6f8ead;
background-color: #6f8ead;
height: 1px;
border: 0px;
margin: 20px 0px;
}

img.hyperbaric {
float: right;
margin: 16px 0px 20px 20px;
}


/* ---- Sliding Directions ---- */

.divslide_open{
text-decoration: underline;
overflow: hidden;
cursor: pointer;
margin: 0px;
padding: 0px;
color: #013162;
}

.divslide_content{
visibility: hidden;
height: 0px;
overflow: hidden;
position: relative;
}

.divslide_content_active {
line-height: 24px;
padding: 10px 0px 18px 25px;
position: relative;
color: #000;
}


