@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 2.4em;
	font-family: Arial;
	font-size:0.6em;
	background: #ccc;
	margin: 0;
	
}
ol, ul {
	list-style: circle;
	margin-left: 20px;
	margin-top: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 2.7em;
	letter-spacing: -1px;
	color: #9a141b;
	margin: 5px 0px 20px 0px;
}
h2 {
	font-size: 1.7em;
	letter-spacing: -1px;
	color: #9a141b;
	margin: 10px 0px 10px 0px;
}
h3 {
	font-size: 2.0em;
	letter-spacing: -1px;
	color: #9a141b;
	margin: 5px 0px 20px 0px;
}
.heading {
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #9a141b;
}
#header {
	width: 900px;
	height: 80px;
}
#leftHeader {
	width: 450px;
	height: 80px;
	float: left;
	background: url(../images/leftHeaderBg.gif) no-repeat;
}
#rightHeader {
	width: 450px;
	height: 80px;
	float: right;
	background: url(../images/rightHeaderBg.gif) no-repeat;
}
#container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 10px #fff solid;
	background: #fff;
}
#menuContainer {
	width: 900px;
	height: 30px;
	background: url(../images/menuBg.jpg) repeat-x;
}
#menu {
	width: 880px;
	height: 24px;
	float: right;
	padding: 6px 0px 0px 20px;
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 4px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	display: block;
	display: inline;
	text-align: center;
	height: 20px;
	text-decoration: none;
	color: #fff;
	margin: 5px 0px;
	padding: 5px 4px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
	color: #ec008c;
}
#mainContainer {
	width: 900px;
	height: 600px;
	background: url(../images/mainBg.jpg) no-repeat;
}
#PaneContainer {
	width: 700px;
	height: 580px;
	background: url(../images/paneBg.png) no-repeat;
	margin: 0px 0px 0px 190px;
}
#textPane {
	width: 415px;
	height: 505px;
	padding: 10px 30px 10px 30px;
	float: left;
	overflow: auto;
	margin-top: 20px;
}
#textPaneTreatments {
	width: 420px;
	height: 505px;
	padding: 10px 30px 10px 25px;
	float: left;
	overflow: auto;
	margin-top: 20px;
}
#rightPane {
	width: 210px;
	height: 550px;
	padding-top: 10px;
	float: right;
}
.img {
	width: auto;
	height: auto;
	float: left;
	padding: 8px;
}
.dottedLine {
	border-bottom: 1px dotted #9a141b;
	margin-top: 10px;
}
.dottedLineSmall {
	border-bottom: 1px dotted #9a141b;
	width: 130px;
}
.pink {
	color: #ec008c;
	font-size: 1.8em;
	letter-spacing: -1px;
}
.pinkNormal {
	color: #ec008c;
}
.black {
	color: #000;
	font-size: 1.8em;
	letter-spacing: -1px;
}
#footer {
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-top: 20px;
	color:#666;
	text-align:center;
	font-size: 0.7em;
}
