/* begin Page */
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #445864;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.wdnd-postheader, .wdnd-postheader a, .wdnd-postheader a:link, .wdnd-postheader a:visited, .wdnd-postheader a:hover,
.wdnd-blockheader .t, .wdnd-vmenublockheader .t, .wdnd-logo-text, .wdnd-logo-text a,
h1.wdnd-logo-name, h1.wdnd-logo-name a, h1.wdnd-logo-name a:link, h1.wdnd-logo-name a:visited, h1.wdnd-logo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "Comic Sans MS", Tahoma, Arial, Sans-Serif;
  font-size: 32px;
}

a
{
  text-decoration: none;
  color: #3B7DB0;
}

a:link
{
  text-decoration: none;
  color: #3B7DB0;
}

a:visited, a.visited
{

  color: #303E46;
}

a:hover, a.hover
{

  color: #1D3F58;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{

  color: #2D5F86;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 24px;
  color: #2D5F86;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 19px;
  color: #3E5F74;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 16px;
  color: #212B31;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 13px;
  color: #212B31;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 11px;
  color: #212B31;
}

#wdnd-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


#wdnd-page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;

}


#wdnd-page-background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.wdnd-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 429px;
  min-height: 429px;
}

.wdnd-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 17px;
}

.wdnd-sheet-tr, .wdnd-sheet-tl, .wdnd-sheet-br, .wdnd-sheet-bl, .wdnd-sheet-tc, .wdnd-sheet-bc,.wdnd-sheet-cr, .wdnd-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.wdnd-sheet-tr, .wdnd-sheet-tl, .wdnd-sheet-br, .wdnd-sheet-bl
{
  width: 456px;
  height: 456px;
  background-image: url('images/sheet_s.png');
}

.wdnd-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 228px, 228px, auto);
}

.wdnd-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 228px, 228px);
}

.wdnd-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(228px, 228px, auto, auto);
}

.wdnd-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(228px, auto, auto, 228px);
}

.wdnd-sheet-tc, .wdnd-sheet-bc
{
  left: 228px;
  right: 228px;
  height: 456px;
  background-image: url('images/sheet_h.png');
}

.wdnd-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 228px, auto);
}

.wdnd-sheet-bc
{
  bottom: 0;
  clip: rect(228px, auto, auto, auto);
}

.wdnd-sheet-cr, .wdnd-sheet-cl
{
  top: 228px;
  bottom: 228px;
  width: 456px;
  background-image: url('images/sheet_v.png');
}

.wdnd-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 228px);
}

.wdnd-sheet-cl
{
  left: 0;
  clip: rect(auto, 228px, auto, auto);
}

.wdnd-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 228px;
  left: 228px;
  right: 228px;
  bottom: 228px;
  background-color: #FFFFFF;
}

.wdnd-sheet
{
  margin-top: 10px !important;
  cursor:auto;
}

#wdnd-page-background-simple-gradient, #wdnd-page-background-gradient, #wdnd-page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Header */
div.wdnd-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 966px;
  height: 300px;
  overflow: hidden;
}

div.wdnd-header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 966px;
  height: 300px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}


/* end Header */

/* begin Layout */
.wdnd-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 966px;
}

.wdnd-content-layout .wdnd-content-layout
{
  width: auto;
  margin:0;
}

div.wdnd-content-layout div.wdnd-layout-cell, div.wdnd-content-layout div.wdnd-layout-cell div.wdnd-content-layout div.wdnd-layout-cell
{
   display: table-cell;
}

div.wdnd-layout-cell div.wdnd-layout-cell
{
   display: block;
}

div.wdnd-content-layout-row
{
  display: table-row; 
}

.wdnd-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.wdnd-layout-cell, .wdnd-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.wdnd-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 3px;
  min-height: 3px;
}

.wdnd-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 1px;
}

.wdnd-vmenublock-tr, .wdnd-vmenublock-tl, .wdnd-vmenublock-br, .wdnd-vmenublock-bl, .wdnd-vmenublock-tc, .wdnd-vmenublock-bc,.wdnd-vmenublock-cr, .wdnd-vmenublock-cl
{
  position: absolute;
  z-index: -1;
}

