/* Top level elements */

body {
	color: #000;
	background-color: #fff;
	margin: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	line-height: 1;
}

h1 { font-size: 21px; margin: 30px 0 20px 0; }
h2 { font-size: 14px; margin: 4px 0 5px 0; }
h3 { font-size: 12px; margin: 0 0 2px 0; }

p {
	padding-bottom: 1.4em;
	margin: 0;
}

a {
	color: #000;
	text-decoration: underline; 
}

ul {
	margin-top: 0;
}

/* Layout */

#top,
#topnav,
#leftnav,
#rightnav,
#footer,
.ticker_small,
.search_result_page,
.puffcontent,
.print {
	display: none;
}

#wrapper {
	width: 530px;
	margin: 0 auto;
}

.content {
	font: 15px Times, serif;
	line-height: 1.3;
	border-top: 1px solid black;
	margin-top: 4px;
}

.startimage {
	margin: 20px 0;
}

/* Special */

.ingress {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
}

.contentimage {
	float: right;
	padding: 0 0 20px 20px;
}

.contentimage span {
	display: block;
	font: 11px Verdana, sans-serif;
	padding-top: 4px;
}

.editor {
	font: 11px Verdana, sans-serif;
	margin-bottom: 20px;
}

.editor span {
	display: block;
	border-top: 1px solid black;
	padding-top: 5px;
	margin-top: 5px;
}

/* Lists and tables */

.list {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
}

.listwrapper {
	margin: 3px 0;
}

.list_color_0_icon, .list_color_1_icon,
.list_color_0,      .list_color_1 {
	padding: 3px;
}

.list_color_1_icon {
	background-color: #f3f3f3;
}

