/* code.j3d.org style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color */
body { background-color: #624D02; }

h1 {
	text-align: center;
	font-family: arial;
}

h2 {
	text-align: center;
	font-family: arial;
}

table {
/*	color: #EEECE1 */
	background-color: #B0B25A
}

a:link { 
	color: #777777;
}

a:visited {
	color: #333333;
}

a.NoIndexCol:link { 
	color: #777777;
	font-family: arial;
	font-size: 90%;
	line-height: 150%;
}

a.NoIndexCol:visited {
	color: #333333;
	font-family: arial;
	font-size: 90%;
	line-height: 150%;
}


ul.NoIndent {
	margin: 0;
	margin-left: 5px;
	border-left-width: 0;
	padding-left: 10px;
	list-style: outside;
	list-style-type: circle;
	list-style-position: outside
}

p.sidebarheading {
	font-family: arial;
	font-style: bold;
	font-weight: bold;
	color: black;
}
/* Table setup for the header */
table.HeaderTable {
	border-collapse: separated;
	border-width: 0;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

td.HeaderTableCell1 {
	width: 25%;
	text-align: left;
	vertical-align: middle; 
	border-style: hidden;
	padding: 10px; 
}

p.HeaderTableCell1  {
	font-size: 90%;
	font-family: arial;
	color: black;
}

td.HeaderTableCell2 {
	width: 75%;
	text-align: center;
	vertical-align: middle; 
	border-style: hidden;
	padding: 0; 
}

p.HeaderTableCell2  {
	font-size: 200%;
	font-family: arial;
	font-weight: bold;
	color: black;
}

td.HeaderTableCell3 {
	width: 25%;
	text-align: left;
	vertical-align: top; 
	border-style: hidden;
	padding: 10px; 
}

p.HeaderTableCell3  {
	font-size: 120%;
	font-weight: bold;
	font-family: arial;
	color: black;
}

td.HeaderTableCell4 {
	width: 75%;
	text-align: center;
	vertical-align: middle; 
	border-style: hidden;
	padding: 10px; 
}

p.HeaderTableCell4  {
	font-size: 120%;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	color: black;
}

/* Header table */
table.MenuTable {
	border-width: 0px;
	border-spacing: 0px;
	table-layout: fixed;
	padding: 2px; 
	width: 100%
}

td.MenuCell { 
	background: #FEFFEB;
	vertical-align: top;
	text-align: center;
	padding: 0px; 
}

a.MenuText {
	font-size: 90%;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: black;
}

/* The main body of the page */
table.BodyTable {
	border-collapse: separate;
	border-width: 5px;
	border-spacing: 0px;
	table-layout: fixed;
	padding: 2px; 
	width: 100%
}


td.BodyIndexCol { 
	width: 200px;
	background: #FEFFEB;
	vertical-align: top;
	padding: 10px; 
}

/* Main text */
td.BodyMainCol {
	width: 80%;
	background: #FEFFEB;
	vertical-align: top;
	padding: 10px; 
} 

p.BodyMainCol1 {
	font-size: 90%;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	color: black;
}

p.BodyMainCol2 {
	font-size: 90%;
	font-family: arial;
	font-style: normal;
	color: black;
}


/* Table setup for treatment and services page */
table.TreatmentTable {
	border-collapse: separated;
	border-width: 0;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

td.TreatmentTableType {
	width: 40%;
	text-align: left;
	vertical-align: middle; 
	border-style: hidden;
	padding: 10px; 
}

p.TreatmentTableType {
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	color: black;
}

td.TreatmentTableCost {
	width: 30%;
	text-align: center;
	vertical-align: middle; 
	border-style: hidden;
	padding: 10px; 
}

p.TreatmentTableCost {
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	color: black;
}

td.TreatmentTableDescription {
	width: 100%;
	text-align: left;
	vertical-align: top; 
	border-style: hidden;
	padding: 10px; 
	column-span: 3
}

p.TreatmentTableDescription {
	font-size: 90%;
	font-family: arial;
	font-style: normal;
	color: black;
}

