*{
  padding: 0;
  margin: 0;
}
body {
  font-size: 62.5%;
  background-color: #f9f9f9;
  font-family: verdana,arial,sans-serif;
}
.pagewrapper {
  width: 900px;
  margin: 0px auto;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.0em;
}
.main {
  clear: both;
  width: 900px;
  padding-bottom: 30px;
  background: transparent url(img/bg_main_withnav3.gif) top left repeat-y;
  border-left: 1px solid #086c01;
  border-right: 1px solid #086c01;
  border-bottom: 3px solid #086c01;
}
.sidebar {
  display: inline /*Fix IE floating margin bug*/;
  float: left;
  width: 200px;
  overflow: visible !important /*Firefox*/;
  overflow: hidden /*IE6*/;
}
.content {
  display: inline; /*Fix IE floating margin bug*/;
  float: left;
  width: 640px;
  margin: 0 0 0 30px;
  overflow: visible !important /*Firefox*/;
  overflow: hidden /*IE6*/;
}

.footer {
  clear: both;
  width: 900px;
  height: 3.7em;
  padding: 1.1em 0 0;
  font-size: 1.0em;
  overflow: visible !important /*Firefox*/;
  overflow: hidden /*IE6*/;
}

/* HEADER */
.header {
  width: 900px;
  font-family: "trebuchet ms",arial,sans-serif;
}
.header-top {
  width: 900px;
  height: 40px;
  overflow: visible !important /*Firefox*/;
  overflow: hidden /*IE6*/;
}
.banner {
  width: 900px;
  height: 150px;
  background: rgb(230,230,230) url(img/header.jpg);
  overflow: visible !important /*Firefox*/;
  overflow: hidden /*IE6*/;
  border-top: 1px solid #086c01;
  border-left: 1px solid #086c01;
  border-right: 1px solid #086c01;
  margin-top: 10px;
}
.contact {
  clear:both;
  width:900px;
  padding:1.0em 0 1.5em 0;
  background:#ffffff;
  border-left: 1px solid #086c01;
  border-right: 1px solid #086c01;
  /* background-color: #f3f4f6; */
}

.header-nav {
  width: 350px; 
  position: absolute; 
  z-index: 3; 
  margin: 10px 0 0 550px;
}
.header-nav ul {
  float: right; 
  padding: 0 15px 0 0; 
  font-weight: bold;
}	
.header-nav li {
  display: inline; 
  list-style: none;
}
.header-nav li a {
  display: block; 
  float: left; 
  padding: 2px 10px 2px 5px; 
  color: #086c01; 
  text-decoration: none; 
  font-size: 120%;
}
.header-nav a:hover {
  text-decoration: none; 
  color: #323232;
}

.contact ul {
  float: left;
  width: 100%;
  list-style: none;
  font-family: verdana,arial,sans-serif;
  text-align: center;
}
.contact ul li {
  display: inline;
  padding: 0 35px 0 35px;
  font-weight: bold;
  color: #086c01;
  font-size: 100%;
}
.contact ul a {
  color: #086c01;
  text-decoration: underline;
}
.contact ul a:hover {
  color:  #3e8a2a;
  text-decoration: none;
}

/* MAIN CONTENT */
.content-item {
  width: 640px; 
  margin-bottom: 10px !important /*Non-IE6*/; 
  margin-bottom: 5px /*IE6*/;
}

.content-item .leftside {
  float: left;
  width: 430px;
  margin-bottom: 10px !important /*Non-IE6*/;
  margin-bottom: 5px /*IE6*/;  
}
.content-item .rightside {
  float: right;
  width: 200px;
  margin-bottom: 10px !important /*Non-IE6*/;
  margin-bottom: 5px /*IE6*/;
  font-size: 120%;
}

.content ul a {
  color: #086c01;
  text-decoration: none;
}
.content ul a:hover {
  color:  #3e8a2a;
  text-decoration: underline;
}


/*  FOOTER */

.footer p {
  line-height: 1.3em; 
  text-align: center; 
  color: #7d7d7d; 
  font-weight: bold; 
  font-size: 110%;
}
.footer p.credits {
  font-weight: normal;
}
.footer a {
  text-decoration: underline; 
  color: #7d7d7d;
}
.footer a:hover {
  text-decoration: none; 
  color: #000000;
}
.footer a:visited {
  color: #000000;
}


/*  CLEAR FLOATS  */
.pagewrapper:after, 
  .header:after, 
  .contact:after, 
  .main:after, 
  .sidebar:after, 
  .content:after, 
  .content div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.content-item:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.footer:after, p:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clear-contentunit {
  clear: both; 
  width: 640px; 
  height: 0.1em; 
  border: none; 
  background: #086c01; 
  color: #086c01;
}


/*  MAIN SECTION  */


