@charset "UTF-8";
h1 {
	color: rgb(41,12,84);
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	text-align: left;
	clear: left;
}
h2 {
	color: rgb(41,12,84);
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	clear: left;
}
h3 {
	color: rgb(0,0,0);
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 5px;
	line-height: 14pt;
}
h4, h5, h6 {
	color: rgb(0,0,0);
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 5px;
	line-height: 11pt;
}
p {
	font-family: 'helvetica_neue';
	color: rgb(0,0,0);
	font-size: 13px;
	margin-top: 0px;
	line-height: 18px;
}
p.indent {
	margin-left: 15px;
}
ul, ol, li {
	color: rgb(0,0,0);
	font-size: 10pt;
	margin-top: 0px;
	line-height: 14pt;
}
blockquote, blockquote p {
	font-style: italic;
	font-size: 10pt;
}
#content ul {
	font-size: 11pt;
	line-height: 12pt;
}
figcaption {
	font-family: 'refreshment-stand', cursive;
	text-align: center;
	font-size: 26pt;
	color: rgb(65,65,67);
	font-weight: normal;
	margin-bottom: 30px;
}

/*SIDEBAR TEXT*/
aside h1 {
	text-align: center;
	display: block;
	width: 90%;
	background-color: rgb(152,152,155);
	color: rgb(255,255,255);
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
aside h1 a:link {
	color: rgb(255,255,255);
	text-decoration: none;	
}
aside h1 a:visited {
	color: rgb(255,255,255);
	text-decoration: none;	
}
aside h1 a:hover {
	color: rgb(250,241,201);
	text-decoration: none;	
}
aside p {
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	color: rgb(95,95,98);
	font-size: 14px;
	margin-top: 5px;
	line-height: 16px;
}
