body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #efefef;
}
#page {
	text-align: left;
	position: relative;
	padding: 0px;
	width: 760px;
	margin: 0px auto;
	background: #FFFFFF url(images/topbg.png) no-repeat;
}
#header {
	height: 180px;
}
#main {
	background: url(images/bottombg.png) no-repeat right bottom;
	padding: 0px 150px 40px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
fieldset ul {
	list-style: none;
	margin: 0px;
	clear: both;
	padding: 10px;
}
fieldset ul ul {
	padding: 5px 0px 5px 20px;
}
fieldset.details {
	font-size: 0.9em;
	padding: 10px;
}
fieldset.details li {
	clear: both;
}
fieldset.details label {
	display: block;
	width: 200px;
	text-align: right;
	float: left;
	margin: 1px 0px 0px;
	height: 18px;
}
fieldset.details input {
	display: block;
	color: #666666;
	border-bottom: 1px dashed #ababab;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 200px;
	float: left;
	margin: 0px 0px 0px 10px;
}
fieldset.radioh {
	padding: 10px;
}
fieldset.radioh span {
}
fieldset.textfieldv {
	padding: 0px 5px 10px;
}
fieldset.textfieldv input {
	color: #666666;
	border-bottom: 1px dashed #ababab;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 420px;
	margin: 0px;
	padding: 0px;
}
fieldset.radiovcolumns ul, fieldset.checkvcolumns ul {
	clear: none;
	float: left;
}
fieldset h6 {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 0.9em;
	color: #333333;
}
input.specify {
	color: #666666;
	border-bottom: 1px dashed #ababab;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
div.title {
	background: #e7e8e9;
	border-bottom: 2px solid #8d9eb8;
	color: #333333;
	padding: 5px 10px;
	clear: both;
}
div.title h5 {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
div.title h5 span {
	position: absolute;
	left: 159px;
}
div.title p {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
div.title input {
	background: #e7e8e9;
	color: #333333;
	font-weight: bold;
}
div.intro h3 {
	color: #6A8BC7;
	font-size: 1em;
}
div.intro h4 {
	color: #1B3C70;
	font: 1em Arial, Helvetica, sans-serif;
}
#footer {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 5px 0px 10px;
	background: #efefef;
}
#footer span {
	margin: 0px 10px 0px 0px;
}
#footer a {
	color: #6888C2;
}

