/* CSS Document */

/*HAN HOME PAGE*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: auto;
	background-image: url(images/bg-home.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
body a:link, body a:visited {
	color:#1D6C91; 
	text-decoration: none;
	outline: none;
}

body a:hover {
	color:#BD1359;
	text-decoration: none;
}

#homeTop {
	width: 850px;
	height: 354px;
	white-space: nowrap;
	clear: both;
	background-image: url(images/bg-home-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#homeNav {
	width: 850px;
	height: 54px;
	white-space: nowrap;
	clear: both;
	text-align: center;
}
#homeVerify {
	width: 850px;
	height: 54px;
	white-space: nowrap;
	clear: both;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	color: #FFFFFF;
}
#homeFooter {
	width: 850px;
	white-space: nowrap;
	margin-top: 6px;
	padding-top: 20px;
	height: 82px;
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 10px;
	}
#homeTop p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	padding: 270px 0px 0px 78px;
	margin: 0px;
	}
.small {
	font-size: 11px;
	color: #FFFF00
	;
	}
	
/* Social Links in Footer */
div.socialLinks img { margin: 0; padding: 0 10px 0 0; }
