.content { background: #fff; }
/** TOP MENU **/

A:link.homeRollover, A:visited.homeRollover {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 15px;
}
A:hover.homeRollover#purple { 
	background-color: #67439d; /** faded purple **/
	color: #ffffff;
}
#purpleSelected {
	background-color: #67439d; /** faded purple **/
	color: #ffffff;
}	
#upperMenu { 
	margin-top: 65px;
	font-size: 11px;
	font-family: arial, sans-serif;
	padding-left: 6px;
	padding-top: 4px;
	width: 85%;
}
#upperMenuItem {
	border-bottom: 1px solid #c0c0c0;
	line-height: 14px;
}

/** Specialties Menu **/

A:hover.homeRollover#red { 
	background-color: red;
	color: #ffffff;
}
#redSelected {
	background-color: red;
	color: #ffffff;
}	
#topLeftMenu { 
	font-size: 11px;
	font-family: arial, sans-serif;
	padding-left: 6px;
	padding-top: 4px;
	width: 187px;
	text-align: right;
}
#topLeftMenuItem {
	border-bottom: 1px solid #c0c0c0;
	line-height: 14px;
}
#specialtiesHeader {
	border-bottom: 3px solid red;
	font-family: 'Times New Roman',serif;
	font-weight: bold;
	font-size: large;
	font-style: italic;
	text-align: right;
	width: 187px;
	margin-left: 6px;
	margin-right: 10px;
}

/** Services Menu **/

#servicesHeader {
	border-bottom: 3px solid orange;
	font-family: 'Times New Roman',serif;
	font-weight: bold;
	font-size: large;
	font-style: italic;
	text-align: right;
	width: 187px;
	margin-left: 6px;
	margin-right: 10px;
}
A:hover.homeRollover#orange { 
	background-color: orange;
	color: #ffffff;
}
#orangeSelected {
	background-color: orange;
	color: #ffffff;
}	
#botLeftMenu { 
	font-size: 11px;
	font-family: arial, sans-serif;
	padding-left: 6px;
	padding-top: 4px;
	width: 187px;
	text-align: right;
}
#botLeftMenuItem {
	border-bottom: 1px solid #c0c0c0;
	line-height: 14px;
}








/* CSS Document */

body {
	background:#ffffff url(images/mainback.jpg) repeat-x; 
	text-align:center;
	margin:40px;
	margin-top: 10px;
	padding:0;
	font:normal 0.8em/1.2em verdana,arial,sans-serif;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#fff;
	}
.header td {
	background:#fff;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top: -10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#fff;
	z-index:100;
	}
#rightcol {
	position:relative;
	top: -10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#fff;
	z-index:99;
	}
#centercol {
	position:relative;
	top: -20px;
	padding:0 240px;
	}
#footer {
	position:relative;
	top:1px;
	background:#fff;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	}