/* MAIN NAVIGATION */
.leftnav {
  width: 199px;
}
.leftnav dt a, .leftnav dt a:visited {
  display: block;
  min-height: 2.0em /*Non-IE6*/; 
  height: auto !important; 
  height: 2.0em /*IE6*/; 
  line-height: 2.0em; 
  padding: 0px 10px 0px 20px; 
  text-decoration: none; 
  color: #086c01;
  font-weight: bold; 
  font-size: 120%;
}
.leftnav dd a, .leftnav dd a:visited {
  display: block; 
  min-height: 1.7em /*Non-IE6*/; 
  height: auto !important; 
  height: 1.7em /*IE6*/; 
  line-height: 1.7em; 
  padding: 0px 10px 0px 40px; 
  border: none; 
  font-weight: normal; 
  text-decoration: none; 
  color: #086c01; 
  font-size: 120%;
}
.leftnav dt a:hover, .leftnavgrid dd a:hover {
  background-color: #e1ffe1; 
  color: #3e8a2a; 
  text-decoration: none;
}

.firstdt {
  border-top: 1px solid #cccccc;
}

.sidebar h1.first {
  clear: both; 
  margin: 0px; 
  padding: 4px 20px 3px 20px; 
  background-color: #086c01; 
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #e1e1e1; 
  font-weight: bold; 
  font-size: 150%;
}
.sidebar h1 {
  clear: both; 
  margin: 30px 0 20px 0; 
  padding: 4px 20px 3px 20px; 
  background: #086c01; 
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #e1e1e1; 
  font-weight: bold; 
  font-size: 150%;
}
.sidebar h2 {
  clear: both; 
  margin: 20px 10px 10px 20px; 
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #646464; 
  font-weight: bold; 
  font-size: 150%;
}
.sidebar h3 {
  clear: both; 
  margin: 10px 10px 5px 20px; 
  color: #505050; 
  font-weight: bold; 
  font-size:110%;
}
.sidebar p {
  clear: both; 
  margin: 0 10px 10px 20px; 
  color: #505050; 
  line-height: 1.3em; 
  font-size: 110%;
}
.sidebar p.center {
  text-align: center;
}
.sidebar p.right {
  text-align: right;
}

.sidebar ul {
  list-style: none; 
  margin: 0.5em 10px 1.0em 20px;
}
.sidebar ul li {
  margin: 5px 0 0.2em 2px; 
  padding: 0px 0px 0 11px; 
  background: url(img/bg_bullet_full_1.gif) no-repeat 0 0.4em; 
  line-height: 1.2em; 
  font-size: 110%;
}
.sidebar ol {
  margin: 0.5em 10px 1.0em 40px !important /*Non-IE6*/; 
  margin: 0.5em 10px 1.0em 45px /*IE6*/;
}
.sidebar ol li {
  list-style-position: outside; 
  margin: 0 0 0.4em 0; 
  font-size: 110%;
}

/* MAIN CONTENT */
.content h1.pagetitle {
  margin: 0.2em 0 0.4em 0; 
  padding: 0 0 2px 0; 
  border-bottom: solid 7px #086c01; 
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #086c01; 
  font-weight: bold; 
  font-size: 220%;
}
.content h1.block {
  clear: both; 
  margin: 1.0em 0 0em 0; 
  padding: 2px 0 2px 2px; 
  background: #bebebe;
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #ffffff; 
  font-weight: bold; 
  font-size: 220%;
}
.content h1 {
  clear: both; 
  margin: 1.0em 0 0.5em 0; 
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #505050; 
  font-weight: normal; 
  font-size: 210%;
}
.content h2 {
  clear: both; 
  margin: 1.0em 0 0.5em 0; 
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #404040; 
  font-weight: normal; 
  font-size: 170%;
}
.content h3 {
  clear: both; 
  margin: -1.0em 0 0.5em 0; 
  font-family: "trebuchet ms",arial,sans-serif; 
  color: #7d7d7d; 
  font-weight: normal; 
  font-size: 130%;
}
.content h1.side {
  clear: none;
}
.content h2.side {
  clear: none;
}
.content h3.side {
  clear: none;
}

.content h4 {
  margin: 1.5em 0 1.0em 0; 
  color: #505050; 
  font-family: "trebuchet ms",arial,sans-serif; 
  font-weight: normal; 
  font-size: 170%;
}
.content h5 {
  margin: 1.5em 0 1.0em 0; 
  color: #505050; 
  font-family: "trebuchet ms",arial,sans-serif; 
  font-size: 140%;
}
.content h6 {
  margin: 1.5em 0 1.0em 0; 
  color: #505050; 
  font-family: "trebuchet ms",verdana,arial,sans-serif; 
  font-weight: normal; 
  font-size: 140%;
}
.content p {
  margin: 0 0 1.0em 0; 
  line-height: 1.5em; 
  font-size: 120%;
}
.content p.center {
  text-align: center;
}
.content p.right {
  text-align: right;
}
.content p.details {
  clear: both; 
  margin: -0.25em 0 1.0em 0; 
  line-height: 1.0em; 
  font-size: 110%;
}
.content blockquote {
  clear: both; 
  margin: 0 30px 0.6em 30px; 
  font-size: 90%;
}

