/* begin Page */
/* Created by Artisteer v3.0.0.37990 */

#std-main, table
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.std-postcontent,
.std-postcontent li,
.std-postcontent table,
.std-postcontent a,
.std-postcontent a:link,
.std-postcontent a:visited,
.std-postcontent a.visited,
.std-postcontent a:hover,
.std-postcontent a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.std-postcontent p
{
    margin: 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
}

.std-postcontent a
{
  text-decoration: underline;
  color: #537C36;
}

.std-postcontent a:link
{
  text-decoration: underline;
  color: black;
}

.std-postcontent a:visited, .std-postcontent a.visited
{
  text-decoration: underlined;
  color: black;
}

.std-postcontent  a:hover, .std-postcontent a.hover
{
  text-decoration: underlined;
  color: black;
}

.std-postcontent h1
{
   color: #505F62;    
}

h1
{
   margin: 20px 0; 
}

.std-postcontent h2
{
   color: #505F62;    
}

h2
{
   margin: 22px 0;
   font-size: 28px; 
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited
{
   font-size: 28px; 
}

.std-postcontent h3
{
   color: #6A7D81;    
}

h3
{
   margin: 18px 0;
   font-size: 18px; 
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited
{
   font-size: 18px; 
}

.std-postcontent h4
{
   color: #252C2D;    
}

h4
{
   margin: 20px 0;
   font-size: 16px; 
}

h4 a, h4 a:link, h4 a:hover, h4 a:visited
{
   font-size: 16px; 
}

.std-postcontent h5
{
   color: #252C2D;    
}

h5
{
   margin: 23px 0;
   font-size: 14px; 
}

h5 a, h5 a:link, h5 a:hover, h5 a:visited
{
   font-size: 14px; 
}

.std-postcontent h6
{
   color: #353F41;    
}

h6
{
   margin: 28px 0;
   font-size: 12px; 
}

h6 a, h6 a:link, h6 a:hover, h6 a:visited
{
   font-size: 12px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#std-main
{
  position: relative;
  z-index: 0;
  width: 100%;
  overflow:hidden;
  left: 0;
  top: 0;
  cursor:default;
}

#std-page-background-glare
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  min-width: 800px;
}

#std-page-background-glare-image
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  background-position: top left;
}

html:first-child #std-page-background-glare
{
  border: 1px solid transparent; /* Opera fix */
}

body
{
  padding: 0; 
  margin:0;
  color: #252C2D;
  height:100%;
  background-color: #3E494C;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
  min-width: 800px;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:inline-block; 
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.std-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 51px;
  min-height: 51px;
  margin-top: 25px;
  margin-bottom: -5px;
  cursor:auto;
  width: 800px;
}

.std-sheet-body
{
  position: relative;
  padding: 5px;
    padding-top:5px;
    padding-bottom:5px;
}

.std-sheet-tr, .std-sheet-tl, .std-sheet-br, .std-sheet-bl, .std-sheet-tc, .std-sheet-bc,.std-sheet-cr, .std-sheet-cl
{
  position: absolute;
}

.std-sheet-tr, .std-sheet-tl, .std-sheet-br, .std-sheet-bl
{
  width: 70px;
  height: 70px;
  background-image: url('images/sheet_s.png');
}

.std-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 35px, 35px, auto);
}

.std-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 35px, 35px);
}

.std-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(35px, 35px, auto, auto);
}

.std-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(35px, auto, auto, 35px);
}

.std-sheet-tc, .std-sheet-bc
{
  left: 35px;
  right: 35px;
  height: 70px;
  background-image: url('images/sheet_h.png');
}

.std-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 35px, auto);
}

.std-sheet-bc
{
  bottom: 0;
  clip: rect(35px, auto, auto, auto);
}

.std-sheet-cr, .std-sheet-cl
{
  top: 35px;
  bottom: 35px;
  width: 70px;
  background-image: url('images/sheet_v.png');
}

.std-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 35px);
}

.std-sheet-cl
{
  left: 0;
  clip: rect(auto, 35px, auto, auto);
}

.std-sheet-cc
{
  position: absolute;
  top: 35px;
  left: 35px;
  right: 35px;
  bottom: 35px;
  background-color: #FFFFFF;
}

#std-page-background-top-texture, #std-page-background-middle-texture{
  min-width: 800px;
}

