@charset "UTF-8";
/* CSS Document */
body {
	color:#4e463e;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


/* HOMEPAGE */
.content {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	padding:0 3px 0 3px;
	margin:0;
}
.content h1 {
	color:#003399;
	font-size:20px;
}
.content h2 {
	font-size:18px;
	font-weight:bold;
}
.content h3 {
	font-size:14px;
	padding:0;
	margin:0;
}
.practitioner h3 {
	color:#003399;
}
.content p {
	color:#4E463E;
}
.content a:link, .content a:visited {
	color:#003399;
	text-decoration:none;
}
.content a:hover {
	color:#FF0000;
}

/* ARCHIVES STYLES */
.archives {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#666666;
}
.archives h1 {
	/*color:#4E463E;*/
	color:#003399;
	font-size:20px;
}
.archives h2 {
	color:#4E463E;
	font-size:18px;
	font-weight:bold;
}
.archives h3 {
	font-size:14px;
	padding:0;
	margin:0;
}
.archives h4 {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}
.archives a:link, .archives a:visited {
	color:#61554C;
}
.archives a:hover {
	color:#FF3300;
}
.archives ul.listitems {
	list-style:circle;
	font-size:16px;
	margin:0 0 0 15px;
	padding:0;
}
.archives ul.listitems li {
	padding-bottom:3px;
}


/* OTHER CLASSES */
.buybutton {
	margin:0;
	padding:5px 0 0 0;
	border:0;
}
