html {
	font-size: 100%;
}
body {
	font: .95em/1.8 Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
body {
	background-color: #CCC;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 1.07em 0px .66em;
	clear: both;
}
h1 {
	padding: .0em;
	margin: 0;
	letter-spacing: .25em;
	padding: 0.81em 16px .5em;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	background: #333;
	color: #CCC;
	position: relative;
	left: -16px;
	top: 0px;
	width: 720px;
}
h1 a:link, h1 a:visited {
	color: #CCC;
	text-decoration: none;
}

h2 {
	font-size: 2em;
	clear: left;
}
h2 {
	border-bottom: 1px solid #CCCCCC;
}
h3 {
	font-size: 1.35em;
}

img {
	border: none;
	max-width: 100%;
}
table {
	margin: 0 auto;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #999;
	padding: 4px 8px;
}
caption {
	font-weight: bold;
	padding: 4px 0px;
}
input, textarea {
	display: block;
	width: 20em;
	margin-bottom: 1em;
}
textarea {
	display: block;
	width: 99%;
	height: 20em;
}
select {
	display: block;
}
.button {
	width: auto;
}
a:link, a:visited {
	color: #006;
	text-decoration: underline;
}
a:hover, a:active, #articles h3 {
	color: #006;
	text-decoration: none;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active{
	text-decoration: none;
}
#wrap, #container {
	position: relative;
	margin: 0 auto;
	width: 720px;
	text-align: left;
	background-color: #FFF;
	padding: 0 16px 16px;
	padding-bottom: 4em;

}
#articles {
	width: 560px;
	float: left;
}
#articles h3 a {
	text-decoration: none;
}
#articles h3:hover {
	text-decoration: underline;
}
#books {
	width: 144px;
	float: right;
}
.icon {
	float: left;
	margin: 0 8px 4px 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;

}
#books {
	text-align: center;
	float: right;
	padding-right: 8px;
}
.article p {
	overflow: hidden;
}
#books img {
	display: block;
	margin: .5em .5em 0 .5em;
	
}
.figure {
	text-align: center;
	font-weight: bold;
	font-size: 85%;

}
.figure img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.insert {
	background-color: #DEF;
	margin: 12px 0;
}
#articles .insert { font-size: .9em; }
.article h3, .article div { margin: 0; }
div.insert, p.insert, blockquote.insert, table.insert {
	border: 2px solid #ACF;
	padding: 0 1em;
}
.date {
	font-weight: bold;
}
.contents {
	width: 21em;
	margin: 0 auto;
	text-align: center;
	margin-top: 1em;
}
.contents h2 {
	letter-spacing: .25em;
	text-align: center;
}
.copyright {
	font-size: small;
	text-align: center;
	margin-top: 4em;
	color: #666;
}
.bannerad {
	padding: 16px 40px 8px;
	text-align: left;
}
.localnav {
	float: right;
	text-align: right;
}
table.layout td {
	border-color: #FFFFFF;
}
.clearfloat {
	clear: both;
}
#container .layout tr td #articles #CollapsiblePanel1 .CollapsiblePanelTab strong {
	font-size: 1.5em;
}
.centered {
	text-align: center;
}
hr {
	width: 50%;
	height: 2px;
	text-align: center;
	margin: 3em auto;
}

#toggleButton {
	border: solid 1px #006;
	background: none;
	width: 5em;
}
.archive a {
	display: block;
}