HTML
{
	height:				100%;
}
BODY
{
	background:			#FFFFFF;
	color:				#4A3291;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}
IMG
{
	border:				0;
}

/****************************************************************/
/*** WINDOW *****************************************************/

DIV#Window
{
	width:				780px;
	margin: 10px auto 0 auto;
}

/****************************************************************/
/*** MASTHEAD ***************************************************/

DIV#Masthead
{
	display:			none;
}

/****************************************************************/
/*** EYEBROW ****************************************************/

DIV#Eyebrow
{
	width:				100%;
	height:				98px;
	color:				#FFFFFF;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
}
DIV#Eyebrow A
{
	color:				#412E8A;
	text-decoration:	none;
}
DIV#Eyebrow A:hover
{
	text-decoration:	underline;
}
DIV#Eyebrow DIV#Logo
{
	float:				left;
	margin:				0 0 0 10px;
}
DIV#Eyebrow DIV#TopRight
{
	padding:			3px 6px 0 0;
	text-align:			right;
}
DIV#Eyebrow DIV#HomeLinks
{
font-size:11px;
}
DIV#Eyebrow DIV#TopLinks
{
	padding:			20px 0 0 0;
	width:				100%;
	font-size:			10px;
}
INPUT#query
{
	border:				1px solid #000000;
	width:				150px;
	height:				18px;
	color:				#000000;
	margin:				2px 0 2px 0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}
DIV#Eyebrow DIV#Search INPUT#search
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}

/****************************************************************/
/*** CONTENT ****************************************************/

TABLE#Content
{
	padding:			0 0 10px 0;
	width:				780px;
	background:			#FFFFFF;
}

/****************************************************************/
/*** LEFT MENU **************************************************/

TABLE#LeftMenu TD
{
	background-color:	#E3DFEF;
	font-size:			11px;
}
TABLE#LeftMenu TD A
{
	display:			block;
	padding:			2px 2px 2px 10px;
	width:				160px;
	background:			transparent;
	color:				#4A3291;
	text-decoration:	none;

}
TABLE#LeftMenu TD A:hover
{
	color:				#FFFFFF;
	background:			#9483BD;
}

/****************************************************************/
/*** MAIN MENU **************************************************/

DIV#MainMenu
{
	float:				right;
	margin-left:		10px;
	
}
DIV#MainMenu TABLE#MainMenuButtons TD
{
	width:				160px;
	background:			transparent;
	font-size:			11px;
	font-weight:		bold;
}
DIV#MainMenu TABLE#MainMenuButtons TD.MainMenuButton A
{
	display:			block;
	width:				160px;
	padding:			5px 3px 3px 3px;
	text-decoration:	none;
}
DIV#MainMenu TABLE#MainMenuButtons TD.MainMenuButton A:hover
{
	background:			#9483BD;
	color:				#FFFFFF;
}
DIV#MainMenu TABLE#MainMenuButtons TD.MainMenuButton1 A
{
	color:				#4B378C;
	width:				160px;
	padding:			5px 3px 3px 3px;
}
DIV#MainMenu TABLE#MainMenuButtons TD.MainMenuButton2 A
{
	color:				#4B378C;
}
DIV#MainMenu TABLE#MainMenuButtons TD.MainMenuButtonPaddingAdjustment A
{
	padding-top:		8px;
}

/****************************************************************/
/*** CONTENT ****************************************************/

DIV#ContentBlock
{
	padding:			0 10px 0 10px;
}
DIV#ContentBlock SPAN.articleTitle
{
	font-size:			17px;
	font-weight:		bold;
}
DIV#ContentBlock SPAN.articleSubTitle
{
	font-size:			15px;
	font-weight:		bold;
}
DIV#ContentBlock H1
{
	font-size:			22px;
	font-weight:		bold;
}
DIV#ContentBlock H2
{
	font-size:			20px;
	font-weight:		bold;
}
DIV#ContentBlock H2
{
	font-size:			18px;
	font-weight:		bold;
}
DIV#ContentBlock H3
{
	font-size:			16px;
	font-weight:		bold;
}
DIV#ContentBlock UL
{
	margin-top:			0;
	margin-bottom:		0;
}
DIV#ContentBlock OL
{
	margin-top:			0;
	margin-bottom:		0;
}
DIV#ContentBlock TABLE TD {
	background:			#F2F2FA;
	color:				inherit;
	padding:			5px;
} 
DIV#ContentBlock TABLE TH {
	background:			#9999CC;
	color:				#FFFFFF;
	padding:			5px;
}
DIV#ContentBlock A:link, DIV#ContentBlock A:visited {
	color:				#CC0000;
	text-decoration:	underline;
}
DIV#ContentBlock A:hover, DIV#ContentBlock A:active {
	color:				#FF3333;
	text-decoration:	underline;
}

#physicanLink A {
text-transform:uppercase;
color:#4A3291;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding-left:5px;
}

#physicanLink A:hover {
color:#CC0000;
}

#caringLink A {
color:#4A3291;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding-left:5px;
}

#caringLink A:hover {
color:#CC0000;
}

/****************************************************************/
/*** FOOTER *****************************************************/

DIV#Footer
{
	padding:			5px 0 5px 0;
	font-size:			11px;
	font-weight:		bold;
}
DIV#Footer A
{
	color:				#523F98;
	text-decoration:	none;
	font-size:			11px;
	font-weight:		bold;
}
DIV#Footer A:hover
{
	color:				#9E0B0E;
	font-size:			11px;
	font-weight:		bold;
}

#copyright {
font-size:10px;
color:#999999;
}

#copyright A {
font-size:10px;
color:#999999;
text-decoration:underline
}

#copyright A:Hover {
color:#CCCCCC;
}
