/* HNS CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-image: url(../images/bkgd_grnline.gif);
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  /*font-weight: bold;*/
  text-decoration: underline;
}
a:visited {
  color: #000;
  /*font-weight: bold;*/
  text-decoration: underline;
}
a:hover {
  color: #669933;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

#outerWrapper {
  background-color: #fff;
  border-right: solid 1px #666;
  border-left: solid 1px #666;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 850px;
}
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 1px #669933;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper {
	background: #fff;
	background-image: url(../images/leftcol_bkgd.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #669933;
  float: left;
  margin: 0;
  padding: 10px 10px 10px 10px;
  width: 220px;
  /*
  height: 100%;
  min-height: 90%;
  */
}
#outerWrapper #contentWrapper #leftColumn1 .scroll {
	background: #E2FFA8 url(../images/newstop.gif) no-repeat top left;
	margin: 2px 0px 2px 0px;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
}

/* ====================================================================  MY NAV STYLES  */
#outerWrapper #contentWrapper #leftColumn1 #Nav {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 14px;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav table {
	width: 170px;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav td {
	height: 28px;
	display: block;
	vertical-align: middle;
	line-height: 28px;
	padding: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav a {
	vertical-align: middle;
	display: block;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
	/*
	color: #333;
	height: 100%;
	text-decoration: none;
	*/
}
#outerWrapper #contentWrapper #leftColumn1 #Nav td a:hover {
	background: #ffd767 url(../images/btn_bkgd.gif) no-repeat left top;
	display: block;
	vertical-align: middle;
	line-height: 28px;
	/*
	color: #333;
	height: 100%;
	text-decoration: none;
	*/
}
#outerWrapper #contentWrapper #leftColumn1 #Nav td a.active {
	color: #000000;
	background: #ffd767 url(../images/btn_bkgd.gif) no-repeat left top;
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 28px;
}
/* ====================================================================  CONTENT  */

#outerWrapper #contentWrapper #content {
	background: #fff url(../images/corner_tl.gif) no-repeat top left;
	margin: 0 0 0 220px;
	padding: 20px 30px 10px 30px;
	/* display: block; IE bug */
}

#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #footer {
	background-color: #669933;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#outerWrapper #footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
#outerWrapper #footer a:hover {
	color: #FFd767;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
