body{
	font-family: Rockwell, "Times New Roman", Times, serif;
	color: #ccc;
	line-height: 1.166;
	scrollbar-arrow-color: #1F3E5A; 
	scrollbar-base-color:#1F3E5A; 
	scrollbar-dark-shadow-color: #1F3E5A; 
	scrollbar-track-color: #284F74; 
	scrollbar-face-color: #284F74; 
	scrollbar-shadow-color: #1F3E5A; 
	scrollbar-highlight-color: #1F3E5A; 
	scrollbar-3d-light-color: #1F3E5A;
	margin: 0px;
	padding: 0px;
background-color:#000;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
font-weight: bold;
font-size: 115%;
}

a:hover{
color: #ffffff;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Rockwell, "Times New Roman", Times, serif;
 color: #fff;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana, Arial, Helvetica;
 color: #fff;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 100% Verdana, Arial, Helvetica;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

h4{
 font: 95% Verdana, Arial, Helvetica;
 color: #fff;
 margin: 0px;
 padding: 0px;
}

h5{
	font: 95% Verdana, Arial, Helvetica;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
h6{
	font: bold 170% Verdana, Arial, Helvetica;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: none;
 list-style-image:url(images/11x16_bullet.gif);
font-size: 100%;
}

ul ul{
 list-style-type: none;
 list-style-image:url(images/11x16_roll.gif);
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #fff;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#maincontent{
	position:absolute;
	top: 10px;
	right: 2%;
	width:600px;
	left: 76px;
	color:#fff;
	overflow: auto;
	height: 300px;
}

#maincontent2{
	position:absolute;
	top: 10px;
	right: 2%;
	width:550px;
	left: 76px;
	color:#fff;
	height: 300px;
}

#pagecell1{
	position:absolute;
	top: 10px;
	right: 2%;
	width:960px;
	left: 42px;
	color:#FFFFFF;
	background-image: url(images/bckgrnd_new.jpg);
	background-repeat:no-repeat;
	background-color: #000815;
	background-position: top;
	height:650px;
}
#pagecellBK{
	position:absolute;
	top: 10px;
	right: 2%;
	width:960%;
	left: 42px;
	color:#FFFFFF;
	height: 650px;
}
#masthead{
	position: absolute;
	top: 1px;
	left: 2px;
	right: 2%;
	width:900px;
	height: 110px;
}


.colLeft {
	position: relative;
	left: 1px;
	width: 525px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	top:155px;
	height:625px;
}
.colLeft2 {
	position: relative;
	left: 1px;
	width: 800px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	top:155px;
}

/* content-specific */

.colLeft2 h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.colLeft2 p {
 margin: 0.5em 0px 0px 0px;
 padding:5px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}
.colLeft2 a:link, .colLeft2 a:visited {
	color: #dd2222;
	text-decoration: none;
       font-weight: bold;
       font-size: 115%;
}

.colLeft2 a:hover {
color: #dd2222;
	text-decoration: underline;
}

html>body .cdialog pre {
 font-size:1.1em;
}
.colRight {
	position: relative;
	width: 250px;
	float: right;
	top:155px;
	height: 550px;
}

.sectionBox {
    margin-top: 41px;
}

.sectionBoxLinks li a {
    text-decoration: none;
    color: #ffffff;
}

.sectionBoxLinks li a:hover {
    text-decoration: underline;
}

.sectionBox1 {
    top: 350px;
left:5px;
}


/**** home page layout****/
#pagecellhm{
	position:absolute;
	top: 10px;
	right: 2%;
	width:900px;
	left: 51px;
	color:#FFFFFF;
	background-image: url(images/bckgrnd_noLogo.jpg);
	background-repeat:no-repeat;
	background-color: #000815;
	background-position: Bottom;
	height: 775px;
}

.homeLeft {
	position: relative;
	left: 3px;
	width: 305px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	top:175px;
	height: 700px;
}

.homeRight {
	position: relative;
	width: 575px;
	right: 8px;
	float: right;
	top:200px;
	height: 700px;
}

#homecontent{
	position:absolute;
	top: 17px;
	right: 2%;
	width:305px;
	left: 5px;
	color:#fff;
	overflow: auto;
	height: 700px;
}

#homemasthead{
	position: absolute;
	background-image:url(images/logo_dark.jpg);
	background-repeat:no-repeat;
	top: 1px;
	left: 1px;
	right: 2%;
	width:900px;
	height: 110px;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	top: 112px;
	position:absolute;
	align:center;
	left: 4px;
}

#pageName h2{
	font: bold 175% Rockwell, "Times New Roman", Times, serif;
	color: #fff;
	margin:0px;
	padding: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position:absolute;
	top:112px;
	left:3px;
	width:100%;
	height:34px;
	z-index:65;
	color:#000000;
	font: Rockwell, Arial, Helvetica, sans-serif;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #fff;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	position: relative;

}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo ul li {
  display: inline;
  }

#siteInfo a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
font-weight: bold;
}

#siteInfo a:hover{
	text-decoration: underline;
}


/************* relatedLinks styles **************/

#relatedLinks{
	position:absolute;
	top: 275px;
	left: 107px;
	width: 448px;
	height: 52px;
}

#relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#relatedLinks a{
	display: block; 
}
/*************** font **********************/
  @font-face {
    font-family: Rockwell;
    font-style:  normal;
    font-weight: normal;
    src: url(assets/templates/bhi/images/ROCKWEL0.eot);
  }
/******************* Top Bar ********************/
#topbar{
	position: absolute;
	top: 152px;
	width:588px;
	height: 10px;
	left: 10px;
	background-image: url(images/navStrip.png);
	background-repeat:no-repeat;
}
/****** popup ****/
.styled_popup {
width:600px;
border:#999999 1px solid;
background:#000033; top:310px; left:100px; zoom: 1; position:absolute; padding:7px;
}
.styled_popup img {
padding:2px;
float:left;
margin: 5px;
}
/****** popup2 ****/
.styled_popup2 {
width:600px;
border:#999999 1px solid;
background:#000033; top:330px; left:100px; zoom: 1; position:absolute; padding:7px;
}
.styled_popup2 img {
padding:2px;
float:left;
margin: 5px;
}