@charset "UTF-8";
@media screen,projection {
  body {
    width: 800px;
  }
  #mainBody {
    margin: 50px 60px 60px;
  }
  .switchPrintScreen {
    position: absolute;
    top: 0;
    left: 0;
  }
  .switchPrintScreen a {
    display: block;
    padding: .3333em .4167em 0 27px;
    text-decoration: underline;
    font-size: .8185em;
    font-weight: bold;
    width: 17.5em;
    height: 1.5em;
    line-height: 1.1em;
  }
  .switchPrintScreen a:focus,.switchPrintScreen a:hover {
    background: #EC6200;
    text-decoration: none;
    color: #FFF;
  }
}
@media screen,projection,print {
	body {
    font: 11pt/16pt Verdana, Geneva, sans-serif;
  }
	#mainNav,
	#header h2,
	#toolBar,
	#topLine,
	#leftCol .invisible,
  h2.invisible,
	#navLevel2,
	#navLevel3,
	#leftCol .clubService,
	.advert,
	#footer ul,
	.backTop,
	#acc,
	#breadcrumb,
	#footnote .hide,
	input.typeSubmit,
	#sortSitemap,
	#showSupport a, 
  #supportForm,
  #newsarchiv,
  p.pageNav,
  #sitemapLink {
	  display: none;
	}
	img,
	acronym,
	abbr {
	  border: none;
	}
	a:link,a:visited {
	  text-decoration: none;
	  color: #000;
	}
	hr {
    border: 1pt solid #555; 
    border-width: 1px 0 0;
	}
	input.typeText,
	textarea {
	  width: 99%;
	  border: 1pt solid #000;
	  border-width: 0 1pt 1pt;
	}
	#logoSSB {
	  margin:0 0 0 -15px;
	  padding: 0;
	}
	.switchPrintScreen {
	  margin: 0;
	  padding: 0;
	}
  #twoColBody hr {
    margin: 0 0 28pt;
  }
	h1, h2, h3, h4, h5, h6, p, ol, ul {
	  margin: 0;
	  padding: 0 0 12pt;
	}
	ol, ul {
	  margin-left:30pt;
	}
	.textImage {
	  margin:0 0 12pt;
	}
	h1 {
    font-size:18pt;
    line-height:24pt;
  }
  h2 {
    font-size:16pt;
    line-height:21pt;
  }
  h2 {
    font-size:14pt;
    line-height:18pt;
  }
  #footnote dd  {
    margin-left: 5%;
  }
  #footnote hr {
    margin-right: 75%;
  }
  #dialogBox h1,
  #footnote dt {
    clear: both;
    float: left;
  }
  #dialogBox p {
    padding: 6pt 0 0 30%;
  }
}
@media print {
	.switchPrintScreen {
	  display: none;
	}
}
