body
{
	background-color: Silver;
	color: Black;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	margin: 10px;
	text-align: center;
	vertical-align: top;
}

h1
{
	color: #843f30;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

h2
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;

}

h3
{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:-15px;
	text-align: left;
}


h4
{
	
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:-15px;
}

h5
{
	
	color: #ff0000;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom:0px;
}

p, li
{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #843F30;
}

a:hover
{
	text-decoration: underline;
}

/*-------------------------------------
  Main Table
-------------------------------------*/

.MainTable
{
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-collapse: collapse;
	width: 750px;
	height: 100%;
}

.MainTableHeaderRow
{
}

.MainTableHeaderCell
{
	background-image: url(images/StyleA_1.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 84px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.MainTableBodyRow
{
}

.MainTableBodyCell
{
	width: 750px;
	height: 100%;
	padding: 0px;
}

.MainTableFooterRow
{
}

.MainTableFooterCell
{
	background-image: url(images/StyleA_6.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 38px;
	padding: 0px;
}

/*-------------------------------------
  Header Image
-------------------------------------*/

.HeaderImage
{
	width: 740px;
	height: 74px;
}

/*-------------------------------------
  Body Table
-------------------------------------*/

.BodyTable
{
	border-style: none;
	border-collapse: collapse;
	width: 750px;
	height: 100%;
}

.BodyTableRow
{
}

.BodyTableMenuCell
{
	background-image: url(images/StyleA_4.png);
	background-repeat: repeat-y;
	width: 201px;
	height: 428px;
	vertical-align: top;
	padding: 0px;
}

.BodyTableContentCell
{
	background-image: url(images/StyleA_5.png);
	background-repeat: repeat-y;
	width: 549px;
	height: 428px;
	vertical-align: top;
	padding: 0px;
}

/*-------------------------------------
  Menu Table
-------------------------------------*/

.MenuTable
{
	border-style: none;
	border-collapse: collapse;
	background-image: url(images/StyleA_2.png);
	background-repeat: no-repeat;
	padding: 0px;
	width: 201px;
	height: 428px;
}

.MenuTableBodyRow
{
}

.MenuTableBodyCell
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.MenuTableFooterRow
{
	visibility: hidden;
}

.MenuTableFooterCell
{
	visibility: hidden;
}

.MenuBodyTable
{
	width: 100%;
}

.MenuBodyTableRow
{
}

.MenuBodyTableCell
{
	background-color: #424B5E;
	color: #FFFFFF;
	border-style: solid;
	border-color: #9FA4AD;
	border-width: 1px;
	text-align: left;
	vertical-align: middle;
	height: 25px;
}

.MenuLinkActive
{
	background-color: #424B5E;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.MenuLinkInactive
{
	background-color: #424B5E;
	color: #FFFFFF;
	font-size: 10pt;
}

.MenuFooterImage
{
	border-style: none;
	visibility: hidden;
}

.MenuFooterLink
{
}

/*-------------------------------------
  Content Table
-------------------------------------*/

.ContentTable
{
	border-style: none;
	border-collapse: collapse;
	background-image: url(images/StyleA_3.png);
	background-repeat: no-repeat;
	width: 549px;
	height: 428px;
}

.ContentTableRow
{
}

.ContentTableCell
{
	background-color: Transparent;
	color: Black;
	text-align: left;
	vertical-align: top;
	width: 549px;
	height: 428px;
	padding: 15px;
}

/*-------------------------------------
  Footer Table
-------------------------------------*/

.FooterTable
{
	border-style: none;
	border-collapse: collapse;
	width: 750px;
	height: 26px;
}

.FooterTableRow
{
	
}

.FooterTableLeftCell
{
	width: 375px;
	height: 26px;
	text-align: left;
	vertical-align: bottom;
	padding: 6px;
	
}

.FooterTableRightCell
{
	width: 375px;
	height: 26px;
	text-align: right;
	vertical-align: bottom;
	padding: 6px;
}

.FooterTableLink
{
	background-color: Transparent;
	color: White;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

/*-------------------------------------
  Physician Bio
-------------------------------------*/

.PhysicianMugShot
{
	width: 140px;
	height: 200px;
	float: left;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 15px;
	border-bottom-width: 15px;
}

.PhysicianPara
{
	text-align: left;
	text-indent: .30in;
}

.UL.Biblio LI
{
	color:#000000;
	list-style-type: dot;
	list-style-image: none;
}

.AdminPara
{
	text-align: left;
	text-indent: .30in;
}