
body {
	margin:0px 10% 0px 0px;
	background:#ffffff;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#003366;
}

#pageContent {
	height:100%;
	background-image:url(images/page-left.gif);
	background-repeat:repeat-y;
}

#pageLeft {
	padding:0px;
}
#leftMenu {
	margin:0px 34px 0px 25px;
	width:121px;
	background:#336699 url(images/leftnav-bg.gif) repeat-y;
}
#leftMenu a.leftNav {
	display:block;
	padding:0px 10px 0px 10px;
	text-align:center;
	line-height:25px;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
}
html>body a.leftNav {
	width:101px;
}
a.leftNav:link {
	color:#cccc99;
}
a.leftNav:visited {
	color:#cccc99;
}
a.leftNav:hover {
	color:#ffffcc;
}
a.leftNav:active {
	color:#ffffff;
}
#leftAddress {
	padding:10px 30px 0px 20px;
	text-align:center;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#ffffff;
	line-height:15px;
	white-space:nowrap;
}

#pageRight {
	width:100%;
	padding:30px 0px 30px 10px;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#003366;
	line-height:175%;
}
h1 {
	font-size:21px;
	font-family:Georgia,Times New Roman,Times,serif;
	color:#993333;
}
h2 {
	font-size:19px;
	font-family:Georgia,Times New Roman,Times,serif;
	color:#999966;
}
h3 {
	font-size:17px;
	font-family:Georgia,Times New Roman,Times,serif;
	color:#336699;
}
h4 {
	font-size:15px;
	font-family:Georgia,Times New Roman,Times,serif;
	color:#003366;
}
a:link {
	color:#0000ff;
}
a:visited {
	color:#9933cc;
}
a:hover {
	color:#993333;
}
a:active {
}

ul {
	list-style-type:square;
}

.smallText {
	font-size:9px;
}

#clinicHours td {
	padding:0px 10px 5px 0px;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

.photoRight {
	float:right;
	margin:10px 0px 10px 20px;
}
.photoLeft {
	float:left;
	margin:10px 20px 10px 0px;
}

#pageFooter {
	margin:50px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #993333;
}
#pageFooter b {
	color:#336699;
}
#pageFooter a {
	text-decoration:none;
}