html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

a img,:link img,:visited img { border:none }


/*  end reset */

html {background:#f1f7fa url(images/backfill.png) repeat-x}

body {
	
	font-size:75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body {
	font-size:12px;
}
em {
	font-style:italic;
	}
p {
	font-size:0.9em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
	
}
h1 {
	line-height:1.2em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
	color: #FF9900;
	
}
h2 {
	line-height:1.2em;
	font-size:1.5em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
	color: #0060b6;
}

h3 {
	font-size:1em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:bold;
	color: #ff9c05;
}

h4 {
	font-size:1em;
	margin:.629em 0 0.643em 0;
	font-weight: normal;
	color: #ff9c05;
	}

.sidenote {
	text-indent:-0.7em;
	width:12em;
	margin-right:0;
	font-size:0.8333em;
	line-height:1.8em;
	position:absolute;
	top:0;
	left:42.6em;
}
.footnote {
	border-top:0.08333em solid #000;
	margin-top:2.25em;
	padding-top:0.667em;
	margin-left:0;
	
}
.content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;	
	
}


.content2 {
	background: url(images/burst.gif) top right no-repeat;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 30px;	
	
}

#wrapper {
	background-color:#FFF;
	padding: 7px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	}
	

/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
      background: url(images/hns_banner.jpg) top left no-repeat;
      font-size:93%;
	  height: 120px;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:98px 10px 0 98px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#0060b6;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#ff0000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	#tabs a.active {
      background-position:0% -42px;
      }
    #tabs a.active span {
      background-position:100% -42px;
      }


/*  ---------- HEADER --------------*/
	
li.ae {
	padding-left:16px;
	padding-right: 430px;
	display: inline;
	text-decoration: none;
	font-size: .85em;
	color:#FFF;
	}
	
li.smArrow {
	display: inline;
	line-height: 20px;
	padding-right: 10px;
	}
	
li.smArrow a {
	background: url(images/smArrow.gif) left center no-repeat;
	padding-left: 15px;
	color:#FFF;
	text-decoration: none;
	font-size: .85em;
}

li.smArrow a:hover {
	background: url(images/smArrow.gif) left center no-repeat;
	padding-left: 15px;
	color:#FFF;
	text-decoration:underline;
	font-size: .85em;
}

#clearer {
	clear: both;
	}
	
	
/* -------- Side Links -------*/

#links {
	width: 300px;
	float: left;
	}
	
#links ul {
        list-style-type: none;
        width: 300px;
}

#links li.active {
        background: url(images/sidefill_active.jpg) top left repeat-y;
}

#links li {
        border-bottom: 1px solid #DFDFDF;
        border-width: 1px 0;
		background: url(images/sidefill.jpg) top left repeat-y;
}

#links li a { 
        color: #db3b1f;
        display: block;
        font: bold 110% Arial, Helvetica, sans-serif;
        padding: 10px;
        text-decoration: none;
		width: 300px;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 280px;
}

#links li.active a:hover {
        background: url(images/sidefill_active.jpg) top left repeat-y;
}

#links li a:hover {
        background: url(images/sidefill_hover.jpg) top left repeat-y;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #0099cc;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}



/* ------  footer   --------------- */

tr.footer {
	background-color:#0060b6;
	width: 100%;
	text-align:center;
	color: #FFFFFF;
}

tr.footer td a{
	font-size: 10px;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

tr.footer td a:hover {
	color: #00CCFF;
}

tr.footer td {
	font-size: 10px;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	line-height:20px;
}
	
	
	
#textBox {
	height: 180px;
	background-color: #0099cc;
	width: 320px;
	}

#textBox2 {
	height: 180px;
	background-color: #0000CC;
	width: 240px;
	
	}

#tbody {
	clear: both;
}

a {
	color: #ff0000;
	}

.name {
	font-size:1.2em;
	line-height: 1.7em;
	margin:1.929em 0 0.643em 0;
	font-weight: bold;
	color: #ff0000;
	}

.nameInline {
	font-size:1.2em;

	margin:1.929em 0 0 0;
	font-weight: bold;
	color: #ff0000;
	}
	
.title {
	font-size:1em;
	line-height: 1.7em;
	margin:1.929em 0 0.643em 0;
	font-weight: normal;
	color: #999;
}

li.pdf {
	font-size:1em;
	line-height: 1.7em;
	margin:0 0 0.643em 0;
	font-weight: normal;
	color: #999;
}


/* -------- Back Link -------*/

#back {
	width: 150px;
	float: right;
	}
	
#back ul {
        list-style-type: none;
        width: 150px;
}

#back li {
		background: #db3b1f;
}

#back li a { 
        color: #fff;
        display: block;
        font: bold 80% Arial, Helvetica, sans-serif;
        padding: 3px 6px;
        text-decoration: none;
		width: 138px;
}

 * html #backli a {  /* make hover effect work in IE */
	width: 150px;
}

#back li a:hover {
        background: #0099cc;
}

li.pdf {
	background: url(images/pdfIcon.png) left top no-repeat;
	padding-left: 17px;
	margin-bottom: 10px;
}

li.cbullet {
	background: url(images/bullet.gif) left top no-repeat;
	padding-left: 15px;
	text-decoration: none;
}