@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* styling for content areas */
#container {
	background: #FFFFFF;
	width: 770px ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0px 5px 0px 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content #contentRight {
	float: none;
	text-shadow: none;
}
#content #contentLeft h1 {
	color: #000000;
	text-shadow: none;
}
#content #contentLeft h2 {
	color: #000000;
	text-shadow: none;
}
#content #contentLeft p {
	color: #000000;
	text-shadow: none;
}
#content #contentLeft p.intro {
	color: #000000;
	text-shadow: none;
}
#footer {
	float: none;
}
#copywrite {
	text-align: left;
}
/* Text Formatting For Container */ 
#copywrite p{
	color:#000000;
}
#copywrite a{
	color:#000000;
	text-decoration: none;
}
/*
//
//
//
*/
/******** Hides everything else ********/
#logoContainer { 
	display: none;
}
#topNav {
	display: none;
}
#mainNav { 
	display: none;
}
#leftNav {
	display: none;
}
#footer {
	display: none;
}
#calloutBox {
	display: none;
}
#mainNav .nServices {
	display: none;
}
#mainNav .nWomens  {
	display: none;
}
#mainNav .nPatient  {
	display: none;
}
#mainNav .nPhysician  {
	display: none;
}
#mainNav .banner {
	display: none;
}