/* begin Page */


#Alpine-main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.Alpine-postcontent,
.Alpine-postcontent li,
.Alpine-postcontent table,
.Alpine-postcontent a,
.Alpine-postcontent a:link,
.Alpine-postcontent a:visited,
.Alpine-postcontent a.visited,
.Alpine-postcontent a:hover,
.Alpine-postcontent a.hovered
{
    font-family: Arial, Helvetica, Sans-Serif;
}

.Alpine-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: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

.Alpine-postcontent a
{
  text-decoration: none;
  color: #3B3E63;
}

.Alpine-postcontent a:link
{
  text-decoration: none;
  color: #3B3E63;
}

.Alpine-postcontent a:visited, .Alpine-postcontent a.visited
{
  color: #4F4F4F;
}

.Alpine-postcontent  a:hover, .Alpine-postcontent a.hover
{
  text-decoration: underline;
  color: #4F4F4F;
}

.Alpine-postcontent h1
{
   color: #3B3E63;
margin: 21px 0;    
}

.Alpine-blockcontent h1
{
margin: 21px 0; 
}

.Alpine-postcontent h2
{
   color: #3B3E63;
margin: 19px 0;
   font-size: 24px;    
}

.Alpine-blockcontent h2
{
margin: 19px 0;
   font-size: 24px; 
}

.Alpine-postcontent h2 a, .Alpine-postcontent h2 a:link, .Alpine-postcontent h2 a:hover, .Alpine-postcontent h2 a:visited, .Alpine-blockcontent h2 a, .Alpine-blockcontent h2 a:link, .Alpine-blockcontent h2 a:hover, .Alpine-blockcontent h2 a:visited 
{
   font-size: 24px; 
}

.Alpine-postcontent h3
{
   color: #8386B4;
margin: 19px 0;
   font-size: 19px;    
}

.Alpine-blockcontent h3
{
margin: 19px 0;
   font-size: 19px; 
}

.Alpine-postcontent h3 a, .Alpine-postcontent h3 a:link, .Alpine-postcontent h3 a:hover, .Alpine-postcontent h3 a:visited, .Alpine-blockcontent h3 a, .Alpine-blockcontent h3 a:link, .Alpine-blockcontent h3 a:hover, .Alpine-blockcontent h3 a:visited 
{
   font-size: 19px; 
}

.Alpine-postcontent h4
{
   color: #1B1C2D;
margin: 20px 0;
   font-size: 16px;    
}

.Alpine-blockcontent h4
{
margin: 20px 0;
   font-size: 16px; 
}

.Alpine-postcontent h4 a, .Alpine-postcontent h4 a:link, .Alpine-postcontent h4 a:hover, .Alpine-postcontent h4 a:visited, .Alpine-blockcontent h4 a, .Alpine-blockcontent h4 a:link, .Alpine-blockcontent h4 a:hover, .Alpine-blockcontent h4 a:visited 
{
   font-size: 16px; 
}

.Alpine-postcontent h5
{
   color: #1B1C2D;
margin: 26px 0;
   font-size: 13px;    
}

.Alpine-blockcontent h5
{
margin: 26px 0;
   font-size: 13px; 
}

.Alpine-postcontent h5 a, .Alpine-postcontent h5 a:link, .Alpine-postcontent h5 a:hover, .Alpine-postcontent h5 a:visited, .Alpine-blockcontent h5 a, .Alpine-blockcontent h5 a:link, .Alpine-blockcontent h5 a:hover, .Alpine-blockcontent h5 a:visited 
{
   font-size: 13px; 
}

.Alpine-postcontent h6
{
   color: #282A43;
margin: 35px 0;
   font-size: 11px;    
}

.Alpine-blockcontent h6
{
margin: 35px 0;
   font-size: 11px; 
}