/* end Box, Sheet */

/* begin Header */
div.std-header
{
  margin: 0 auto;
  position: relative;
  width:100%;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
}

div.std-header-clip
{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:200px;
}

div.std-header-png
{
  position: absolute;
  left:0;
  top: 0;
  width: 790px;
  height: 200px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

div.std-header-jpeg
{
  position: absolute;
  top: 0;
  left:0;
  width: 790px;
  height: 200px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin HeaderObject */
div.std-headerobject
{
  display: block;
  left: 93%;
  margin-left: -273px;
  position: absolute;
  top: 39px;
  width: 294px;
  height: 186px;
  background-image: url('images/header-object.png');
}
/* end HeaderObject */

/* begin Logo */
div.std-logo
{
  display: block;
  position: absolute;
  top: 118px;
  left: 0;
  margin-left: 12px;
}

h1.std-logo-name
{
  display: block;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #DCE7EA !important;
}
h1.std-logo-name a, 
h1.std-logo-name a:link, 
h1.std-logo-name a:visited, 
h1.std-logo-name a:hover
{
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #DCE7EA !important;
}

h2.std-logo-text
{
  display: block;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #DCE7EA !important;
}
h2.std-logo-text a,
h2.std-logo-text a:link,
h2.std-logo-text a:visited,
h2.std-logo-text a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #DCE7EA !important;
}

#headline, #slogan 
{
    display: block;
    min-width: 150px;
    text-align: left;
}
/* end Logo */

/* begin Layout */
.std-content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.std-layout-cell, .std-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.std-content-layout .std-content-layout{width: auto;margin:0;}
.std-content-layout .std-layout-cell, .std-content-layout .std-layout-cell .std-content-layout .std-layout-cell{display: table-cell;}
.std-layout-cell .std-layout-cell{display: block;}
.std-content-layout-row {display: table-row;}
.std-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.std-block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 7px;
}

.std-block-body
{
  position: relative;
  padding: 0;
}

div.std-block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #65787B;
  border-style: solid;
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.std-blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 37px;
}

.std-blockheader h3.t
{
  position: relative;
  height: 37px;
  color: #D9E9CD;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-variant: small-caps;
  font-size: 13px;
  margin:0;
  padding: 0 11px 0 11px;
  white-space: nowrap;
  line-height: 37px;
}

.std-blockheader h3.t a,
.std-blockheader h3.t a:link,
.std-blockheader h3.t a:visited, 
.std-blockheader h3.t a:hover
{
  color: #D9E9CD;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-variant: small-caps;
  font-size: 13px;
}

.std-blockheader .l, .std-blockheader .r
{
  position: absolute;
  height: 37px;
  background-image: url('images/blockheader.png');
}

.std-blockheader .l
{
  left: 0;
  right: 9px;
}

