@charset "utf-8";

/* The Healing Tried */

body

{

	background: #fefbdc  url(images/bg_top.jpg) repeat-x top;

	padding: 0px;

	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: normal;

	line-height: 18px;

}

img

{



	border: 0px;



}



a{



	color: #98AFC7;

	text-decoration: none;

	font-weight: bold;

	font-style: italic;



}

a:hover

{

	color: #000000;

	text-decoration: underline;

}



h1{

	padding: 5px 0;

	margin: 0px;

}





#leftpane

{

	background: url(images/lp_top.jpg) no-repeat;

	padding: 0 6px;

	padding-top: 15px;

}



#lp_center

{

	background: url(images/lp-center.jpg) repeat-y;

}

#lp_bottom

{

	

	background: url(images/lp_bottom.jpg) no-repeat;

	height: 11px;

}



.nav

{

	padding:0;

	margin:0;

	list-style:none;



}

.nav li

{



	margin:0;

	font-family:Arial;

	font-size:14px;

	font-weight:bold;

}

.nav li a

{

	display:block;

	background:url(images/menuitem-off.jpg) no-repeat;

	line-height:28px;

	width: 170px;

	padding-left: 28px;

	text-decoration:none;

	color:#ffffff;

	font-style: normal;

}



.nav li a:hover

{

	background: url(images/menuitem-on.jpg) no-repeat;

	text-decoration:none;

	color:#000000;

}



.nav li a.selected

{

	background: url(images/menuitem-on.jpg) no-repeat;

	text-decoration:none;

	color:#ffffff;

}

.subnav

{



	background: #98AFC7;

	margin-top: 1px;



}

.subnav td

{

/*background:url(img/lp_td.jpg) no-repeat;*/



	font-family:Arial;

	font-size:12px;

	line-height:24px;

	border-bottom:dotted 1px #e4f2f2;

}

.subnav td a

{

	color:#333333;

	text-decoration:none;

	font-style: normal;

	font-weight: normal;

}

.subnav td a:hover

{

	color: #ffffff;

	text-decoration:none;

}



.contentpane

{



	background: url(images/header.jpg) no-repeat bottom right;

	padding: 10px 135px 0 10px;





}







#footer_left

{

	background: url(images/footer_left.jpg) no-repeat;

	

}

#footer_right

{

	background:url(images/footer_right.jpg) no-repeat;

	

}

#footer_center

{

	background:url(images/footer_center.jpg) repeat-x;

	padding:0px;

	font-family:Arial;

	font-size:11px;

	line-height:15px;

}



.footer a

{

	color: #98AFC7;

	text-decoration:none;

}

.footer a:hover

{

	color: #000000;

	text-decoration: underline;

}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
