﻿/* GENERAL */root{	display: block;	margin: 0px;    padding: 0px;}body, html{    padding: 0px;	margin: 0px;}body{    background-color: #00689C;	background-image: url('../images/bg_top.jpg');	background-repeat: repeat-x;	text-align: center;	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;	font-size: 12px;	color: #ffffff;}div{    margin: 0px;    padding: 0px;    border: 0px none;	text-align: left;}img{    margin: 0px;    border: 0px none;	outline-style: none;}a, a:link, a:visited, a:hover, a:active{    text-decoration: none;	outline: none;	color: #333333;}a:hover{    text-decoration: none;	outline: none;	color: #1c581a;}a:active{    text-decoration: none;	outline: none;	color: #333333;}table, table td, td{	padding: 0px;	margin: 0px;}table, table td, td, div, p{	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;	font-size: 13px;}h1, h2, h3, p{	padding: 0px;	margin: 0px;	}/* END OF GENERAL*//* LAYOUT FRAME LVL 1 - BEGIN*/div#lvl_1_container{	width: 100%;	height: 100%;	text-align: center;}div#lvl_1_jingle{	width: 688px;	height: 685px;	margin: auto;	background-color: transparent;	background-image: url('../images/hiic_logo.jpg');	background-repeat: no-repeat;	position: relative;	top: 0px;}div#jingle_label{	width: 688px;	height: 100px;	font-size: 13px;	line-height: 17px;	position: relative;	left: 0px;	top: 588px;	color: #ffffff;	vertical-align: center;	text-align: center;	letter-spacing: 1px;	}a.h_link, a.h_link:link, a.h_link:active{	color: #ffffff;	outline: none;	text-decoration: none;}a.h_link:hover{	font-weight: bold;		}