html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #353f50;
	color: #353f50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 6em 0em 5em 0em;
	text-align: center;
	background-image: url(images/backgrounds/nhbackground.png);
	background-attachment: fixed;
}

p.important {
color: #ff0000;
font-size: 12px;
font-weight: bold;}

h1 {
  color: #6982b5;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
text-align: center;}

h2 {
  color: #353f50;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
text-align: center;
text-decoration: underline;}

h3 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
text-align: center;
background-color: #353f50;}

h4 {
  color: #353f50;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #353f50;
  font-weight: bold;
  text-decoration: none;
background-color: #8e9fd0;}

a:visited {
  color: #353f50;
  font-weight: bold;
  text-decoration: none;
background-color: #8e9fd0;}

a:hover {
  color: #ffffff;
  text-decoration: none;
background-color: #8e9fd0;}

a:focus {
  color: #ffffff;
  text-decoration: none;
background-color: #8e9fd0;}

a:active {
  color: #ffffff;
  text-decoration: none;
background-color: #353f50;}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 762px;
border: 4px #bcb075 double;}
#outerWrapper #header {
  background-color: #8e9fd0;
  border-bottom: solid 1px #5a6484; 
  font-size: 18px;
  font-weight: bold;
  padding: 1px;
font-style: italic;
background-image: url(images/backgrounds/nhbannerback.png);
background-repeat: no-repeat;
background-position: center bottom;
height: 144px;}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eaeff5;
  border-right: solid 1px #8e9fd0; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 1px 10px 3px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 11.5em;
height: 100%;}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #eaeff5;
  border-left: solid 1px #8e9fd0; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 15em;
height: 100%;
text-align: justify;}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0em 17em 0em 12em; 
  padding: 10px 10px 10px 10px;
text-align: justify;
background-image: url(images/backgrounds/nhcontentbackground.gif);
background-repeat: no-repeat;
background-position: center center;
}

#content ul {display: inline-block;
}

#content li {display: list-item;
list-style-position: inside;}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #eaeff5;
  border-top: solid 1px #8e9fd0; 
  padding: 10px 10px 10px 10px;
font-size: .9em;
text-align: center;}

div#navbar {font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: .9em;
font-weight: bold;
text-align: center;
background-color: #eaeff5;
border: 3px #76ad2f double;
font-weight: bold;
padding: 0px;
width: 12em;
background-image: url(images/backgrounds/fieldbak.gif);
background-repeat: repeat-y;
background-position: center top;
}

#navbar ul li a:link, #navbar ul li a:visited {color: #353f50;
background-color: #bcb075;
text-decoration: none;
border-top: 1px #76ad2f solid;
border-bottom: 1px #76ad2f solid;
display: block;
width: 12em;
height: 15px;
padding-top: 5px;
margin-bottom: 10px;
background-image: url(images/backgrounds/ballleft.gif);
background-repeat: no-repeat;
background-position: left center;}

#navbar ul li a:hover {color: #ffffff;
background-color: #353f50;
text-decoration: none;
border-top: solid #ffffff 1px;
border-bottom: solid #ffffff 1px;background-image: url(images/backgrounds/ballright.gif);
background-repeat: no-repeat;
background-position: right center;}

#navbar a.current {text-decoration: none;}

#navbar ul li {margin: 0px; padding: 0px; list-style-type: none; display: block;}

#navbar ul {margin: 0px; padding: 0px;}

#contentbox {
	color: #353f50;
	background-color: #bcb075;
	padding: 2px;
	border: 3px #353f50 double;
	margin-top: 0px;
	line-height: 12px;
}