.Alpine-postcontent h6 a, .Alpine-postcontent h6 a:link, .Alpine-postcontent h6 a:hover, .Alpine-postcontent h6 a:visited, .Alpine-blockcontent h6 a, .Alpine-blockcontent h6 a:link, .Alpine-blockcontent h6 a:hover, .Alpine-blockcontent h6 a:visited 
{
   font-size: 11px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html 
{
    height:100%;
}

#Alpine-main
{
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:visible;
  float: left;
  clear: left;
}

#Alpine-page-background-glare
{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
  min-width: 900px;
}

#Alpine-page-background-glare-image
{
   width:100%;  
  position: fixed;
  top: 0;
  height:160px;
    background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  background-position: center top;
}

html:first-child #Alpine-page-background-glare
{
  border: 1px solid transparent; /* Opera fix */
}

body
{
  padding: 0; 
  margin:0;
  color: #242424;
  height:100%;
  min-height:100%;
  background-color: #FFFFFF;
  min-width: 900px;
}

.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:table; 
}

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

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

/* begin Menu */
/* menu structure */

.Alpine-hmenu a, .Alpine-hmenu a:link, .Alpine-hmenu a:visited, .Alpine-hmenu a:hover
{
    outline: none;
}

.Alpine-hmenu, .Alpine-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.Alpine-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.Alpine-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.Alpine-hmenu li li
{
  float: none;
}

.Alpine-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.Alpine-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.Alpine-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.Alpine-hmenu:after, .Alpine-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.Alpine-hmenu{
  min-height: 0;
  position:relative;
  padding: 10px 6px 10px 6px;
}

.Alpine-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

div.Alpine-nav-center
{
  position: relative;
  float: right;
  right: 50%;
}

ul.Alpine-hmenu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.Alpine-hmenu
{
  float: none;
}

/* menu structure */

.Alpine-nav
{
   position: relative;
  width:900px;
  margin:0 auto;
  min-height: 48px;
  z-index: 100;
    margin-top: 17px;
    margin-bottom: -3px;
}

.Alpine-nav-outer
{
    position:absolute;
    width:100%;
}

.Alpine-nav-wrapper 
{
        position: relative;
    width:900px;
    margin:0 auto;
}
.Alpine-nav-inner 
{
    margin: 0 4px;
}

.Alpine-nav-l, .Alpine-nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.Alpine-nav-l
{
  left: 0;
  right: 12px;
}

.Alpine-nav-r
{
  right: 0;
  width: 900px;
  clip: rect(auto, auto, auto, 888px);
}

/* end Menu */

/* begin MenuItem */
.Alpine-hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.Alpine-hmenu ul li
{
    margin:0;
    clear: both;
}

.Alpine-hmenu a .r, .Alpine-hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 94px;
  background-image: url('images/menuitem.png');
}

.Alpine-hmenu a .l
{
  left: 0;
  right: 4px;
}

.Alpine-hmenu a .r
{
  width: 408px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}

.Alpine-hmenu a .t, .Alpine-hmenu ul a, .Alpine-hmenu a:link, .Alpine-hmenu a:visited, .Alpine-hmenu a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.Alpine-hmenu a .t
{
  color: #FFFFFF;
  padding: 0 14px;
  margin: 0 4px;
  line-height: 28px;
  text-align: center;
}

.Alpine-hmenu a:hover .l, .Alpine-hmenu a:hover .r
{
  top: -33px;
}

.Alpine-hmenu li:hover>a .l, .Alpine-hmenu li:hover>a .r
{
  top: -33px;
}

.Alpine-hmenu li:hover a .l, .Alpine-hmenu li:hover a .r
{
  top: -33px;
}
.Alpine-hmenu a:hover .t
{
  color: #000000;
}

.Alpine-hmenu li:hover a .t
{
  color: #000000;
}

.Alpine-hmenu li:hover>a .t
{
  color: #000000;
}

.Alpine-hmenu a.active .l, .Alpine-hmenu a.active .r
{
  top: -66px;
}

.Alpine-hmenu a.active .t
{
  color: #FFFFFF;
}
/* end MenuItem */

/* begin MenuSeparator */
.Alpine-hmenu .Alpine-hmenu-li-separator
{
  display: block;
  width: 30px;
  height:28px;
}
/* end MenuSeparator */

/* begin MenuSubItem */
.Alpine-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 26px;
  width: 180px;
  overflow: hidden;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #696DA5;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #1C1C1C;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin:0;
  padding:0;
}

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