.wdnd-vmenublock-tr, .wdnd-vmenublock-tl, .wdnd-vmenublock-br, .wdnd-vmenublock-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/vmenublock_s.png');
}

.wdnd-vmenublock-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.wdnd-vmenublock-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.wdnd-vmenublock-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.wdnd-vmenublock-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.wdnd-vmenublock-tc, .wdnd-vmenublock-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/vmenublock_h.png');
}

.wdnd-vmenublock-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.wdnd-vmenublock-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.wdnd-vmenublock-cr, .wdnd-vmenublock-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/vmenublock_v.png');
}

.wdnd-vmenublock-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.wdnd-vmenublock-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.wdnd-vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #E4EEF6;
}

.wdnd-vmenublock
{
  margin: 9px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.wdnd-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.wdnd-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.wdnd-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.wdnd-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.wdnd-vmenu, ul.wdnd-vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.wdnd-vmenu ul
{
  display: none;
}

ul.wdnd-vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.wdnd-vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

ul.wdnd-vmenu li.wdnd-vmenu-separator
{
  display: block;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1px;
}

ul.wdnd-vmenu .wdnd-vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border-top: solid 1px #AFC6D4;
}

ul.wdnd-vmenu a .r, ul.wdnd-vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 90px;
  background-image: url('images/vmenuitem.png');
}

ul.wdnd-vmenu a .l
{
  left: 0;
  right: 29px;
}

ul.wdnd-vmenu a .r
{
  width: 1000px;
  right: 0;
  clip: rect(auto, auto, auto, 971px);
}

ul.wdnd-vmenu a .t
{
  display: block;
  line-height: 30px;
  color: #425661;
  padding: 0 10px 0 39px;
  font-size: 12px;
  margin-left:0;
  margin-right:0;
}

ul.wdnd-vmenu a:hover .l, ul.wdnd-vmenu a:hover .r
{
  top: -30px;
}

ul.wdnd-vmenu a:hover .t
{
  color: #CBD6DC;
}

ul.wdnd-vmenu a.active .l, ul.wdnd-vmenu a.active .r
{
  top: -60px;
}

ul.wdnd-vmenu a.active .t
{
  color: #29577A;
}
/* end VMenuItem */

/* begin VMenuSubItem */
ul.wdnd-vmenu ul, ul.wdnd-vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.wdnd-vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: visible;
  background-image: url('images/vsubitem.gif');
  background-position: 25px 0;
  background-repeat: repeat-x;
  padding-left: 25px;
}

ul.wdnd-vmenu ul li
{
  padding: 0;
}

ul.wdnd-vmenu ul span, ul.wdnd-vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.wdnd-vmenu ul a, ul.wdnd-vmenu ul a:link, ul.wdnd-vmenu ul a:visited, ul.wdnd-vmenu ul a:hover, ul.wdnd-vmenu ul a:active, ul.wdnd-vmenu ul span, ul.wdnd-vmenu ul span span
{
  line-height: 20px;
  color: #2F658E;
  font-size: 11px;
  margin-left: 0;
}

ul.wdnd-vmenu ul
{
    margin:0 0 0 0;
}

ul.wdnd-vmenu ul ul
{
  margin:0 0 0 0;
}

ul.wdnd-vmenu ul li.wdnd-vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 0 0 0 0;
 }

ul.wdnd-vmenu ul .wdnd-vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border: none;
}

ul.wdnd-vmenu ul li li a
{
  background-position: 50px 0;
  padding-left: 50px;
}

ul.wdnd-vmenu ul li li li a
{
  background-position: 75px 0;
  padding-left: 75px;
}

ul.wdnd-vmenu ul li li li li a
{
  background-position: 100px 0;
  padding-left: 100px;
}

ul.wdnd-vmenu ul li li li li li a
{
  background-position: 125px 0;
  padding-left: 125px;
}


ul.wdnd-vmenu ul li a.active
{
  color: #273C49;
  background-position: 25px -40px;
}

ul.wdnd-vmenu ul li li a.active
{
  background-position: 50px -40px;
}

