﻿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-color: #F5D28D;
 /* line-height: 14px;*/
  font-size: 12px;
  color: #2c2c2e;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
}

p {
  padding-top: 0px;
}

h1 {
  line-height: 14px;
  color: #4C5838;
  font-size: 20px;
  font-weight: bold;
}

h2 {
  line-height: 16px;
  color: #614f12;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

h2+p {
	margin-top: 0;
}

h3 {
  line-height: 14px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

#imgRight {
	margin: 5px 5px 5px 5px;
/*	border: 1px solid #000000;*/
	float: right;
}

a,  a:link {
  color: #2e3640;
  font-weight: normal;
}

a:visited {
  color: #2e3640;
  font-weight: normal;

}

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

a:focus {
  color: #2e3640;
}

a:active {
  color: #2e3640;
}

#outerWrapper {
  background-color: #fff;
  width: 780px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  margin: 0 auto 0 auto; 
}

#outerWrapper #header {
  width: 780px;
  height: 175px;
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #92AB5D;
  background: #C2D69B url('HSTCPImages/HeaderCollage.jpg') 0 0 no-repeat;

}

#outerWrapper #contentWrapper #content {
  padding: 15px 30px 15px 30px; 
  margin: 0 0 0 0; 
  clear: both;
}
#outerWrapper #footer {
  background-color: #C2D69B;
  border-top: solid 2px #92AB5D; 
  padding: 10px 10px 10px 10px; 
}
 
 
div#navbar {
   height: 30px;
   width: 100%;
   border-bottom: solid #92AB5D 2px;
   background-color: #FFC561;
   float: left;
}
div#navbar ul {
   margin: 0px;
   padding: 0px 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: small;
   color: #455424;
   line-height: 30px;
   white-space: nowrap;
}
div#navbar li {
   list-style-type: none;
   display: inline;
   padding-right: 10px;
}
div#navbar li a {
   text-decoration: none;
   padding: 7px 10px;
   color: #455424;
}
div#navbar li a:link {
   color: #455424:
}
div#navbar li a:visited {
   color: #455424;
}
div#navbar li a:hover {
   font-weight: bold;
   color: #455424;
   background-color: #F5D28D;
}