.Alpine-hmenu ul a:link, .Alpine-hmenu ul a:visited, .Alpine-hmenu ul a:hover, .Alpine-hmenu ul a:active, .Alpine-nav ul.Alpine-hmenu ul span, .Alpine-nav ul.Alpine-hmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #1C1C1C;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin:0;
  padding:0;
}

.Alpine-hmenu ul li a:hover
{
  color: #000000;
  border-color: #696DA5;
  background-position: 0 -26px;
}

.Alpine-hmenu ul li:hover>a
{
  color: #000000;
  border-color: #696DA5;
  background-position: 0 -26px;
}

.Alpine-nav .Alpine-hmenu ul li a:hover span, .Alpine-nav .Alpine-hmenu ul li a:hover span span
{
  color: #000000;
}

.Alpine-nav .Alpine-hmenu ul li:hover>a span, .Alpine-nav .Alpine-hmenu ul li:hover>a span span
{
  color: #000000;
}

/* end MenuSubItem */

/* begin Box, Sheet */
.Alpine-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 25px;
  min-height: 25px;
  margin-top: 7px;
  margin-bottom: -3px;
  cursor:auto;
  width: 900px;
}

.Alpine-sheet-body
{
  position: relative;
  padding: 4px;
    padding-top:4px;
    padding-bottom:4px;
}

.Alpine-sheet-tr, .Alpine-sheet-tl, .Alpine-sheet-br, .Alpine-sheet-bl, .Alpine-sheet-tc, .Alpine-sheet-bc,.Alpine-sheet-cr, .Alpine-sheet-cl
{
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

.Alpine-sheet-cc
{
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #FFFFFF;
}

#Alpine-page-background-top-texture, #Alpine-page-background-middle-texture{
  min-width: 900px;
}

/* end Box, Sheet */

/* begin Header */
div.Alpine-header
{
    margin: 0 auto;
  position: relative;
  width:100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

div.Alpine-header-clip
{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:150px;
}

div.Alpine-header-center
{
	position: relative;
	width: 892px;
	left:50%;
}

div.Alpine-header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 892px;
  height: 150px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

div.Alpine-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 892px;
  height: 150px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin HeaderObject */
div.Alpine-headerobject
{
  display: block;
  left: 7%;
  margin-left: -8px;
  position: absolute;
  top: 0;
  width: 110px;
  height: 150px;
  background-image: url('images/header-object.png');
}
/* end HeaderObject */

/* begin Logo */
div.Alpine-logo
{
  display: block;
  position: absolute;
  top: 43px;
  left: 54%;
  margin-left: -311px;
  width: 725px;
}

h1.Alpine-logo-name
{
  display: block;
  text-align: center;
  font-family: FrankRuehl,Arial, Helvetica, Sans-Serif;
  font-size: 48px;
  padding: 0;
  margin: 0;
  color: #164469 !important;
}
h1.Alpine-logo-name a, 
h1.Alpine-logo-name a:link, 
h1.Alpine-logo-name a:visited, 
h1.Alpine-logo-name a:hover
{
  font-family: FrankRuehl,Arial, Helvetica, Sans-Serif;
  font-size: 48px;
  padding: 0;
  margin: 0;
  color: #164469 !important;
}

h2.Alpine-logo-text
{
  display: block;
  text-align: center;
  font-family: FrankRuehl,Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #878787 !important;
}
h2.Alpine-logo-text a,
h2.Alpine-logo-text a:link,
h2.Alpine-logo-text a:visited,
h2.Alpine-logo-text a:hover
{
  font-family: FrankRuehl,Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #878787 !important;
}

#headline, #slogan 
{
    display: block;
    min-width: 150px;
    text-align: center;
}
/* end Logo */

/* begin Layout */
.Alpine-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;
}
.Alpine-layout-cell, .Alpine-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.Alpine-content-layout .Alpine-content-layout{margin:0;}
.Alpine-content-layout .Alpine-layout-cell, .Alpine-content-layout .Alpine-layout-cell .Alpine-content-layout .Alpine-layout-cell{display: table-cell;}
.Alpine-layout-cell .Alpine-layout-cell{display: block;}
.Alpine-content-layout-row {display: table-row;}
.Alpine-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.Alpine-block
{
  position: relative;
  min-width: 37px;
  min-height: 37px;
  margin: 10px;
}

