body {
	background-color: #003f77;
	color: #000000;
	margin: 0;
	padding-left: 100px;
	padding-right: 100px;
}

h1 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #003f77
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003f77
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003f77
}
em {
	font-weight: bold;
	font-style: italic;
	color: #003f77;
}
strong {
	font-weight: bold;
	font-style: normal;
	font-size: 125%;
	color: #003f77;
}

a:link { color: #cc3300 }
a:visited { color: #cc3300 }
a:active { color: #339933 }
a:hover { color: #339933 }

#content td {
	background-color: #ffffff;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}

#header td {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	padding: 0px;
	text-align: left;
	xline-height: 1.5em;
}
#header td.text {
	padding-left: 20px;
}
#header h1 {
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 0px;
}
#header h2 {
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#header .byline {
	font-style: normal;
	font-weight: bold;
	font-size: 75%;
}
#header .emph {
	font-style: italic;
	font-weight: normal;
	font-size: 75%;
}

#photos td {
	padding: 0px;
}

#navTabs {
	margin-top: 30px;
	background-color: #cfcfcf;
	height: 25px;
}

#navTabs td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: black;
}
#navTabs td.sep {
	padding-left: 0;
	padding-right: 0;
	width: 1px;
	background-color: #666666;
}
#navTabs a {
	text-decoration: none;
}

#bHome td.tabHome {
	color: #000000;
	background-color: #ffffff;
}
#bPractice td.tabPractice {
	color: #000000;
	background-color: #ffffff;
}
#bOnsite td.tabOnsite {
	color: #000000;
	background-color: #ffffff;
}
#bStaff td.tabStaff{
	color: #000000;
	background-color: #ffffff;
}
#bForms td.tabForms {
	color: #000000;
	background-color: #ffffff;
}
#bLinks td.tabLinks {
	color: #000000;
	background-color: #ffffff;
}
#bDirections td.tabDirections {
	color: #000000;
	background-color: #ffffff;
}
#bContact td.tabContact {
	color: #000000;
	background-color: #ffffff;
}

.copyright {
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #666666;
}

#contact {
	border: 2px solid #003f77;
}
#contact th {
	padding: 4px;
	padding-left: 10px;
	background-color: #003f77;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;

}
#contact td {
	padding: 4px;
	background-color: #cfcfcf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0038A8;
	text-align: left;
}

#adobe {
	width: 400px;
	border: 1px solid #000000;
}
#adobe td {
	padding: 5px;
	text-align: center;
	font-size: 8pt;
	color: #000000;
}
#adobe img {
	margin-bottom: 10px;
}

#nav td {
	padding: 3px;
	font-style: italic;
	font-weight: normal;
}

p.link-list {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact-form {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 2px solid #003f77;
	padding: 0px;
	margin-bottom: 25px;
}

#contact-form p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact-form p.title {
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact-form th {
	padding: 4px 4px 4px 5px;
	background-color: #003f77;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
}
#contact-form td {
	background-color: #00CDF4;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 7px;
	padding-top: 7px;
}



input, select, textarea {
	border: 1px solid silver;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #990000;
	padding-left: 3px;

}
input.error, select.error, textarea.error {
	padding-right: 16px;
	border: 1px solid red;
	background-color: #fffce2;
	background-image: url(../images/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid red;
	background-color: #efefef;
}

.pdflinks p {
	margin-top: 0;
	margin-bottom: 0.5em;
	text-align: center;
}
.adobe {
	font-style: italic;
	text-align: center;
	font-weight: normal;
	margin-top: 50px;
	font-size: 0.8em;
}
