body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  color: black;
  font-family: Arial, Helvetica, Sans-serif;
}

.column_head {
  background-color: #054700;
  color: #000000;
  font-size: 0.8em;
  margin: 3px;
  padding: 3px;
  white-space: nowrap;
}

.column_head_link {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.column_head_link:link {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.column_head_link:visited {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.column_head_link:hover {
  background-color: transparent;
  color: #FCE842;
  text-decoration: underline;
}

.column_head_link:active {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

td.form_field {

}

td.form_label {
  text-align: right;
  vertical-align: top;
}

.stripe_off {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 0.8em;
  vertical-align: top;
}

.stripe_off:hover {
  background-color: #FFFD73;
  color: #000000;
  font-size: 0.8em;
  vertical-align: top;  
}

.stripe_on {
  background-color: #EEEDF6;
  color: #000000;
  font-size: 0.8em;
  vertical-align: top;
}

.stripe_on:hover {
  background-color: #FFFD73;
  color: #000000;
  font-size: 0.8em;
  vertical-align: top;
}

/* p, td, li {
  font-size: 0.8em;
  margin: 0.7em 0;
} */

h1 {
  font-size: 1.1em;
}

h2 {
  font-size: 1.1em;
}

h3 {
  font-size: 1.0em;
}

h4 {
  font-size: 1.0em;
  margin-bottom: -0.2em;
}

h5 {
  font-size: 1.0em;
  margin-bottom: -0.8em;
}

h6 {
  font-size: 1.0em;
  margin-bottom: -0.8em;
}

img {
  border: 0px;
}

#page_header_left {
  background-color: #FFFFFF;
  float: left;
  width: 0px;
  height: 40px;
}



#page_header_right {
  background-color: #F1CA45;
  background-image: url('/images/fade_to_yellow.jpg');
  background-repeat: repeat-y;
  color: #054700;
  height: 40px;
}


#green_header_left {
  background-color: #FFFFFF;
  float: left;
  width: 0px;
  height: 12px;
}

#green_header_right {
  background-color: #054700;
  background-image: url('/images/fade_to_green.jpg');
  background-repeat: repeat-y;
  color: #054700;
  height: 12px;
}




#banner {
  display: block;
  font-size: 1.1em;
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
}

#main_page {

}

body>#main_page {
  width: auto;
  height: auto;
}
                      
#crumbs {
  background-color: #054700;
  border-bottom: 1px solid #bbb;
  color: #E6ECE5;
  font-weight: bold;
}

#crumbs a {
  color: #E6ECE5;
  font-weight: bold;
}

#crumbs ul {
  text-align: left;
  margin: 0;
  padding: 0.3em 0.5em;
  vertical-align: middle;
}

#crumbs li {
  font-size: 0.75em;
  list-style-type: none;
  display: inline;
}
                      
#links {
  padding-right: 6px;
  width: 210px;
}

body>#links {
  width: 210px;
}
                      
#right_side {
  right: 0;
  width: 170px;
  background-color:white;
  color: #666;
}

body>#right_side {
  width: 170px;
}

#page_body_content {
  margin: 0px 6px 6px 6px;
  padding: 0px 6px 6px 6px;
}

#footer {
  font-size: 0.8em;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
}

#footer_right {
  float: right;
  padding-left: 10px;
}

#navigation, #sub_navigation {
  width: 210px;
}

#links ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

#navigation ul {
  padding-bottom: 4px;
  background-color: #bbb;
}

#sub_navigation ul {
  padding-bottom: 1px;
  background-color: #FFFFFF;
}

#links li {
  list-style-type: none;
}

#navigation li {
  margin: 1px;
  padding: 4px 0 4px 5px;
  font-size: 0.9em;
  background-color: #FFFFFF;
}

#navigation li.sub {
  margin: 0;
  padding: 0px 0 1px 12px;
  font-size: 0.8em;
}

#sub_navigation li {
  margin: 1px 0;
  padding: 2px 0 3px 15px;
  font-size: 0.75em;
  background-color: #eee;
}

#links li a {
  background: transparent url(/images/nlbul.gif) no-repeat left center;
  display: block;
  padding-left: 10px;
  color: #666;
}

#links li a:hover {
  background: transparent url(/images/nlptr.gif) no-repeat left center;
  background-color: #eee;
  color: #000;
}

#links li.sel a {
  font-weight: bold;
  background: transparent url(/images/nlbul.gif) no-repeat left center;
}

#links li.sel a:hover {
  background: transparent url(/images/nlbul.gif) no-repeat left center;
  background-color: #eee;
  font-weight: bold;
}

#sub_navigation li a {
  background: transparent url(/images/nlbul.gif) no-repeat left center;
}

div.side_box {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  font-size: 0.9em;
  width: 210px;
}

div.side_box h3 {
  background-color: #054700;
  color: #F1F1F1;
  padding: 3px 3px;
  font-size: 0.8em;
  margin: 0;
}

div.side_box ol {
  margin: 0;
  padding: 2px;
  text-align: left;
  color: black;
  background-color: white
}

div.side_box ul {
  text-align: left;
  margin: 0;
  font-size: 0.8em;
}

div.side_box li {
  list-style-type: none;
  display: block;
  padding: 0px 0 0px 5px;
} 

div.side_box p {
  text-align: left;
  font-size: 0.9em;
  margin-left: 14px;
}

div.dl {
  border-bottom: 1px dotted #ccc;
  line-height: 0em;
  margin: 0;
}


a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.warning {
  background-color: #FFFFFF;
  color: #FF0000;
  font-size: 1.1em;
  font-weight: bold;
}

.notice {
  background-color: #FFFFFF;
  color: #0DA705;
  font-size: 1.1em;
  font-weight: bold;
}

table.main_body {
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-style: none none none none;
  border-color: white white white white;
  border-collapse: collapse;
  background-color: white;
}

table.main_body td#menu {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-style: none none none none;
  border-color: white white white white;
  background-color: white;
  vertical-align: top;
  white-space: nowrap;
}

table.main_body td#page_content_table_cell {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-style: none none none none;
  border-color: white white white white;
  background-color: white;
  vertical-align: top;
  width: 100%;
}