* {
	padding: 0;
	margin: 0;
	line-height: 150%;
	color: #1D4066;
}
body {
	text-align: center;
	width: 100%;
	height: 100%;
	background: #FFF;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
div#super-con {
	margin: 0 auto;
	width: 968px;
}
div#navi-col {
	float: left;
	width: 188px;
	margin-top: 105px;
}
div#main-col {
	width:780px;
	float: right;
}
div#top {
	float: right;
	width: 780px;
	height: 110px;
	background:#FFF url(homi-pictures/homi-logo.gif) 12px 17px no-repeat;
	text-align: right;
}
div#content-subcon {
	float: right;
	width: 740px;
	text-align: justify;
}
div#homi-style {
	width: 740px;
	height: 169px;
	background: #1D4066;
}
div#left-col {
	float: left;
	width: 450px;
	background: #FFF;
}
div#right-col {
	float: right;
	width: 240px;
	background: #FFF;
}
div#bottom {
	clear: both;
	height: 25px;
}
div#top h1 {
	margin-left: 150px;
	line-height: 110px;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	text-align: left;
	margin: 20px 0 20px;
}
h2.special {
	margin: 20px 0 20px;
	background-color: #044C7E;
	color: #FFFFFF;
	padding-left: 0.5em;
}
h2.special sup{
	color: #FFFFFF;
}
h3 {
	font-size: 1.1em;
	text-align: left;
	clear: both;
	margin: 20px 0 0.5em;
	
}
h3.inline {
	clear: none;
}
p {
	font-size: 1.1em;
	margin-bottom: 1em;
}
strong {
	font-weight: normal;
}
img.float {
	float: left;
	padding-right: 10px;
}
img.icon_small {
	padding-right: 10px;
	vertical-align: baseline;
}
a img {
	border: 0;
	margin-top: 20px;
}
ul {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul li {
	line-height: 150%;
	margin-left: 15px;
	list-style-type: square;
}
div.quote {
	background-color: #F7F7F7;
	padding: 8px 8px;
	margin-top: 1.5em;
}
div.quote h3 {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
div.quote p.small {
	font-size: 0.9em;
}
table {
	width: 740px;
	border-collapse:collapse;
	margin-bottom: 20px;
}
th, td {
	border: 1px solid white;
	text-align: left;
	padding: 7px 10px;
	background-color: #333333;
	vertical-align: text-top;
	background-image: url(homi-pictures/td-neutral.jpg);
	color: #FFF;
	font-size: 1.1em;
}
th sup{
	color:#FFF;
}
th {
	text-align:center;
	font-weight: bold;
}
td.bad {
	background: #660000 url(homi-pictures/td-bad.jpg) center repeat-x;
	width: 27%;
}
td.good {
	background: #183360 url(homi-pictures/td-good.jpg) center repeat-x;
	width: 27%;
}
td ul {
	font-size: 1em;
}
td ul li {
	color: #FFFFFF;
	margin-left: 10px;
	list-style-type: square;
	margin-bottom: 1em;
}

dl.navi {
	text-align: right;
	margin-bottom: 20px;
}
dl.navi dt {
	font-size: 1.1em;
	font-weight: bold;
}
dl.navi dd a {
	font-size: 1.1em;
	text-decoration:none;
	display: block;
	height:100%;
	padding: 3px 0;
	color: #005995;
}
dl.navi dd a.bgpic {
	background:url(homi-pictures/button.jpg) right bottom no-repeat;
}
dl.navi dd a:hover {
	background:url(homi-pictures/button.jpg) right bottom repeat-y;
}
dl.navi dd a#active {
	background:url(homi-pictures/button.jpg) right bottom repeat-y;
}
	
form {
	width: 450px;
	margin-top: 10px;
}
form label{
	font-size: 1.1em;
	display: block;
	color: #1E263B;
	margin-bottom: 2px;
	font-weight: bold;
}
form input{
	display: block;
	font-size: 1.1em;
	margin-bottom: 15px;
	width: 100%;
}
form input.mybutton {
	width: 75px;
	margin-top: 15px;
}
form select{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background-color: #1C3F67;
	color: #FFF;
}
form option {
	color:#FFF;
}
form textarea{
	display: block;
	font-size: 1.1em;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
}
form h3 {
	margin: 0px 0px 30px;
	padding: 0px;
	font-size: 1.6em;
}
form h3.alert {
	color: #990000;
}
form h3.thankyou {
	color: #00CC00;
}
