body  {  background:#fff; }
                  
#content 	{
			  position: relative;
			  height:1%; /* Fixes browser-wide left nav disappearing bug */
			  background:transparent url(../images/redBarNav.gif) repeat-y top left;
			  text-align:left;
			  border-right:1px solid #222;
			  border-bottom:1px solid #222;
			  border-left:1px solid #222;
			  }
#bodyCopy	{ 		
                  background:transparent;
                  width:439px; 
                  text-align: left;
                  padding:10px 15px 10px 15px;
				  voice-family: "\"}\""; 
		 	      voice-family:inherit;
                  width:409px;
                  }
#gradient	    { width:744px; clear: both; height:3px; margin:0px; background: #efefef url("../images/gradientIndex.gif") repeat-x scroll bottom left; }

                  
/* Link styling */

a:link 		{ color:#0000CC; background:transparent; }
a:visited 	{ color:#663399; background:transparent; }
a:hover 	{ color:#990000; background:transparent; }
a:active 	{ color:#990000; background:transparent; }

div.breadcrumbsTh		{ width:744px; clear:both; height:5px; margin:0px; background:#8080cc url(../images/redBarTop.gif) no-repeat top left;  }
#breadcrumbs			{ width:744px; clear:both; height:18px; margin:0px; text-align:left; background:#B3B3E0 url(../images/redBar.gif) repeat-y top left;  }
#breadcrumbs a:link	 	{ color: #FFF; text-decoration:none; letter-spacing:-1px; }
#breadcrumbs a:visited	{ color: #FFF; text-decoration:none; letter-spacing:-1px; }
#breadcrumbs a:active 	{ color: #FFF; text-decoration:none; letter-spacing:-1px; }
#breadcrumbs a:hover	{ color: #C5F4FE; text-decoration:none; letter-spacing:-1px; }
#breadcrumbs .URHere	{ font-size:10px; color: #FF0000; }

/* Condition Search */

#conditionSearch select { font:normal 0.9em Arial sans-serif; margin:0px 5px 5px 65px; }
#conditionSearch .patient h3 { font:bold 0.9em Arial sans-serif; margin:5px 0px 0px 65px; }
#conditionSearch .doctor h3 { font:bold 0.9em Arial sans-serif; margin:5px 0px 0px 65px; }
#conditionSearch .patient { float:left; background:#a4bebe url(../images/patSearch.gif) no-repeat top left; }
#conditionSearch .doctor { float:right; background:#a4bebe url(../images/docSearch.gif) no-repeat top left; }

/* Left Navigation */

#button {
	width: 152px;
	margin: 0px;
	padding: 0px;
	font:normal 1em Arial;
	line-height:1.4em;
	background-color: #efefef;
	color: #222;
	}
	
#button ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
#button li {
		list-style-type: none;
		border-bottom: 2px solid #efefef;
		margin: 0px;
		}

#button li a {
		list-style-type: none;
		display: block;
		padding: 2px;
		background-color: #fff;
		color: #222;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button .on   {
		display: block;
		padding: 2px;
		background:#B3B3E0 url("../images/rightArrow_about.gif") no-repeat scroll center right;
		font-weight:bold;
		color: #222;
		text-decoration: none;
		width: 100%;
		}

#button li a:hover {
		list-style-type: none;
		color: #990000;
		}
