/* Doctors at DentFirst.com */
Body
{
    /* background-image: url(../images/Watermark2.png); */
    color: black;
    font-family: Verdana, Sans, Helvetica, Times New Roman;
    font-size: 11pt;
    text-indent: 0em;
    /* icotool -c --hotspot-x=1 --hotspot-y=1 /var/www/DentFirst/images/tb.png -o tb.cur  (from icoutils) */
    cursor : url("../images/tb.cur"), pointer
}
H1
{
    color: blue;
    font: 22pt Verdana;	 font-weight: bold;
}
P
{
 color: #333333;
 margin-left: 50px;
 margin-right: 50px;
 /* font-variant: small-caps; */
 font-weight: bold;
 text-indent: 2em
}
p:first-letter
{
/* font-size: +16 */
}
#education
{
color: #333333;
font-weight: bold;
font-size: +16
}

/* this is for the horizontal languages spoken and specialties */
#menu {
	float:left;
	width:100%;
	/* background:lightbluesteel; */
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("..images/tableftF.jpg") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#black;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}