/* HIN LOGO BEGINS */

body {
	background-image: url(../images/HIN_logo.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-size: medium !important;
	margin-left: 50;
}

/* HIN LOGO ENDS */




/* MENU NAVIGATION BEGINS */

#navsite h5 {
		display: none;
}

#navsite ul {
		padding: 3px 0;
		margin-left: 0;
		margin-top: 100;
		border-bottom: 1px solid #778;
		font: bold 12px Verdana, sans-serif;
}

#navsite ul li {

		list-style: none;
		margin: 0;
		display: inline;
}

#navsite ul li a {

		padding: 3px 0.5em;
		margin-left: 3px;
		border: 1px solid #778;
		border-bottom: none;
		background: #DDE;
		text-decoration: none;
}

#navsite ul li a:link {

		color: #448;
}

#navsite ul li a:visited {
		
		color: #667;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {

		color: #000;
		background: #EB6D07;
		border-color: #227;
}

#navsite ul li a#current {

		background: white;
		border-bottom: 1px solid white;
}

/* MENU NAVIGATION ENDS */



/* FONTS START */

h1 {
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: white;
	background-color: #EB6D07;
	padding-left: 10px;
	margin-left: 0px;
}


h2 {
	font-size: larger;
	font-weight: bold;
	font-family: arial, verdana;	
}


h3 {
	font-size: 0.9em;
	font-style: italic;
	font-family: verdana, sans-serif;	
	background-color: #D9DEE7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;	
}

h4 {
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	text-decoration: underline;
}

h5 {
	font-size: 1em;
	font-family: arial, verdana;
	font-weight: bold;
}

td {
	font-size: medium !important;
}

/* FONTS ENDS */