BODY, TH, TD {
	background-color: White;
	color: #082448;
	font-family: Georgia, Verdana;
	font-size: smaller;
}

/* DIVs */
DIV.layout {
	position: relative;
	width: 80%;
	padding-left: 10%;
}
DIV.menu {
	position: relative;
	font-weight: bold;
	text-align: right;
	margin-bottom: 14px;
}
FORM.search {
	margin-top: 4px;
	margin-bottom: 0px;
}
#pageHeading {
	position: relative;
}
#content {
	position: relative;
}
DIV.clear {
	clear: both;
}
DIV.therapistMap {
	text-align: center;
}

/* IMGs */
IMG {
	border: none;
}
IMG.inlineLeft {
	margin-left: 6px;
	margin-right: 10px;
	border: 0;
	float: left;
}
IMG.inlineRight {
	margin-left: 10px;
	margin-right: 6px;
	border: 0;
	float: right;
}

/* Text formats */
H1 {
	font-size: 2.0em;
}
H2 {
	font-size: 1.6em;
}
H3 {
	font-size: 1.3em;
}
H1, H2, H3 {
	color: #CC3300;
	font-weight: bold;
	text-align: center;
}
.quote {
	margin-left: 60px;
	margin-right: 60px;
	text-align: justify;
}
.centered {
	text-align: center;
}
.therapistName {
	color: #CC3300;
	font-weight: bold;
}
.location {
	color: #CC3300;
	font-weight: bold;
}

/* Navigation */
.menu {
	font-weight: bold;
	color: #082448;
}
A.menu {
	text-decoration: none;
}
A.menu:hover {
	color: #CC3300;
}
INPUT.menu {
	background-color: White;
}
INPUT.menu:hover {
	color: #CC3300;
}
SPAN.menu {
	color: #CC3300;
}
A.topLink {
	font-weight: bold;
	text-decoration: none;
	color: #082448;
	float: right;
}
A.topLink:hover {
	color: #CC3300;
}

/* Other elements */
HR {
	color: #CC3300;
}

/* Lists */
UL {
	margin-top: 16px;
	margin-bottom: 16px;
}
UL.logo {
	list-style-image:url("Graphics/Logo.ico");
}
UL.nodot {
	list-style:none;
	list-style-image:none;
}
OL.numbered {
	list-style:decimal;
}
LI {
	margin-top: 8px;
	margin-bottom: 8px;
}
