@charset "UTF-8";

td.footer {
  background-image:url(../images/footer.jpg);
  height:45px;
  background-position:.5px;
}

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
 
td.searchbar {
  background-image:url(../images/search_bg.jpg);
}

.TXT_pagetitle {
  font-size:160%;
  font-weight:bold;
}

ul.bodylinks li a:link {
  color:#006600
}

ul.bodylinks li a:hover {
  color:#ff6600
}

ul.bodylinks li a:visited {
  color:#006600
}

.Accordion {
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: auto;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.HD_leftbar {
  background-color: #97A9B3;
  border-bottom: solid 1px #9e9e9e;
  padding: 5px;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
}

.HD_leftbar a, .HD_leftbar a:visited {
  text-decoration: none;
  color: #000000;
}

.HD_leftbar a:hover {
  color: #006732;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.AccordionPanelContent2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .HD_leftbar {
  background-color: #97A9B3;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
}

.AccordionPanelOpen .AccordionPanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed



 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .HD_leftbar {
  background-color: #97A9B3;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .HD_leftbar {
  background-color: #97A9B3;
  font-weight: bold;
}

.LINK_leftcolumn {
  border-bottom: solid 1px #97A9B3;
  padding: 0px;
}

.LINK_leftcolumn a, .LINK_leftcolumn a:visited {
  padding-left: 8px;
  text-decoration: none;
  font-size: 110%;
  color: #006732;
  padding:5px;
  display:block;
  width:100%;
  height:100%;
}

.LINK_leftcolumn a:hover {
  color: #FF6600;
}

.LINK_leftbar {
  border-bottom: solid 1px #97A9B3;
  padding: 0px;
}

.LINK_leftbar a, .LINK_leftbar a:visited {
  padding-left: 8px;
  text-decoration: none;
  font-size: 110%;
  color: #006732;
  padding:5px;
  display:block;
  width:100%;
  height:100%;
}

.LINK_leftbar a:hover {
  color: #FF6600;
}

.LINK_leftcolumnbottom {
  border-bottom: solid 1px #97A9B3;
  padding: 0px;
}

.LINK_leftcolumnbottom a, .LINK_leftcolumnbottom a:visited {
  padding-left: 8px;
  text-decoration: none;
  font-size: 110%;
  color: #006732;
  padding:5px;
  display:block;
  width:100%;
  height:100%;
}

.LINK_leftcolumnbottom a:hover {
  color: #FF6600;
}

.LINK_leftcolumn2 {
  border-bottom: solid 1px #97A9B3;
}

.LINK_leftcolumn2 a, .LINK_leftcolumn2 a:visited {
  padding-left: 8px;
  text-decoration: none;
  font-size: 110%;
  color: #006732;
  padding:5px;
  display:block;
  width:100%;
  height:100%;
}

.LINK_leftcolumn2 a:hover {
  color: #FF6600;
}

body, td, th {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
}

body {
  background-color: #FFFFFF;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

img {
  border:none;
}

table.header {
  background-image:url(../images/header.jpg);
  width:972px;
  height:126px;
  margin-left:.5px;
}

li a:link, span a:link {
  color: #000000;
  text-decoration: none;
}

li a:visited, span a:visited {
  text-decoration: none;
  color: #000000;
}

li a:hover, span a:hover {
  text-decoration: none;
  color: #FF6600;
}

li a:active, span a:active {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  font-size: 100%;
  color: #006600;
}

h2 {
  font-size: 100%;
  color: #004F00;
  padding:5px;
  margin:0;
}

h3 {
  font-size: 100%;
  color: #002F00;
}

h4 {
  font-size: 150%;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-variant: small-caps;
  margin: 0px 0px 0px 215px;
  float: left;
  padding: 28px 0px 0px 0px;
}

h5 {
  font-size: 100%;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-variant: small-caps;
  margin: 0px 0px 0px 215px;
  float: left;
  padding: 0px 0px 0px 0px;
}

h6 {
  font-size:100%;
  text-transform: capitalize;
  float:right;
  margin-right:40px;
  padding:0px;
  color:#FFFFFF;
  margin-top:0px;
  margin-bottom:0px;
  font-variant: small-caps;
}

.protect {
  width:680px;
  overflow:hidden;
}

table.protect {
  width:680px;
  height:300px
}

td.mainbody {
  padding:20px;
  font-size:100%;
  border-left:solid 1px #9e9e9e;
  border-bottom:solid 1px #9e9e9e;
  border-top:solid 1px #9e9e9e;
  text-align:left;
  background-color:#FFFFFF;
  width:680px;
  vertical-align: top;
}

td.main_nav a:link, td.main_nav a:visited {
  color: #FFFFFF;
  padding-left: 70px;
  text-decoration:none;
}

td.main_nav a:hover {
  color: #ff6600;
}

td.main_nav {
  height:25px
}

table.bottom_links {
  background-color:#FFFFFF;
  width: 931px;
}

table.bottom_links td {
  padding-left:50px;
  padding-top:20px;
  padding-bottom:0px;
  width: 126px;
}

table.bottom_links td a {
  color:#000000;
  text-decoration:none;
}

.header_navigation2 a {
  color:#006600;
  padding-left:84px;
  text-decoration:none;
}

ul {
  margin-left: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
}

li {
  line-height: 170%;
  list-style-type: disc;
}

li ul li {
  list-style-type:lower-alpha
}

.atoz a {
  font-size: 95%;
  padding-left:11px;
}

.atozbar {
  width:930px;
  height:25px;
  float:left
}

.atoz {
  margin-top:5px;
  float:right;
  margin-right:5px
}

.atoz span {
  font-size:95%;
  float:left;
  margin-top:0px
}

.atozbar {
  width:930px;
  height:25px;
  float:left
}

table.shadow {
  background-image: url(../images/shadow.jpg);
  width:972px
}

table.column_holder {
  width:931px
}

td.crumbs a {
  color:#333333;
  text-decoration:none;
}

.crumb a {
  color:#333333;
  text-decoration:none;
}

.crumb a:hover {
  color:#ff6600;
}

td.crumbs a:hover {
  color:#ff6600;
}

td.crumbs {
  padding-left:20px;
  vertical-align:top;
}

.footertext {
  color: #006600
}

a:link {
  color: #006633;
}

a:visited {
  color: #003300;
}

a:hover {
  color: #ff3300;
}

div.sdmenu {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 105%;
}

div.sdmenu div {
  overflow: hidden;
  background-color: #97A9B3;
  border-bottom: solid 1px #9e9e9e;
}

div.sdmenu div.collapsed {
  height: 25px;
  overflow: hidden;
}

div.sdmenu div span {
  display: block;
  padding: 5px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  height: 20px;
}

div.sdmenu div.collapsed span {
}

div.sdmenu div li a {
  padding-left: 13px;
  text-decoration: none;
  font-size: 110%;
  color: #006732;
  padding:1px;
  display:block;
  width:100%;
  background-color: #BFCCD2;
  border-bottom: solid 1px #97A9B3;
}

div.sdmenu div li a:hover {
  color: #FF6600;
}

div.sdmenu div ul {
  margin: 0;
  width: 100%;
}

td.borders {
  border:solid 1px #007733;
  font-size:120%;
  text-align: center;
  padding: 5px;
}

td.noborders {
  font-size:160%;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.TXT_pagetools {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #B4B4B4;
  text-decoration: none;
  font-weight: normal;
  padding-top: 5px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  background-color: #FFFFFF;
}

.TXT_pagetools a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #5F5F5F;
}

.TXT_pagetools a:hover {
  color: #333333;
  background-color: #C8C8C8;
}

.TXT_storybody {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 19px;
  /*	padding-right: 12px;*/
	line-height: 15px;
  vertical-align: top;
}

.TXT_storytitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 140%;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.icons {
  float:right;
  width:110px;
  text-align:right;
  font-size:10px;
  margin:25px 0px 15px 15px
}

.icons a {
  text-decoration:none
}