.std-blockheader .r
{
  width: 790px;
  right: 0;
  clip: rect(auto, auto, auto, 781px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.std-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.std-blockcontent-body
{
  position: relative;
  padding: 7px;
  color: #252C2D;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.std-blockcontent-body li, 
.std-blockcontent-body a,
.std-blockcontent-body a:link,
.std-blockcontent-body a:visited,
.std-blockcontent-body a:hover
{
  color: #252C2D;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.std-blockcontent-body p
{
  margin: 6px 0;
}

.std-blockcontent-body a, .std-blockcontent-body a:link
{
  color: #436770;
  text-decoration: none;
}

.std-blockcontent-body a:visited, .std-blockcontent-body a.visited
{
  color: #899B9F;
  text-decoration: none;
}

.std-blockcontent-body a:hover, .std-blockcontent-body a.hover
{
  color: #59B1C5;
  text-decoration: underline;
}

.std-blockcontent-body ul li
{
  line-height: 125%;    
  color: #121616;
  padding: 0 0 0 11px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.std-button-wrapper a.std-button,
.std-button-wrapper a.std-button:link,
.std-button-wrapper input.std-button,
.std-button-wrapper button.std-button
{
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #191E1F !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 21px;
  height: 21px;
  margin: 0 !important;
  padding: 0 5px !important;
  overflow: visible;
  cursor: pointer;
}

.std-button img, .std-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.std-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .std-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
}

.std-block select 
{
    width:96%;
}

.std-button-wrapper.hover .std-button, .std-button-wrapper.hover a.std-button:link, .std-button:hover
{
  color: #152023 !important;
  text-decoration: none !important;
}

.std-button-wrapper.active .std-button, .std-button-wrapper.active a.std-button:link
{
  color: #D5DBDD !important;
}

.std-button-wrapper .std-button-l, .std-button-wrapper .std-button-r
{
  display: block;
  position: absolute;
  height: 73px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.std-button-wrapper .std-button-l
{
  left: 0;
  right: 3px;
}

.std-button-wrapper .std-button-r
{
  width: 407px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}

.std-button-wrapper.hover .std-button-l, .std-button-wrapper.hover .std-button-r
{
  top: -26px;
}

.std-button-wrapper.active .std-button-l, .std-button-wrapper.active .std-button-r
{
  top: -52px;
}

.std-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.std-post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 5px;
}

.std-post-body
{
  position: relative;
  padding: 15px;
}

a img
{
  border: 0;
}

.std-article img, img.std-article, .std-block img, .std-footer img
{
  border: solid 0 #65787B;
  margin: 7px;
}

std-article p
{
    text-align: center;
}

.std-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.std-article table, table.std-article
{
  border-collapse: collapse;
  margin: 1px;
}

.std-article th, .std-article td
{
  padding: 2px;
  border: solid 0px #65787B;
  vertical-align: top;
  text-align: left;
}

.std-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.std-postheader
{
  color: #304A50;
  margin: 6px 0;
  text-align: center;
}

h2.std-postheader a, 
h2.std-postheader a:link, 
h2.std-postheader a:visited,
h2.std-postheader a.visited,
h2.std-postheader a:hover,
h2.std-postheader a.hovered
{
  text-align: center;
}

h2.std-postheader a, h2.std-postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #486A2F;
}

h2.std-postheader a:visited, h2.std-postheader a.visited
{
  color: #73888C;
}

h2.std-postheader a:hover,  h2.std-postheader a.hovered
{
  color: #537C36;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.std-post ol, .std-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.std-post li
{
  font-size: 12px;
  color: #394446;
  padding: 0 0 0 11px;
}

.std-post li ol, .std-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.std-post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.std-post ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 11px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.std-postcontent blockquote,
.std-postcontent blockquote a,
.std-postcontent blockquote a:link,
.std-postcontent blockquote a:visited,
.std-postcontent blockquote a:hover
{
  color: #06090A;
}

.std-postcontent blockquote p
{
   margin: 17px 0 17px 17px;
}

.std-postcontent blockquote
{
   border: solid 0 #345056;
  margin: 10px 10px 10px 50px;
  padding: 15px 15px 15px 43px;
  background-color: #5A8B96;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin Footer */
.std-footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.std-footer-b 
{
  position: absolute;
  left:15px;
  right:15px;
  bottom:0;
  height:15px;
  background-image: url('images/footer_b.png');
}

.std-footer-r, .std-footer-l
{
  position: absolute;
  height:15px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.std-footer-l
{
  left: 0;
  width:15px;
}

.std-footer-r
{
  right: 0;
  width:30px;
  clip: rect(auto, auto, auto, 15px);
}

.std-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 15px;
  background-color: #272E30;
}

.std-footer-body
{
    position:relative;
    padding: 15px;
}

.std-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.std-footer-text,
.std-footer-text a,
.std-footer-text a:link,
.std-footer-text a:visited,
.std-footer-text a:hover
{
    color: #A8B5B8;
    font-size: 11px;
}

.std-footer-text
{
  min-height: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.std-footer-text a,
.std-footer-text a:link
{
  color: #699AA5;
  text-decoration: none;
}

.std-footer-text a:visited
{
  color: #CFD7D8;
}

.std-footer-text a:hover
{
  color: #59B1C5;
  text-decoration: underline;
}

div.std-footer img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-width: 0;
    border-color: #65787B;
  border-style: solid;
  margin: 10px;
}/* end Footer */

/* begin PageFooter */
.std-page-footer, 
.std-page-footer a,
.std-page-footer a:link,
.std-page-footer a:visited,
.std-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: #D8DEDF;
}

.std-page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #B3BFC1;
}
/* end PageFooter */

/* begin LayoutCell, content */

/* end LayoutCell, content */


