@charset "utf-8";
/* CSS Document */

html,body,h1,h2,h3,h4,h5,h6,p,dd,dt,dl,ol,li, img
{
	padding:00px; margin:00px;
}
h2, h3, h4, h5, h6
{
	padding: 00px 00px 10px 00px;
	
}

h1 {font-size: 57px; color: #000000; }

h2 { font-size: 22px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

p { padding: 00px 00px 15px 00px; }

img { border:none; }

.left { float: left; }

.right { float: right }

.clear { clear: both; }
/***************common_link********************/

a:link, a:visited, a:active {
	color:#990000;
	text-decoration:underline;
}

a:hover {
	color: #996600;
	text-decoration:underline;
}


/***************padding***************/
.padd_10 { padding:10px; }

.padd_title { padding:10px 10px 00px 10px; }

.padd_20 { padding:20px; }

.padd_15_20 { padding: 15px 20px; }

.padd_20_30 { padding: 20px 30px; }

.padd_content { padding:00px 20px 10px 20px; }

/**************txt_color******************/
.green_color
{
	color:#406a00;
}
.red_color 
{
	color:#58100f;
}
.white_color
{
	color: #FFFFFF;
}


/****************body_content***********************/

body
{
	font-family:"Trebuchet MS";
	font-size: 13px;
	text-decoration:none;
	line-height:normal;
	color:#000000;
	background:#242b23;
}
#healthcare_main
{
	margin:auto;
	position:relative;
	width:850px;
	background:url(health_care_images/content_bg.jpg) scroll left top repeat-y;
}

.center_line
{
	background:url(health_care_images/line.jpg) scroll left top repeat-x;
	margin: 05px 15px 15px 15px;
	height:7px;
} 

/*******************banner*******************/
.banner
{
	background:url(health_care_images/healthcare_banner.jpg) scroll left top no-repeat;
	height:113px;
	width:850px;
}
.title_color
{
	background:#aaad9e;
	margin:20px 00px 00px 00px;
}

/*******************content*******************/
.left_content
{
	width:641px;
	padding:00px; margin:00px;
	/*background:#b6783f;*/
}
.right_content
{
	width:209px;
	
}
.content_width
{
	width:850px;
	/*line-height: 150%;*/
}

.table_border
{
	border:#d2d6c4 solid 2px;
}

/*******************FOOTER*******************/
.footer_part, .footer_part a:link, .footer_part a:active, .footer_part a:visited 
{
	width:850px;
	background:#aaad9e;
	color:#000000;
	text-decoration:none;

}
.footer_part a:hover
{
	color:#990000;
	text-decoration:underline;
	
}
