@charset "utf-8";

#content h1 {
margin-bottom:12px;
}

/* lead */
#content .lead {
margin:0 3px 23px;
}
#content .lead p {
font-size:1.2em;
}

/* each section */
#content .section {
width:598px;
margin-bottom:16px;
padding:0 21px;
border:1px solid #B2B2B2;
background-color:#FCFCFC;
font-size:1.2em;
}
#content .section h2 {
position:relative;
height:100%;
margin:-1px -22px 4px;
}
#content .section h3 {
font-weight:normal;
}
#content .section p,
#content .section ul {
margin-bottom:15px;
}
#content .section ul {
list-style:disc outside;
margin-left:1.5em;
}
#content .section ul .notes {
display:block;
margin-left:-1.5em;
padding-left:1em;
text-indent:-1em;
}
#content .section ul ol {
margin-left:-1.5em;
}
#content .section ol li {
position:relative;
height:100%;
padding-left:3em;
}
#content .section ol span {
position:absolute;
top:0;
left:0;
display:block;
width:3em;
}