ul.wdnd-vmenu ul li li li a.active
{
  background-position: 75px -40px;
}

ul.wdnd-vmenu ul li li li li a.active
{
  background-position: 100px -40px;
}

ul.wdnd-vmenu ul li li li li li a.active
{
  background-position: 125px -40px;
}



ul.wdnd-vmenu ul li a:hover, ul.wdnd-vmenu ul li a:hover.active
{
  color: #27333A;
  background-position: 25px -20px;
}


ul.wdnd-vmenu ul li li a:hover, ul.wdnd-vmenu ul li li a:hover.active
{
  background-position: 50px -20px;
}

ul.wdnd-vmenu ul li li li a:hover, ul.wdnd-vmenu ul li li li a:hover.active
{
  background-position: 75px -20px;
}

ul.wdnd-vmenu ul li li li li a:hover, ul.wdnd-vmenu ul li li li li a:hover.active
{
  background-position: 100px -20px;
}

ul.wdnd-vmenu ul li li li li li a:hover, ul.wdnd-vmenu ul li li li li li a:hover.active
{
  background-position: 125px -20px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.wdnd-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 11px;
  min-height: 11px;
}

.wdnd-block-body
{
  position: relative;
  z-index: 1;
  padding: 6px;
}

.wdnd-block-tr, .wdnd-block-tl, .wdnd-block-br, .wdnd-block-bl, .wdnd-block-tc, .wdnd-block-bc,.wdnd-block-cr, .wdnd-block-cl
{
  position: absolute;
  z-index: -1;
}

.wdnd-block-tr, .wdnd-block-tl, .wdnd-block-br, .wdnd-block-bl
{
  width: 18px;
  height: 18px;
  background-image: url('images/block_s.png');
}

.wdnd-block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 9px, 9px, auto);
}

.wdnd-block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 9px, 9px);
}

.wdnd-block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(9px, 9px, auto, auto);
}

.wdnd-block-br
{
  bottom: 0;
  right: 0;
  clip: rect(9px, auto, auto, 9px);
}

.wdnd-block-tc, .wdnd-block-bc
{
  left: 9px;
  right: 9px;
  height: 18px;
  background-image: url('images/block_h.png');
}

.wdnd-block-tc
{
  top: 0;
  clip: rect(auto, auto, 9px, auto);
}

.wdnd-block-bc
{
  bottom: 0;
  clip: rect(9px, auto, auto, auto);
}

.wdnd-block-cr, .wdnd-block-cl
{
  top: 9px;
  bottom: 9px;
  width: 18px;
  background-image: url('images/block_v.png');
}

.wdnd-block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 9px);
}

.wdnd-block-cl
{
  left: 0;
  clip: rect(auto, 9px, auto, auto);
}

.wdnd-block-cc
{
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  background-color: #E8EEF3;
}

.wdnd-block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.wdnd-blockheader
{
  position: relative;
  z-index: 0;
  height: 37px;
  margin-bottom: 0;
}

.wdnd-blockheader .t
{
  height: 37px;
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 37px;	
}

/* end BlockHeader */

/* begin Box, BlockContent */
.wdnd-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.wdnd-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}


.wdnd-blockcontent-body
{
  color: #1D262A;
  font-size: 13px;
}

.wdnd-blockcontent-body a:link
{
  color: #29577A;

}

.wdnd-blockcontent-body a:visited, .wdnd-blockcontent-body a.visited
{
  color: #708D9E;
  text-decoration: none;
}

.wdnd-blockcontent-body a:hover, .wdnd-blockcontent-body a.hover
{
  color: #3672A1;
  text-decoration: none;
}

.wdnd-blockcontent-body ul
{
  list-style-type: none;
  color: #4C6370;
  margin: 0;
  padding: 0;
}