.Alpine-block-body
{
  position: relative;
  padding: 8px;
}

.Alpine-block-tr, .Alpine-block-tl, .Alpine-block-br, .Alpine-block-bl, .Alpine-block-tc, .Alpine-block-bc,.Alpine-block-cr, .Alpine-block-cl
{
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

.Alpine-block-cc
{
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: #FFFFFF;
}

div.Alpine-block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-width: 0;
    border-color: #696DA5;
  border-style: solid;
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.Alpine-blockheader
{
  margin-bottom: 7px;
  position: relative;
  height: 40px;
}

.Alpine-blockheader h3.t
{
  position: relative;
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  margin:0;
  padding: 0 11px 0 6px;
  white-space: nowrap;
  line-height: 40px;
}

.Alpine-blockheader h3.t a,
.Alpine-blockheader h3.t a:link,
.Alpine-blockheader h3.t a:visited, 
.Alpine-blockheader h3.t a:hover
{
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.Alpine-blockheader .l, .Alpine-blockheader .r
{
  position: absolute;
  height: 40px;
  background-image: url('images/blockheader.png');
}

.Alpine-blockheader .l
{
  left: 0;
  right: 11px;
}

.Alpine-blockheader .r
{
  width: 892px;
  right: 0;
  clip: rect(auto, auto, auto, 881px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.Alpine-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 17px;
  min-height: 17px;
}

.Alpine-blockcontent-body
{
  position: relative;
  padding: 4px;
  color: #242424;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.Alpine-blockcontent-tr, .Alpine-blockcontent-tl, .Alpine-blockcontent-br, .Alpine-blockcontent-bl, .Alpine-blockcontent-tc, .Alpine-blockcontent-bc,.Alpine-blockcontent-cr, .Alpine-blockcontent-cl
{
  position: absolute;
}

.Alpine-blockcontent-tr, .Alpine-blockcontent-tl, .Alpine-blockcontent-br, .Alpine-blockcontent-bl
{
  width: 16px;
  height: 16px;
  background-image: url('images/blockcontent_s.png');
}

.Alpine-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 8px, 8px, auto);
}

.Alpine-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 8px, 8px);
}

.Alpine-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(8px, 8px, auto, auto);
}

.Alpine-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(8px, auto, auto, 8px);
}

.Alpine-blockcontent-tc, .Alpine-blockcontent-bc
{
  left: 8px;
  right: 8px;
  height: 16px;
  background-image: url('images/blockcontent_h.png');
}

.Alpine-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 8px, auto);
}

.Alpine-blockcontent-bc
{
  bottom: 0;
  clip: rect(8px, auto, auto, auto);
}

.Alpine-blockcontent-cr, .Alpine-blockcontent-cl
{
  top: 8px;
  bottom: 8px;
  width: 16px;
  background-image: url('images/blockcontent_v.png');
}

.Alpine-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 8px);
}

.Alpine-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 8px, auto, auto);
}

.Alpine-blockcontent-cc
{
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background-color: #E6E6F0;
}

