body, td, p {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
body {
	background: #DBDBDB url("bg.html");
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #006633;
}
.physicians li {
	list-style: none;
}
.maintable {
	width: 760px;
	height: 100%;
	border: solid 1px #006633;
	background: #FFFFFF;
}
.headertable {
	width: 760px;
	height: 225px;
	border: none;
}
.footer {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: #006633;
	font-size: 8pt;
	color: #FFFFFF;
}
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}
.contactform {
	border: none;
}
.contactform td {
	padding-bottom: 5px;
}
.subtable {
	width: 100%;
	border-collapse: collapse;
	display: table;
	background: #FFFFFF;
	border: 1px solid #000000;
}
.subtable td {
	border: 1px solid #000000;
	padding: 2px;
}
.subtable th {
	background: #006633;
	color: #FFFFFF;
	font-size: 10pt;
}
.dirtable {
	width: 100%;
	border: 2px solid #000000;
	border-top: none;
	background: #CCCC99;
}
.dirtable th {
	text-align: center;
	font-weight: bold;
	background: #006633;
	color: #FFFFFF;
	font-size: 10pt;
	padding: 2px;
	border-bottom: 2px solid #000000;
}
.dirtable td {
	padding: 2px;
	text-align: center;
}
.faqlink {
	margin: 0 0 7 0;
}

/* SUCKERFISH BELOW */

#nav, #nav ul {
list-style-image:none;
list-style-type:none;
margin:0;
padding:5px;
width:133px;
}

#nav li {
border:1px solid black;
line-height:1.25em;
position:relative;
width:133px;
background-color:#006633;
color:#FFFFFF
}

#nav li a {
background-color:#CCCC99;
color:black;
display:block;
font-weight:bold;
text-decoration:none;
width:133px;
}

#nav li a:hover {
background-color:#E8E8C5;
}

.content {
padding:10px;
}