.wdnd-blockcontent-body ul li
{
  line-height: 1.25em;
  padding: 0 0 0 12px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.wdnd-button-wrapper .wdnd-button
{
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #224967 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0;
  padding: 0 19px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.wdnd-button img, .wdnd-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.wdnd-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .wdnd-button-wrapper
{
  display: block;
  float: left;
}

input, select
{
  vertical-align: middle;
  font-size: 13px;
}

.wdnd-button-wrapper.hover .wdnd-button, .wdnd-button:hover
{
  color: #EEF3F6 !important;
  text-decoration: none !important;
}

.wdnd-button-wrapper.active .wdnd-button
{
  color: #F3F5F7 !important;
}

.wdnd-button-wrapper .l, .wdnd-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 99px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.wdnd-button-wrapper .l
{
  left: 0;
  right: 12px;
}

.wdnd-button-wrapper .r
{
  width: 417px;
  right: 0;
  clip: rect(auto, auto, auto, 405px);
}

.wdnd-button-wrapper.hover .l, .wdnd-button-wrapper.hover .r
{
  top: -33px;
}

.wdnd-button-wrapper.active .l, .wdnd-button-wrapper.active .r
{
  top: -66px;
}

.wdnd-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.wdnd-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.wdnd-post-body
{
  position: relative;
  z-index: 1;
  padding: 15px;
}


.wdnd-post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.wdnd-article img, img.wdnd-article
{
  margin: 10px;
}

.wdnd-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.wdnd-article table, table.wdnd-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.wdnd-article table, table.wdnd-article .wdnd-article tr, .wdnd-article th, .wdnd-article td
{
  background-color: Transparent;
}

.wdnd-article th, .wdnd-article td
{
  padding: 2px;
  border: solid 1px #608DA9;
  vertical-align: top;
  text-align: left;
}

.wdnd-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.wdnd-postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 24px;
  color: #204460;
}

.wdnd-postheader a, .wdnd-postheader a:link, .wdnd-postheader a:visited, .wdnd-postheader a:hover
{
  font-size: 24px;
  margin: 0;
  color: #204460;
}

.wdnd-postheader img
{
  border: none;
  vertical-align: middle;
  margin: 0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.wdnd-postheader a:link
{
  text-align: left;
  color: #265273;
}

.wdnd-postheader a:visited, .wdnd-postheader a.visited
{

  color: #3E505B;
}

.wdnd-postheader a:hover, .wdnd-postheader a.hovered
{

  color: #1D3F58;
}
/* end PostHeader */

/* begin PostContent */
.wdnd-postcontent p
{
  margin: 0.5em 0;
}



.wdnd-postcontent
{
  margin: 0;
}
/* end PostContent */

/* begin PostBullets */
ol, ul
{
  color: #111518;
  margin: 1em 0 1em 2em;
  padding: 0;
  font-size: 13px;
}

li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

li
{
  margin: 0.2em 0;
  padding: 0;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;

}



/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.wdnd-postcontent blockquote p
{
  color: #0B1014;

}

blockquote,
.wdnd-postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 32px;
  background-color: #D4E0E8;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.wdnd-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 966px;
  margin: 0 auto;
}

.wdnd-footer .wdnd-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 50px;
  text-align: center;
}

.wdnd-footer .wdnd-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  width: 966px;
  height: 150px;
  bottom: 0;
  left: 0;
}


.wdnd-footer .wdnd-footer-text p
{
  margin: 0;
}

.wdnd-footer .wdnd-footer-text
{
  display: inline-block;
  color: #1A364D;

}

.wdnd-footer .wdnd-footer-text a:link
{
  text-decoration: none;
  color: #265273;

}

.wdnd-footer .wdnd-footer-text a:visited
{
  text-decoration: none;
  color: #536B79;

}

.wdnd-footer .wdnd-footer-text a:hover
{
  text-decoration: none;
  color: #336D99;

}
/* end Footer */

/* begin PageFooter */
.wdnd-page-footer, .wdnd-page-footer a, .wdnd-page-footer a:link, .wdnd-page-footer a:visited, .wdnd-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #7DAED4;
}

.wdnd-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #98ADB9;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.wdnd-content-layout .wdnd-sidebar1
{
  width: 30%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.wdnd-content-layout .wdnd-content
{
  width: 70%;
}
.wdnd-content-layout .wdnd-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */




.overview-table .wdnd-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}