.Alpine-blockcontent-body table,
.Alpine-blockcontent-body li, 
.Alpine-blockcontent-body a,
.Alpine-blockcontent-body a:link,
.Alpine-blockcontent-body a:visited,
.Alpine-blockcontent-body a:hover
{
  color: #242424;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.Alpine-blockcontent-body p
{
  margin: 6px 0;
}

.Alpine-blockcontent-body a, .Alpine-blockcontent-body a:link
{
  color: #3B3E63;
  text-decoration: underline;
}

.Alpine-blockcontent-body a:visited, .Alpine-blockcontent-body a.visited
{
  color: #878787; 
  text-decoration: none;
}

.Alpine-blockcontent-body a:hover, .Alpine-blockcontent-body a.hover
{
  color: #505486;
  text-decoration: none;
}

.Alpine-blockcontent-body ul li
{
  line-height: 125%;    
  color: #363636;
  padding: 0 0 0 12px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.Alpine-button-wrapper a.Alpine-button,
.Alpine-button-wrapper a.Alpine-button:link,
.Alpine-button-wrapper input.Alpine-button,
.Alpine-button-wrapper button.Alpine-button
{
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #000000 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: visible;
  cursor: pointer;
}

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

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

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

input, select, textarea
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.Alpine-block select 
{
    width:96%;
}

.Alpine-button-wrapper.hover .Alpine-button, .Alpine-button-wrapper.hover a.Alpine-button:link, .Alpine-button:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}

.Alpine-button-wrapper.active .Alpine-button, .Alpine-button-wrapper.active a.Alpine-button:link
{
  color: #C0DBF2 !important;
}

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

.Alpine-button-wrapper .Alpine-button-l
{
  left: 0;
  right: 10px;
}

.Alpine-button-wrapper .Alpine-button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.Alpine-button-wrapper.hover .Alpine-button-l, .Alpine-button-wrapper.hover .Alpine-button-r
{
  top: -37px;
}

.Alpine-button-wrapper.active .Alpine-button-l, .Alpine-button-wrapper.active .Alpine-button-r
{
  top: -74px;
}

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

/* begin Box, Post */
.Alpine-post
{
  position:relative;
  min-width: 37px;
  min-height: 37px;
  margin: 10px;
}

.Alpine-post-body
{
  position: relative;
  padding: 16px;
}

.Alpine-post-tr, .Alpine-post-tl, .Alpine-post-br, .Alpine-post-bl, .Alpine-post-tc, .Alpine-post-bc,.Alpine-post-cr, .Alpine-post-cl
{
  position: absolute;
}

.Alpine-post-tr, .Alpine-post-tl, .Alpine-post-br, .Alpine-post-bl
{
  width: 48px;
  height: 48px;
  background-image: url('images/post_s.png');
}

.Alpine-post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 24px, 24px, auto);
}

.Alpine-post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 24px, 24px);
}

.Alpine-post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(24px, 24px, auto, auto);
}

.Alpine-post-br
{
  bottom: 0;
  right: 0;
  clip: rect(24px, auto, auto, 24px);
}

.Alpine-post-tc, .Alpine-post-bc
{
  left: 24px;
  right: 24px;
  height: 48px;
  background-image: url('images/post_h.png');
}

.Alpine-post-tc
{
  top: 0;
  clip: rect(auto, auto, 24px, auto);
}

.Alpine-post-bc
{
  bottom: 0;
  clip: rect(24px, auto, auto, auto);
}

.Alpine-post-cr, .Alpine-post-cl
{
  top: 24px;
  bottom: 24px;
  width: 48px;
  background-image: url('images/post_v.png');
}

.Alpine-post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 24px);
}

.Alpine-post-cl
{
  left: 0;
  clip: rect(auto, 24px, auto, auto);
}

.Alpine-post-cc
{
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: #E6E6F0;
}

a img
{
  border: 0;
}

.Alpine-article img, img.Alpine-article, .Alpine-block img, .Alpine-footer img
{
  border: solid 0 #696DA5;
  margin: 7px;
}

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

.Alpine-article table, table.Alpine-article
{
  border-collapse: collapse;
  margin: 1px;
}

.Alpine-article th, .Alpine-article td
{
  padding: 2px;
  border: solid 1px #54588C;
  vertical-align: top;
  text-align: left;
}

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

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

/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.Alpine-postmetadataheader
{
  overflow:;/* Changed from "Hidden" to blank for compatibility issue in IE */
  padding: 1px;
  background-color: #1B517E;
  border-color: #696DA5;
  border-style: solid;
  border-width: 0;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
h2.Alpine-postheader
{
  color: #FFFFFF;
  margin: 5px 0;	
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 28px;
  text-align: center;
}

h2.Alpine-postheader a, 
h2.Alpine-postheader a:link, 
h2.Alpine-postheader a:visited,
h2.Alpine-postheader a.visited,
h2.Alpine-postheader a:hover,
h2.Alpine-postheader a.hovered
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 28px;
  text-align: center;
}

