body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
	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-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

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: #FFF;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	padding-bottom: 14px;
}

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

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

.dividenavigation {
	height:1px; 
	background-color:#999; 
	width:140px;
	margin-top: 10px;
}
.sitenavigation {
	color: #FFF;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 3px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.sitenavigation a {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 6px;
}

.sitenavigation a:hover {
	color: #CC3333;
}

.pageheader {
	position:relative;
	top:84px;
	left:277px;
	height:109px;
	width:710px;
	background-color:#FFF;
}

.pageheader2 {
	position:relative;
	height:109px;
	width:710px;
	background-color:#FFF;
}

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

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

#homelink {
	position:absolute;
	left:40px;
	top:75px;
	width:230px;
	height:95px;
	z-index:1;
}

.content {
	margin-top:80px; 
	margin-left:277px; 
	width:710px; 
	min-height:600px;
	clear:both;
	background-color:#FFF;
}

.content2 {
	/* margin-top:80px;  */
	margin-left:277px; 
	width:710px; 
	min-height:600px;
	clear:both;
	background-color:#FFF;
}

.content strong {
	font-size:14px;
	font-weight:bold;
}

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

.footer {
	clear:both;
	background-color:#DA2127;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
	font-size: 12px;
	text-transform:uppercase;
	color: #000;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: 2px;
	margin-left:50px;
	margin-bottom:20px;
	width:947px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

}

.footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


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

.copyright {
	float:left; 
	clear:both; 
	font-size:9px; 
	color:#FFF;
	width:947px;
	text-align:center;
	margin-left:50px;
	margin-bottom:20px;
}


	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
	#dhtmlgoodies_listMenu a{	/* Main menu items */
		color:#FFF;
		text-decoration:none;
		font-size:11px;
		line-height: 11px;
		letter-spacing: 2px;
		padding-bottom: 6px;
		padding-top: 3px;
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 10px;
		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: #FFF;
		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;
		padding-top:6px;	
	}
	
	/*
	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;
	}