.content table {
  clear: both;
  width: 600px;
  margin: 2.0em 0 0.2em 20px;
  table-layout: fixed;
  border-collapse: collapse;
  empty-cells: show;
  background-color: #f3f4f6;
}
.content table th.top {
  height: 3.5em;
  padding: 0 7px 0 7px;
  empty-cells: show;
  background-color: #f3f4f6;
  text-align: left;
  color: #ffffff;
  font-weight: bold; 
  font-size: 110%;
}
.content table th {
  height: 3.0em;
  padding: 2px 20px 2px 7px; 
  border-left: solid 2px #ffffff; 
  border-right: solid 2px #ffffff; 
  border-top: solid 2px #ffffff; 
  border-bottom: solid 2px #ffffff; 
  background-color: #f3f4f6;
  text-align: left;
  color: #505050;
  font-weight: bold; 
  font-size: 110%;
}
.content table td {
  height: 3.0em; 
  padding: 2px 7px 2px 7px; 
  border-left: solid 2px #ffffff; 
  border-right: solid 2px #ffffff; 
  border-top: solid 2px #ffffff; 
  border-bottom: solid 2px #ffffff;
  border: 1px solid #cccccc;
  margin: 2px;
  background-color: #f3f4f6;
  text-align: left; 
  font-weight: normal; 
  color: #505050; 
  font-size: 110%;
}
p.caption {
  clear: both; 
  margin: 0.5em 0 2.0em 20px; 
  text-align: left; 
  color: #505050; 
  font-size: 110%;
}

.content ul {
  list-style: none; 
  margin: 0.5em 0 1.0em 0;
}
.content ul li {
  margin:0 0 0.2em 2px; 
  padding:0 0 0 12px; 
  background: url(img/bg_bullet_full_12.gif) no-repeat 0 0.5em; 
  line-height: 1.4em; 
  font-size: 120%;
}

.content ul li.msword {
  background: url(img/word.gif) no-repeat 0 0.3em;
}

.content ul li.pdf {
  background: url(img/pdf.gif) no-repeat 0 0.3em;
}

.content ol {
  margin: 0.5em 0 1.0em 20px !important /*Non-IE6*/; 
  margin: 0.5em 0 1.0em 25px /*IE6*/;
}
.content ol li {
  list-style-position: outside; 
  margin: 0 0 0.2em 0; 
  line-height: 1.4em; 
  font-size: 120%;
}

.content-item ul {
  list-style: none; 
  margin: 0.5em 0 1.0em 0;
}
.content-item ul li {
  margin:0 0 0.2em 2px; 
  padding:0 0 0 12px; 
  background: url(img/bg_bullet_full_12.gif) no-repeat 0 0.6em; 
  line-height: 1.4em; 
  font-size: 120%;
}
.content-item ol {
  margin: 0.5em 0 1.0em 20px !important /*Non-IE6*/; 
  margin: 0.5em 0 1.0em 25px /*IE6*/;
}
.content-item ol li {
  list-style-position: outside; 
  margin: 0 0 0.2em 0; 
  line-height: 1.4em; 
  font-size: 120%;
}


/*  MISC  */

.main img {
  clear: both; 
  float: left; 
  margin: 3px 10px 7px 0; 
  padding: 1px; 
  border: 1px solid #cccccc;
}
.main img.center {
  clear: both; 
  float: none; 
  margin: 0; 
  padding: 1px; 
  border: 1px solid #969696;
}
.main img.right {

  float: right; 
  margin: 3px 0 7px 10px; 
  padding: 1px; 
  border: 1px solid #969696;
}

.main a {
  color: #467aa7; 
  font-weight: bold; 
  text-decoration: none;
}
.content h1 a {
  color: #467aa7; 
  font-weight: normal; 
  text-decoration: none;
}
.main a:hover {
  color: #3e8a2a; 
  text-decoration: underline;
}
.main a:visited {
  color: #3e8a2a;
}

.main a img {
  border: solid 1px #969696;
}
.main a:hover img {
  border: solid 1px #dcdcdc;
}


/* form */

fieldset {  
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  border: 1px solid #cccccc;
  background-color: #f3f4f6;
}
legend {  
  margin-left: 1em;  
  padding: 0;  
  color: #000;  
  font-weight: bold;
}
fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none;
}
fieldset li {  
  float: left;  
  clear: left;  
  width: 100%;  
  padding-bottom: 1em; 
} 
fieldset.submit {  
  float: none;  
  width: auto;  
  border-style: none;  
  padding-left: 12em;  
  background-color: transparent; 
}
/* fieldset tr:hover {
  background-color: #f4f4ed;
}
*/
label {  
  position: relative;  
  float: left;  
  width: 10em;  
  margin-right: 1em;
  text-align: right;
}
label strong {
  position: absolute;
  left: 27em;
  top: 0.2em;
  width: 19em;
  color: #086c01;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
}
label em {  
  display: block;  
  color: #086c01;  
  font-size: 85%;  
  font-style: normal;  
  text-transform: uppercase;
}