* {
	margin:0;
	padding:0;
	margin-right: auto;
	margin-left:auto
}

body {
	/*center the page*/
	text-align: center;
	
}

#container{
	width:800px;
	height:auto;
	text-align: left;
	/* centers the container in the body*/
	margin: 40px auto 0px auto;
	background-color:#FFFFFF;
	}
	

#header{
	width:800px;
	}

#header_left{
	width:365px;
	height:204px;
	background-image:url(../images/header1.gif);
	background-repeat: no-repeat;
	float:left;
	
	}
#header_right{
	width:435px;
	height:204px;
	float:right;
	background-image:url(../images/header2.gif);
	background-repeat: no-repeat;
	}
	
#main{
	width:100%;
	height:474px;
	background-color: #ffffcc;
	float:left;
	}	
	
#body_left{
	width:395px;
	height:476px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/services1.gif);	
	padding-top:50px;
	}

#body_right{
	width:405px;
	height:476px;
	background-repeat: no-repeat;
	background-image: url(../images/background_right.gif);
	float:right;
	padding-top:50px;
	}

#footer{
	width: 800px;
	height:32px;
	float:left;
	text-align: center;
	background-image:url(../images/footer1.gif);
	margin: 0px auto 0px 0px;
	}




h1 {
	font-size:18px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;  
}

h2 {
	font-size:16px;
	color: #003C00;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	padding-top:50px;
	
}


.footerText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding-top:10px;
}
a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;

}

a:link {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003C00;
	text-decoration: underline;
}
a:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003C00;
}
a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	}

p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

.headText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	color: #FFF;
	padding-top:125px;
	padding-left:25px;
	padding-right:15px;
}

.contentText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #003C00;
	padding: 5px 5px 5px 12px;
	
	
}

.listText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #003C00;
	padding-left:22px;
	padding-right:5px;
	font-weight:bold;
}

	.listText ul li{
		list-style-position:inside;
		list-style:disc;
		line-height:15px;

	}

.insuranceText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #003C00;
	padding: 55px 5px 5px 12px;
	
	
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
	
