/* CSS for Typography */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
}

h1, h2, p, li {
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

h3 {
	line-height: 1.1em;
}

#content ul {
	list-style-type: disc;
	padding-left: 3em;
}

#content h2 {
	padding-left: 19px;
	padding-bottom: 0;
}

#content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 19px;
}

#content h4 {
	font-weight: bold;
	padding-left: 19px;
}

#content a {
	text-decoration:underline;
}

a {
	text-decoration: none;
}

.fullarticle:link {
	text-decoration: underline;
}

.articlenav {
	font-size: .9em;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

#inside {
	font-size: .9em;
	font-weight:normal;
}

#content {
	line-height: 1.3em;
}

#resources {
	font-size: .9em;
}

#resources .sidebarlink a {
	font-size: .9em;
}

.sidebarlink span {
	font-size: .8em;
}

#resources a{
	text-decoration: underline;
}

#publishinginfo {
	font-size: 0.75em;
}

#publishinginfo a {
	text-decoration: underline;
}

#footer {
	font-size: 0.75em;
}

#footer a {
	text-decoration: underline;
}

#footerright p{
	padding: 1em 2em .75em 0;
}

.description {
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
}

#masthead .edition {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 1.3em;
}

.fullarticle {
	font-size: .9em;
}

