/* Stylesheet for New St Clinic - Therapies */

  body { border-style: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
    width: 800px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    }

  #header {
	background-color: transparent;
	width: 800px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
  .title {
	position: absolute; top: 5px;
	border: medium outset white;
	width: 250px;
	background-color: Navy;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	color: White;
	font-size: 18px;
	margin-left: 275px;
	margin-right: 275px;
	text-align: center;
}

#titleSmall {
	position: absolute; top: 5px; left: 5px;
	border: 2px outset white;
	width: 150px;
	background-color: Navy;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	color: White;
	font-size: 10px;
	margin-left: 0px;
	margin-right: auto;
	text-align: center;
}
  .dropCap { font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    font-size: 1.5em;
    color: white;
    }

  h1 { font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: Black; 
	 padding: 0px;
	margin: 0px;
    }

  h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: black;
	padding: 0px;
	margin: 0px;
	
}

  h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: black;
	font-weight: bold;
	font-style: oblique;
	padding: 0px;
	margin: 0px;
}
	 
	h4 {
	position: absolute;
	top: 35px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: Navy;
	letter-spacing: 2px;
	font-variant: small-caps;
	border: 1px solid Navy;
	padding: 5px;
	margin: 0px;
}
h5 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: Navy;
	letter-spacing: 1px;
	font-variant: small-caps;
	border: 1px solid Navy;
	padding: 3px;
	margin: 0px;
}
  .bulleted-list { list-style-type: square;
    list-style-image: none;
    list-style-position: outside;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: Black;
    }

  a:link {
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: black;
}

  a:visited { font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
	 color: black;
    }

  a:hover {
	font-family: Arial,Helvetica,sans-serif;
	color: gray;
	text-decoration: none;
}

#container {
	position: relative;
	top: 100px;
	left: 30px;
	height: 70%;
	width: 80%;
}
#headings  {
	position: absolute;
	top: 50px;
	left: 10px;
	padding: 0;
	margin: 0;
	}
#headings p  {
	
	padding: 0;
	margin: 0;
	}
#headings li {
	margin-bottom: 10px;
	}

#contentArea {
	position: relative;
	top: 220px;
	height: 50%;
	width: 90%
	}
#writing  {
	position: absolute;
	top: 225px;
	left: 30px;
	width: 80%;
	height: 50%;	
	overflow: auto;
	border: 1px solid #DCDCDC;
	padding: 10px;

}
#picArea {
	position: absolute;
	top: 125px;
	left: 68%;
}
#nav  {
	position: absolute;
	width: 600px;
	height: 50px;
	bottom: 5px;
	left: 30px;
}

.awmAnchor {
position: relative;
top: 100%;
z-index:1000;
} 

table {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	cell-padding: 8px;
	
}

