/**** Layout Formating  ****/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#hobanlogo{
	z-index:10;
	position:absolute;
	left:21px;
	top:214px;
}
#viclogo {
	z-index:11;
	position:absolute;
	right:15px;
	top:196px;
}

#nav {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:320px;
	z-index:1;
	background-image: url(../assets/bg_small.gif);
	border: 0px none #000000;
	margin: 0px;
	padding: 0px;
	height: 205px;
}

#left {
	position:absolute;
	left: 0px;
	top: 275px;
	width: 180px;
}
	
#center {
	position:relative;
	margin-left: 190px;
	margin-right: 180px;
	margin-top: 205px;
	
}

#right {
	position: absolute;
	right: 0px;
	top: 275px;
	width: 176px;
}

#footer {
	font-size: 85%;
	text-align: center;	
	background-color: #F8F8F8;
	padding: 4px;

}

/**** Text Formating  ****/


h1 {
	font-size: 2.2em;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;	
}
h2 {
	font-size: 180%;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
}
h3 {
	font-size: 150%;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;

}
h4 {
	font-size: 120%;
	color: #666666;
	font-family: "Times New Roman", Times, serif;

}
