html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.4em;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #2F1C15;
	background-color: #000000;	
}

img.left{
	max-width: 100%;
	margin: 14px 22px 12px 0px;
	box-shadow: 1px 5px 5px #2F1C15;
}

img.right{
	max-width: 100%;
	margin: 14px 0px 12px 15px;
	box-shadow: 1px 5px 5px #2F1C15;
}

img.right2{
	max-width: 100%;
	margin: 14px 0px 12px 15px;
}


@font-face{ 
	font-family: 'EncorpadaProReg';
	src: url('../fonts/encorpadapro-semibold-webfont.eot');
	src: url('../fonts/encorpadapro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/encorpadapro-semibold-webfont.woff') format('woff'),
	     url('../fonts/encorpadapro-semibold-webfont.ttf') format('truetype'),
	     url('../fonts/encorpadapro-semibold-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'EncorpadaProReg';
	src: url('../fonts/encorpadapro-semibold-webfont.eot');
	src: url('../fonts/encorpadapro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/encorpadapro-semibold-webfont.woff') format('woff'),
	     url('../fonts/encorpadapro-semibold-webfont.ttf') format('truetype'),
	     url('../fonts/encorpadapro-semibold-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'mayfieldregular';
    src: url('../fonts/mayfield-webfont.eot');
    src: url('../fonts/mayfield-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mayfield-webfont.woff2') format('woff2'),
         url('../fonts/mayfield-webfont.woff') format('woff'),
         url('../fonts/mayfield-webfont.ttf') format('truetype'),
         url('../fonts/mayfield-webfont.svg#mayfieldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	margin-top: 14px;
}

.top24 {
	margin-top: 24px;
}

p.first {
	margin-top: 0px;
}

.clear-fix { clear: both; line-height: 1px; }

h1 {
	font-size: 22px;
	margin-bottom: 18px;
	font-family: open sans, verdana;
	line-height: 24px;
}

h2 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #2F1C15;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	margin: 24px 0px 0px 0px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop40 {
	margin-top: 40px;
}

#dividerfull {
	width: 100%;
	height: 1px;
	margin: 30px auto 0px auto;
	background-color: #444444;
}

ul {
	line-height: 20px;
	margin: 24px 0px 24px 24px;
}

ol {
	line-height: 1.4em;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #541204;
	margin: 20px 40px 0px 40px;
}

li {
	line-height: 1.4em;
}

li.tips {
	margin-top: 14px;
	font-weight: bold;
	color: #acacac;
}

li span {
	font-weight: normal;
	color: #541204;
}

sup {
	font-style: italic;
}

.supertext {
	font-style: italic;
	font-size: 12px;
}

.reviewer {
			width: 100%;
			font-family: HelveticaNeue, Helvetica Neue, arial, sans-serif;
			font-size: 12px;
			font-style: italic;
			text-align: right;
			color: #acacac;
			margin-top: 20px;
			}

/* begin details */
details > summary {
			padding: 0px;
			width: 100%;
			color: #876;
			background-color: #fff;
			border: none;
			cursor: pointer;
}

details > p {
			color: #000;
			background-color: #e5d5c5;
			padding: 10px 30px;
			margin: 0;
			box-shadow: 1px 5px 5px #2F1C15;
}

*:focus {
  outline: none;
}
/* end details */

a.bodylink:link {
					font-size: 14px;
					font-family: helvetica, sans-serif;
					color: #770000;
					text-decoration: none;
					}
a.bodylink:visited {
					font-size: 14px;
					font-family: helvetica, sans-serif;
					color: #846353;
					text-decoration: none;
					}
a.bodylink:active {
					font-size: 14px;
					font-family: helvetica, sans-serif;
					color: #770000;
					text-decoration: none;
					}
a.bodylink:hover {
					font-size: 14px;
					font-family: helvetica, sans-serif;
					color: #aa0000;
					text-decoration: none;
					}

a.footerlink:link {
					color: #cdd2e5;
					font-weight: bold;
					font-family: helvetica, sans-serif;
					text-decoration: none;
					}
a.footerlink:visited {
					color: #cdd2e5;
					font-weight: bold;
					font-family: helvetica, sans-serif;
					text-decoration: none;
					}
a.footerlink:active {
					color: #cdd2e5;
					font-weight: bold;
					font-family: helvetica, sans-serif;
					text-decoration: none;
					}
a.footerlink:hover {
					color: #fff;
					font-weight: bold;
					font-family: helvetica, sans-serif;
					text-decoration: none;
					}
					

a.keylinks:link {
					font-size: 12px;
					font-family: helvetica, sans-serif;
					color: #8b8b8b;
					text-decoration: none;
					}
a.keylinks:visited {
					font-size: 12px;
					font-family: helvetica, sans-serif;
					color: #8b8b8b;
					text-decoration: none;
					}
a.keylinks:active {
					font-size: 12px;
					font-family: helvetica, sans-serif;
					color: #8b8b8b;
					text-decoration: none;
					}
a.keylinks:hover {
					font-size: 12px;
					font-family: helvetica, sans-serif;
					color: #000;
					text-decoration: none;
					}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
