@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EAEAEA;
	font-family: calibri, arial;
	font-size: 1em;
}
#container {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/index.jpg);
	height: 800px;
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: left;
}
#header #line1 {
	padding-left: 392px;
	font-size: 2em;
	height: 40px;
	font-weight: bold;
	color: white;
	padding-top: 30px;
}
#header #line2 {
	padding-left: 400px;
	padding-top: 5px;
	font-size: 1.4em;
	font-weight: bold;
}
#header #line2 .subtext {
	font-size: .75em;
	font-weight: normal;
}
#submitdiv {
	padding-right: 40px;
}


#topbox {
	width: 912px;
	height: 480px;
}
#topleft  {
	float: left;
	width: 340px;
	padding-top: 180px;
	padding-left: 20px;
	color: white;
}
#topleft    .heading  {
	font-size: 1.8em;
}
#topleft  li  {
	list-style-image: url(images/bullet.jpg);
	margin-top: 5px;
	font-size: 1.2em;
}
#topright  {
	float: left;
	position: relative;
	margin-left: 10px;
	width: 540px;
	margin-top: 10px;
	font-size: 0.8em;
}
#table1, #table2 {
	margin-bottom: 10px;
}
#table1, #table2, #table3 {
	border: solid 1px #3F9AD3;
}
#table1   input, #table1 select {
	font-size: 0.8em;
	background-color: #FEFBAA;
	width: 120px;
}
#table1 .width160 {
	width: 160px;
	font-size: .7em;
}
#table1  .dob {
	width: 40px;
}
#table1 .dobday {
	width: 35px;
}
#table1 .height {
}

#table1 .dobyr {
	width: 45px;
}
#table1   .state {
	width: 45px;
}
#table1   .height {
	width: 32px;

}
#table1  .zip {
	width: 35px;
}
#table1 input.widthnormal {
	width: auto;
}







#content #table {
	padding: 10px;
}
#bottombox {
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 10px;
}
#bottombox #bottomleft li {
	list-style-type: none;
}

#bottombox #bottomleft {
	width: 335px;
	float: left;
	margin-right: 20px;
}
#bottombox #bottomright {
	float: left;
	width: 542px;
	text-align: justify;
}

#footer li {
	display: inline;
	margin-left: 20px;
}

#footer {
	text-align: right;
	padding-right: 30px;
	margin-top: 50px;
	margin-bottom: 20px;

}
#footer a {
	text-decoration: none;
	color: #666666;
}



.title     {
	font-size: 1.4em;
	font-weight: bold;
	color: #3F9AD3;
}




.oddrow {
	background-color: #E7F2FA;
}
.clearboth {
	clear: both;
}
.submittext {
	color: #333333;
}
.tableborder                 {
	border: solid 1px;
	border-color: #3F9AD3;
	margin-bottom: 10px;
}
.triollc {
	float: left;
}

