body {
	padding: 0px;
	margin: 0px;
	background: url(../images/hjlogo_bg.jpg) no-repeat;
	background-position: 0 72px;
}
#header {
	width: 100%;
	background-color: #000000;
	text-align: center;
}
#nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	padding: 0px;
}
#subnav {
	background-color: #A5ACB0;
	height: 20px;
	margin: 0px;
}
#container_bg1 {
	position: relative;
	height: 400px;
	width: 100%;
	/*
background: url(../images/hjlogo_bg.jpg) no-repeat;
*/
	text-align: center;
}
#container_bg2 {
	position: relative;
	height: 400px;
	width: 100%;
	/*
background: url(../images/hjlogo_bg.jpg) no-repeat;
*/
	text-align: center;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#content p {
	margin-top: 0px;
}
#footer {
	text-align: center;
	margin-top: 20px;
}
.link, .sub-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: none;
	color: #999999;
	text-align: center;
}
p#disclaimer {
	font-weight: bold;
	color: #FF0000;
}


a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-transform: none; 
	color: #000000 
}
a:hover {  
	color: #FF6600; 
	text-decoration: none
}

