@charset "utf-8";
/* CSS Document */
p, div, tr, td, form, hr, body,ul, li, h1, h2, h3, h4, h5, h6,dl, dt, dd, img, table{
padding:0px;
margin:0px;
border:0px;
}
h1 { font-size:22px; }

h2 { font-size:20px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

.bottom_link
{
	background:#E7E6E6;
}

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

.padd_20 { padding:20px; }

.padd_15_20 { padding: 15px 20px; }

.padd_20_30 { padding: 20px 30px; }

.center_line
{
	border:#000000 solid 1px;
	margin:15px 15px ;
}
a:link, a:visited, a:active
{
	color:#CE007C;
}
a:hover
{
	color:#006600;
}
#overall{
	position:relative;
	margin:auto;
	width:1000px;
	font-family:"Trebuchet MS";
	font-size:12px;
}


.overal_bottom ,.overal_bottom a:link, .overal_bottom a:visited , .overal_bottom a:active
{
	position:relative;
	margin:auto;
	width:1000px;
	font-family:"Trebuchet MS";
	font-size:12px;
	background-color:#999999;
	color:#FFFFFF;
	text-decoration:none;
}
.overal_bottom a:hover
{
	
	color:#FFFF00;
	text-decoration:underline;
}

#left-content{
	width:798px;
	background:#e7e6e6;
	float:left;
}
#right_content{
	width:188px;
	float:left;
	padding:4px;
}
#banner{
height:317px;
background:url(images-althealthconnect4/banner.jpg) no-repeat bottom left;
text-align:center;
}
.companyname{
font-size:60px;
color:#cacaca;
}
.companyname2{
font-size:35px;
color:#ffffff;
}
.left{
float: left;
}
.right{
float:right;
}
.maincontent{
	/*height:730px;*/
	padding:5px;
}
.mainright{
	width:230px;
	padding:10px;
	background:#cccccc;
}
.mainleft{
	padding:10px;
	width:510px;
}
p{
padding:4px 0px 6px 0px;
}
h1{
font-size:20px;
}
h2{
font-size:18px;
}
.forminput{
height:18px;
}
.formhead{
font-size:11px;
}

.center-line
{
	border:#000000 solid 1px; 
	margin:10px;
}

.clear
{
	clear:both;
}