@charset "UTF-8";
body {
  font: lighter 12px/18px Arial, Verdana, Helvetica, sans-serif;
  background: #E6E6E6;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #333333;
}
.oneColFixCtrHdr #container {
  width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  background: #FFFFFF;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  border: 1px solid #a3afa4;
  text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
  padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #1b381b;
}
.oneColFixCtrHdr #mainContent {
  padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  background: #FFFFFF;
  width: 375px;
}
.oneColFixCtrHdr #footer {
  padding: 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: normal;
  color: #999999;
  text-decoration: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #a3afa4;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #5f7460;
  clear:both;
}
.oneColFixCtrHdr #footer p {
  margin: 0; 
  padding: 10px 0;
}
.oneColFixCtrHdr #footer a:link {
  text-decoration: none;
  color: #999999;
}
.oneColFixCtrHdr #footer a:visited {
  text-decoration: none;
  color: #999999;
}
.oneColFixCtrHdr #footer a:hover {
  text-decoration: none;
  color: #1b381b;
}
.oneColFixCtrHdr #footer a:active {
  text-decoration: none;
  color: #999999;
}
.oneColFixCtrHdr #menu {
  height: 40px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #5f7460;
  padding-left: 15px;
  background-color: #FFFFFF;
}
.oneColFixCtrHdr #imageArea {
  padding: 0 20px;
  width: 500px;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
}
.nav{
  margin-top:0;
  padding:0;
  }
.nav li {
  height: 40px;
  width: 105px;
  background-repeat: no-repeat;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  display: block;
  background-image: url(http://cdn3.itsezpz.com/51_tab_l_green_e833e8_org.gif);
  line-height: 40px;
  margin-left: 3px;
}
.nav li  a:link {
  text-decoration: none;
  background-repeat: no-repeat;
  height: 40px;
  width: 105px;
  display: block;
  text-align: center;
  float: left;
  color: #FFFFFF;
}
ul.nav li a:hover {
  text-decoration: none;
  background-image: url(http://cdn3.itsezpz.com/51_tab_d_green_c7db8d_org.gif);
  background-repeat: no-repeat;
  height: 40px;
  width: 105px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.nav li.currentPage a{
  text-decoration: none;
  background-image: url(http://cdn3.itsezpz.com/51_tab_d_green_c7db8d_org.gif);
  background-repeat: no-repeat;
  height: 40px;
  width: 105px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.nav li  a:visited {
  text-decoration: none;
  background-repeat: no-repeat;
  height: 40px;
  width: 105px;
  display: block;
  text-align: center;
  float: left;
  color: #FFFFFF;
}
h1{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #1b381b;
  font-weight: bold;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1b381b;
  line-height: normal;
}

h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  color: #1b381b;
}

h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  color: #1b381b;
}
h5{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:normal;
  text-decoration:none;
  color:#333333;
  font-weight: normal;
}

h6{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:normal;
  text-decoration:none;
  color: #333333;
  font-weight: bold;
}
a:link {
  text-decoration: none;
  color: #1A381B;
}
a:visited {
  text-decoration: none;
  color: #999999;
}
a:hover {
  text-decoration: underline;
  color: #1A381B;
}
a:active {
  text-decoration: none;
  color: #1A381B;
}

