/*--Positioning Code Start--*/
/*--!DO NOT EDIT BELOW THIS LINE!--*/

#Container {
	position:absolute;
	left:50%;
	top:45px;
	width:695px;
	margin-left: -357px;
}

#header1 {

	left:0px;
	top:0px;
	width:695px;
	height:168px;
	margin-left: 2px;
}

#navigationmenu {

	left:0px;
	top:168px;
	width:695px;
	height:42px;
	margin-left: 2px;
	margin-top: -2px;

}

#bodyheadertop {

	left:0px;
	top:210px;
	width:695px;
	height:29px;
		background: url('../images/bodyheadertop.gif') no-repeat center top;
	margin-top:-2px;
}

#body {

	top: 230px;
	left:0px;
	width:695px;
		background: url('../images/body.gif') repeat-y center center;
}

#benefitsSIDE {
	
	top: 0px;
	left: 0px;
	width: 620px;
	margin-left: 32px;
}

#benefitsMAIN {
	position: relative;

	top: 0px;
	left: 0px;
	width:450px;
	margin-top: -172%;
	margin-left: 200px;
}


/*--!Margin-top property needs to match font size in style1message property (negative)!--*/
#copyright {

	background: url('../images/copyright.gif') no-repeat center bottom;
	width: 695px;
	height: 81px;
	margin-top: -12px;
}


/*--Code to Position Main Text Body--*/
#style1Body {
	position: relative;
	top: 0px;
	left: 45px;
	width: 600px;
	

}




/*--!DO NOT EDIT ABOVE THIS LINE!--*/
/*--Positioning Code End--*/
/*--Formatting Code Start--*/


/*--Code to format font of Main Text Body--*/


#style1message {

	font: 12px arial;
	color: #000000;
}

h3 {
	font: 13px verdana;
	font-weight: bold;
	color: #466AA4;
	
}

h2 {
	font: 17px verdana;
	font-weight: bold;
	color: #466AA4;

}

h2, p {
margin: 0 0 10px 0px;
/* - - display:inline; - -  */
}

img {
	margin:-7px;
	padding:5px;
}




/*--Formatting Code End--*/