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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

body {
	font-size: 62.5%;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	line-height: 1;
	color: black;
	background: white;
	width: 940px;
	padding: 0 10px;
	margin: 10px auto;
}

.subtitle {

	display: inline;
	float: left;
	height: 88px;
	width: 245px;
	margin: 20px 20px 20px 0;
	background: url('images/braille_title.png') no-repeat left top;
	text-indent: -9999px;

	}

em {
	font-style: italic;
	}
	
h1 {

	margin: 0 0 0 265px;
	padding: 60px 0 0 0;
	font-size: 1.8em;

	}

h2 {

	clear: both;
	font-size: 1.7em;
	line-height: 1.8em;
	margin: .8em 0 0 0;

	}
	
h3 {

	font-size: 1.5em;
	line-height: 1.6em;
	margin: .8em 0;
	border-bottom: 1px solid;
	clear: both;

	}
	
ol, ul {
	
	margin: 0 0 0 2em;

	}
	
	ol li, ul li {
		
		margin: 0 0 .6em 0;
	
		}

#content {

	font-size: 1.4em;
	line-height: 1.6em;

	}
	
	#content p {
	
		margin: 0 0 .8em 0;
	
		}
		
		.note {
			
			font-size: .9em;
		
			}
			
	.articleImg {

		display: inline;
		float: right;
		padding: 10px;
		margin: 0 0 20px 20px;
		background: #ffc;
		border: 1px solid #ccc;

		}
	
		.ciyArticleImg img {
	
			border: 1px solid #ccc;
	
			}
		
		#content .ciyArticleImg p {
		
			font-size: .9em;
			margin: 5px 0 0 0;
	
			}