h2.Alpine-postheader a, h2.Alpine-postheader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-align: center;
  text-decoration: none;
  color: #B6B8D3;
}

h2.Alpine-postheader a:visited, h2.Alpine-postheader a.visited
{
  color: #D6D6D6;
}

h2.Alpine-postheader a:hover,  h2.Alpine-postheader a.hovered
{
  color: #C4C4C4;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.Alpine-postheadericons,
.Alpine-postheadericons a,
.Alpine-postheadericons a:link,
.Alpine-postheadericons a:visited,
.Alpine-postheadericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #373A5C;
}

.Alpine-postheadericons
{
  padding: 1px;
}

.Alpine-postheadericons a, .Alpine-postheadericons a:link
{
  text-decoration: none;
  color: #4F4F4F;
}

.Alpine-postheadericons a:visited, .Alpine-postheadericons a.visited
{
  font-style: italic;
  font-weight: normal;
  color: #4F4F4F;
}

.Alpine-postheadericons a:hover, .Alpine-postheadericons a.hover
{
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #3B3E63;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.Alpine-post ol, .Alpine-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.Alpine-post li
{
  font-size: 13px;
  color: #363636;
  padding: 0;
}

.Alpine-post li ol, .Alpine-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

/* end PostBullets */

/* begin PostQuote */
.Alpine-postcontent blockquote,
.Alpine-postcontent blockquote a,
.Alpine-postcontent blockquote a:link,
.Alpine-postcontent blockquote a:visited,
.Alpine-postcontent blockquote a:hover
{
  color: #0A0A10;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.Alpine-postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.Alpine-postcontent blockquote
{
   border: solid 0 #C7C7C7;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 28px;
  background-color: #AFB1CF;
  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 PostIcons, PostFooterIcons */
.Alpine-postfootericons,
.Alpine-postfootericons a,
.Alpine-postfootericons a:link,
.Alpine-postfootericons a:visited,
.Alpine-postfootericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #454873;
}

.Alpine-postfootericons
{
  padding: 1px;
}

.Alpine-postfootericons a, .Alpine-postfootericons a:link
{
  text-decoration: none;
  color: #4F4F4F;
}

.Alpine-postfootericons a:visited, .Alpine-postfootericons a.visited
{
  color: #4F4F4F;
}

.Alpine-postfootericons a:hover, .Alpine-postfootericons a.hover
{
  color: #3B3E63;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.Alpine-footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.Alpine-footer-b 
{
  position: absolute;
  left:5px;
  right:5px;
  bottom:0;
  height:5px;
  background-image: url('images/footer_b.png');
}

.Alpine-footer-r, .Alpine-footer-l
{
  position: absolute;
  height:5px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.Alpine-footer-l
{
  left: 0;
  width:5px;
}

.Alpine-footer-r
{
  right: 0;
  width:10px;
  clip: rect(auto, auto, auto, 5px);
}

.Alpine-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #9EC8EA;
}

.Alpine-footer-body
{
    position:relative;
    padding: 5px;
}

.Alpine-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.Alpine-footer-text,
.Alpine-footer-text a,
.Alpine-footer-text a:link,
.Alpine-footer-text a:visited,
.Alpine-footer-text a:hover,
.Alpine-footer-text td, 
.Alpine-footer-text th,
.Alpine-footer-text caption
{
    color: #1A1A1A;
    font-size: 11px;
}

.Alpine-footer-text
{
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.Alpine-footer-text a,
.Alpine-footer-text a:link
{
  color: #212236;
  text-decoration: none;
}

.Alpine-footer-text a:visited
{
  color: #404040;
}

.Alpine-footer-text a:hover
{
  color: #000000;
  text-decoration: underline;
}

div.Alpine-footer img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #696DA5;
  border-style: solid;
  margin: 0;
}/* end Footer */

/* begin PageFooter */
.Alpine-page-footer, 
.Alpine-page-footer a,
.Alpine-page-footer a:link,
.Alpine-page-footer a:visited,
.Alpine-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: #434670;
}

.Alpine-page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #595959;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.Alpine-content-layout .Alpine-sidebar1
{
  width: 240px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

/* end LayoutCell, content */


