body, html {
 background-color: #fff;
 color: #000;
 font-family: "trebuchet ms", sans-serif;
 font-size: 1em;
 margin: 0;
 padding: 0;
}

body {
 margin: 0 auto;
 width: 40em;
}

blockquote {
 background-color: #eee;
 border: 1px solid #ccc;
 font-style: italic;
 margin: 5px 25px;
 padding: 10px;
}

blockquote em {
 font-style: normal;
}

#breadcrumbs li {
 display: inline;
 list-style: none;
 margin: 0;
 padding: 0;
}

#breadcrumbs ul {
 margin: 0;
 padding: 0;
}

caption, cite {
 display: block;
 font-size: 0.8em;
 font-style: italic;
}

dd {
 margin: 0 0 5px 15px;
}

dl, p, ul, ol {
 margin: 10px 0 0;
}


dl.image, dl.imageright, dl.imageleft {
 font-size: 0.8em;
 margin: 5px;
 width: 300px;
}

dl.imageright {
 clear: both;
 float: right;
}

dl.imageleft {
 float: left;
}

dl.image dd, dl.imageright dd, dl.imageleft dd {
 margin: 0;
}

dl.image dt, dl.imageright dt, dl.imageleft dt {
 margin: 0 auto;
 width: 150px;
}

dt {
 font-weight: bold;
}

form {
 margin: 5px 0;
}

h1 {
 margin: 10px 0 0;
 padding: 0;
 line-height: 120%;
}

h2, h3 {
 margin: 20px 0 0;
 padding: 0;
}

#footer {
 font-size: 0.8em;
 text-align: center;
}

.googleads {
 position: absolute;
 left:10px;
 top:225px;
}

.googleadsbanner {
 margin: 20px 0 20px 0;
 text-align: center;
}

.googleadsrectangle {
 margin: 10px 0 25px 25px;
 float: right;
}

.googlelinkads {
 margin: 20px 0 20px 0;
 text-align: left;
}

hr {
 background-color: #000;
 color: #000;
 height: 1px;
}

img {
 border: 0;
 display: block;
}

ol, ul {
 padding-left: 0 0 0 25px;
}

ul.nodisc {
 list-style: none;
 margin-left: 0;
}

ol.alpha {
 list-style: lower-alpha;
}

ol.notes {
 font-size: 0.8em;
 list-style: upper-roman;
 margin-left: 50px;
}

sup.note {
 font-size: 0.8em;
 background-color: #eee;
 padding: 1px;
}

table {
 background-color: #fff;
 border-collapse: collapse;
 position: relative;
}

td {
 border: 1px solid #000;
 font-family: "courier new", monospace;
 font-size: 0.8em;
 text-align: left;
}

.commoncell {
 text-align: center;
}

.data, .right {
 text-align: right;
}

th {
 background-color: #f0f0f0;
 border: 1px solid #000;
 font-family: "trebuchet ms", sans-serif;
 font-size: 0.8em;
 text-align: left;
}

.organization tbody th {
 background-color: #fff;
}

.organization tbody th[colspan] {
 background-color: #f0f0f0;
 text-align: center;
}

.organization td {
 font-family: "trebuchet ms", sans-serif;
}

#banner {
 margin: 10px auto;
 width: 468px;
}

#menu {
 background-color: #333;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #000;
 border-right: 1px solid #000;
 height: 20px;
 margin: 0 auto;
 padding: 0 20px 0 0;
 position: absolute;
 top: 75px;
 width: 40em;
}

#menu a {
 background-color: #666;
 color: #fff;
 display: block;
 font-weight: bold;
 line-height: 20px;
 padding: 0 10px;
 text-decoration: none;
}

#menu a:hover {
 background-color: #999;
 text-decoration: underline;
}

#menu li {
 border-left: 1px solid #eee;
 border-right: 1px solid #000;
 float: left;
 list-style: none;
}

#contents {
 border: 1px solid #000;
 line-height: 130%;
 margin: 25px auto;
 padding: 10px;
 width: 40em;
}