* {
  margin : 0;
  padding : 0;
  z-index : 10
}

body {
  background : #f1fad6
}

#pageheader_padding {
  position : absolute;
  left : 0;
  background-image : url(banner_padding.gif);
  background-repeat : repeat-x;
  width : 50%;
  height : 177px;
  z-index : 20
}

#pageheader {
  position : absolute;
  left : 50%;
  margin-left : -495px;
  background-image : url(banner.gif);
  background-repeat : no-repeat;
  width : 937px;
  height : 177px;
  z-index : 30
}

#wrap {
  position : absolute;
  left : 50%;
  margin-left : -450px;
  width : 900px
}

#nav_container {
  position : absolute;
  left : 0;
  width : 178px
}

#nav_bar {
  font-family : Arial, sans;
  font-size : 10pt;
  background : #def3a4;
  padding : 200px 0px 0 0px
}

#nav_bar.vspace {
  font-size : 12pt;
  line-height : 150%;
  padding-bottom : 0.500em
}

#nav_bar a, #nav_bar a:link, #nav_bar a:visited, #nav_bar a:hover {
  color : #80ac0d;
  text-decoration : none
}

#nav_bar a:hover {
  text-decoration : underline
}

#nav_bar p {
  color : #80ac0d
}

#nav_bar ul {
  padding-left : 1em;
  line-height : 120%
}

#nav_bar li {
  list-style-type : none;
  line-height : 120%;
  padding : 2pt 0 2pt 0
}

#nav_bar li a {
  color : #80ac0d;
  display : block;
  margin-left : -1em;
  padding-left : 1em;
  text-decoration : none
}

#nav_bar li a:link, #nav_bar li a:visited {
  color : #80ac0d;
  text-decoration : none
}

#nav_bar li a:hover {
  color : #ffffff;
  background : #80ac0d
}

#nav_bar.sidehead a:link, #nav_bar.sidehead a:visited {
  font-weight : bold;
  color : #80ac0d;
  text-decoration : none
}

#nav_bar.sidehead a:hover {
  font-weight : bold;
  padding : 0.200em;
  color : #ffffff;
  background : #567409;
  text-decoration : none
}

#nav_bottom {
  background-image : url(menu_gradient.gif);
  background-repeat : repeat-x;
  height : 70px
}

#main_container {
  position : absolute;
  left : 188px;
  width : 712px
}

#main {
  color : #567409;
  font-family : Georgia, "Times New Roman", Times, serif;
  font-size : 11pt;
  line-height : 180%;
  background-image : url(body_bg.gif);
  background-repeat : repeat-y;
  padding : 200px 15px 0 15px
}

#main p {
  text-align : justify
}

#main h2 {
  font-size : 16pt;
  padding : 10px 10px 0 38px;
  margin : 1.5em 0 1.5em 0;
  border-bottom : solid 1px #c3f050;
  background-image : url(h1_bullet.gif);
  background-repeat : no-repeat;
  height : 34px
}

#main h3 {
  font-size : 11pt;
  margin : 2em 0 1em 0
}

#main ul {
  padding : 0 0 0 2em
}

#main hr {
  height : 0;
  border : 0;
  border-top : 1px solid #c3f050
}

#main a:link, #main a:visited {
  color : #99d500;
  text-decoration : none
}

#main a:hover {
  color : #99d500;
  text-decoration : underline
}

#main a:active {
}

#main_bottom {
  background-image : url(bottom.gif);
  background-repeat : no-repeat;
  width : 740px;
  height : 130px
}

#printmsg {
  display : none
}

@media print {
  #wrap {display : none}
  #printmsg {display : inline}
}