body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
#container {
	width: 761px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 761px;
	height: 110px;
}
#logo {
	float: left;
	margin-top: 15px;
}
#number {
	float: right;
	margin-top: 15px;
}
#main-top {
	width: 761px;
	height: 55px;
	background: url(images/main-top.jpg) no-repeat;
}
#health {
	float: left;
	margin-left: 50px;
	padding-right: 68px;
}
* html #health {
	margin-left: 25px;
}
#group {
	float: left;
	padding-right: 78px;
}
#health, #group {
	margin-top: 12px;
}
#life {
	padding-top: 12px;
}
#main {
	width: 761px;
	background: url(images/main-bg.jpg) repeat-y;
	display: table;
}
#main h1 {
	font-size: 20px;
	font-weight: 100;
	margin: 0 0 5px 25px;
	padding-top: 5px;
}
#main h2 {
	font-size: 16px;
	font-weight: 100;
	margin-top: 0;
	margin-left: 25px;
	padding-bottom: 5px;
}
#left {
	float: left;
	width: 209px;
	background: #FAF6EA;
	margin-left: 19px;
}
* html #left {
	margin-left: 8px;
} 
#left h1 {
	color: #8CCBFF;
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding-left: 5px;
	
}
#right {
	float: right;
	width: 500px;
	margin-right: 14px;
}
* html #right {
	margin-right: 5px;	
}
div.form-cont {
	width: 500px;
	background: url(images/form-bg.jpg);
}
#main-bottom {
	width: 761px;
	height: 18px;
	background: url(images/main-bottom.jpg) no-repeat;
}
#logos {
	text-align: center;
	width: 100%;
}
#logos img {
	padding: 15px;
}
#privacy {
	font-size: 10px;
	color: #666666;
}

/* Form Style */
/* Health Stylesheet */
#right table {
	font-size: 12px;
	color: #666666;
}
#right table input {
	height: 19px;
	border: 1px #676767 solid;
}
#right table select {
	color: #0085DA;
	border: 1px #676767 solid;
	font-size: 10px;
	height: 19px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.full-span {
	column-span: 6;
}
.form, .button, .step-header {
	width: 490px;
	padding-left: 10px;
}
.step-header {
	border-bottom: 0px #000 solid;
	font-weight: bold;
	font-size: 16px;
	height: 25px;
	color: #CC3234;
	padding-top: 10px;
}
.step-left {
	float: left;
}
.step-right {
	float: right;
}
.red {
	color: #FF0000;
}
.col1 {
	width: 56px;
}
.col2 {
	width: 85px;
	text-align: center;
}
.col3 {
	width: 135px;
	text-align: center;
}
.col4 {
	width: 105px;
	text-align: center;
}
.col5 {
	width: 65px;
	text-align: center;
}
.col6 {
	width: 55px;
	text-align: center;
}
.col6 input {
	border: 0 !important;
}
.2col1 {
	width: 300px;
}
.dobMM, .dobDD {
	width: 23px;
}
.dobYYYY {
	width: 35px;
}
.weight {
	width: 35px;
}
.phone1 {
	width: 25px;
}
.phone2 {
	width: 35px;
}
.button {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.radio {
	border: 0 !important;
}
.noborder input {
	border: 0 !important;
}
#footer {
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #666666;
}
