html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
/*	border-spacing: 0;  */ 
}

/* Global Stylesheet (Screen) */

body {
  background-color: rgb(38,38,38);
  font-family: sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */ 
  margin: 0; 
  padding: 0; 
}

html > body {
  font-size: 9pt;
}

#container {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto; 
  max-width: 1024px; 
  align: center; 
}

/* Header */

#header {   
  background-image: url('pictures/header.gif'); 
  background-repeat: no-repeat;
  height: 112px; 
  padding: 1px 0; 
}

h1 {
  color: white;
  font-size: 30pt; 
  font-weight: bold; 
  font-style: italic; 
  text-align: left;  
  margin-top: 20px; 
  margin-left: 10px;
  margin-bottom: -15px; 
}

h1 a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 32pt;
  font-weight: bold;
  font-style: italic; 
}

h1 span {
  color: white;
  font-weight: bold;
}

.subHeader {
  text-align: right; 
  color: white;
  margin: -35 0 0 0px;  
}

.subHeader a {
  color: white;
  background-color: none;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0 0px; 
}

.subHeader a:hover {
  color: gray;
  background-color: none;
}

/*  Main Copy  */

#main-copy {
  color: black;
  background-color: white;
  text-align: left;
/*  line-height: 1.3em; */
  overflow:hidden;
}

#main-copy h1 {
  color: black;
  background-color: transparent;
  font-size: 220%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0 0 0 0;
  padding: 1em 0 0.25em .5em;
}

#main-copy h2 {
  color: rgb(0,0,0);
  background-color: transparent;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
 /* margin: 0 0 0.5em 0; */
  padding: 1.0em 0 .25em .5em; 
/*  border-bottom: 1px solid black;  */
}

#main-copy a {
  color: rgb(10,10,180); 
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 0.5em 0 1em 0;
  padding: 0 1em 0 1em;
  font-size: 125%;
  line-height: 120%
}

.imageFloatRight {
  float: right;
  margin: 2em; 
}

.imageCenter {
  display: block; 
  text-align: center; 
}

/* table {
  width: 98%; 
  font-size: 10pt;
  margin: 0 0 0 5px; 
} 

td {
  text-align: left; 
  padding: 5px; 
  vertical-align: top; 
}  */

ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 4em;
}

li {
  padding: 0 1em 1em 0em;
  font-size: 125%;
  line-height: 120%
}

dl {
  margin: 2em;
  padding-top: 0.5em;
  font-size: 125%;
  line-height: 120%
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.priceTableLeft {
  padding: 1em 1em 1em 1em;
  font-weight: bold; 
  text-align:center;
}

.priceTableRight {
  padding: 1em 5em 1em 1em;
  font-weight: bold; 
  text-align:center;
  border-right: 1px solid black;
}

/* Footer */

#footer {
  color: white;
  background-color: transparent;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
