body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #000000;
	background-image: url(../images/BG_hpbac_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Franklin Gothic Medium Cond";
	font-size: 24px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 2px;
}

h2 {
	font-family: "Franklin Gothic Medium Cond";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}

h3 {
	font-family: "Franklin Gothic Medium Cond";
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 2px;
}

hr {
	background-color: #FF0000;
	height: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

.navigation {
	position:absolute;
	top:193px;
	left:50px;
	width:230px;
}

.sectionnavigation {
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium Cond";
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 3px;
	padding-bottom: 14px;
}

.sectionnavigation a {
	color: #FFFFFF;
	text-decoration: none;
}

.sectionnavigation a:hover {
	color: #FFCC33;
}

.dividenavigation {
	height:1px; 
	background-color:#999999; 
	width:140px;
	margin-top: 10px;
}
.sitenavigation {
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium Cond";
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 3px;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.sitenavigation a {
	color: #FFFFFF;
	text-decoration: none;
}

.sitenavigation a:hover {
	color: #CC3333;
}
.pageheader {
	position:absolute;
	top:84px;
	left:277px;
	height:109px;
	width:634px;
	background-color:#FFFFFF;
}

.redbar {
	height:6px;
	background-color:#FF0000;
	clear:both;
	margin-left:15px;
	margin-right:15px;
}

.subnav {
	padding:6px;
	clear:both;
	color:#999999;
	margin-left:15px;
	margin-right:15px;
}

.content {
	position:absolute; 
	top:193px; 
	left:277px; 
	width:634px; 
	height:448px; 
	overflow:auto; 
	background-color:#FFFFFF;
}

.content li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	position:relative;
	left:20px;
	margin-right:30px;
	margin-bottom:10px;
}

.footer {
	position:absolute;
	top:641px;
	left:50px;
	width:861px;
}

.footleft {
	width:25px;
	height:42px;
	float:left;
	background-image: url(../images/BG_hpbac_footer01Left.gif);
	background-repeat: no-repeat;
}

.footright {
	width:29px;
	height:42px;
	float:left;
	background-image: url(../images/BG_hpbac_footer01Right.gif);
	background-repeat: no-repeat;
}

.footmiddle {
	width:807px;
	height:42;
	background-image:url(../images/BG_hpbac_footer01.gif);
	background-repeat:repeat-x;
	float:left;
	padding-top:14px;
	padding-bottom:60px;
	text-align:center;
	font-family: "Franklin Gothic Medium Cond";
	font-size: 12px;
	text-transform:uppercase;
	color: #000000;
	text-decoration:none;
	background-position:left top;
	font-weight:bold;
	letter-spacing: 2px;
}

.footmiddle a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.footmiddle a:hover {
	color: #FFCC33;
}

.copyright {
	float:left; 
	clear:both; 
	position:absolute;
	top:700px; 
	left:50px; 
	font-family:Arial, Helvetica, sans-serif, 'Franklin Gothic Demi Cond'; 
	font-size:9px; 
	color:#FFFFFF;
	clear:both; 
	width:861px;
	text-align:center;
}


	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
	#dhtmlgoodies_listMenu a{	/* Main menu items */
		color:#ffffff;
		text-decoration:none;
		font-size:11px;
		line-height: 11px;
		letter-spacing: 2px;
		padding-bottom: 6px;
		padding-top: 3px;
		padding-right: 0px;
		margin-bottom: 3px;
		padding-left: 0px;
		text-transform: uppercase;

	}
	#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
		color: #FFCC33;
		font-weight:normal;
		text-transform:none;
	}
	#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
		color: #ffffff;
		font-style:italic;
		font-size:1.0em;
		font-weight:normal;		
	}
	
	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:#FF6633;
	}
	
	
	/*
	No bullets
	*/	
	#dhtmlgoodies_listMenu li{
		list-style-type:none;	
	}
	
	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:0px;
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul{
		display:none;
		margin-left:11px;
	}