/*** Title ***/

#print-only {
	color: #5F6F52;
	display: none;
	font-size: 17px;
	margin-bottom: 20px;
}

/*** Content ***/

body {
	background-image: url(../images/layout/bkgrd.jpg);
	background-repeat: repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
}

h1,
h2,
#print-only {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 {
	color: #171695;
	font-size: 18px;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #1A74CC;
	font-size: 16px;
	margin-bottom: 0;
}
h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 17px;
background-color:#b8d4ef;
color:#171695;
padding:10px 0px 10px 0px;
text-align:center;
margin: 20px 0px 20px 0px;

}
h4 {
	font-size:14px;
	color:#007437;
	margin-bottom: 0;
}
.admin th {
	color: #171695;
	background-color: #b8d4ef;
}

/*** Lists ***/

ul {
	list-style-image: url(../images/layout/bullet.gif);
}
ul.specialties {
	list-style-image: url(../images/layout/bullet-green.gif);
}
ul,
ol {
	list-style-position: outside;
	padding-left: 18px;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.button {
	margin: 15px 0;
}

.photos {
	background-color: #fff;
	border: 1px solid #171695;
	padding: 4px;
}

/*** Links ***/

a, 
a:link, 
a:visited, 
a:active {
	color: #007437;
	text-decoration: none;
}

a:hover {
	color: #007437;
	text-decoration: underline;
}
.clear {
	clear: both;
}

