@charset "utf-8";
/* CSS Document */

/* Default settings */
* {
padding:0;
margin:0;
}

/* Page Layout */
#content-sub {
display:none;
}
#footer {
display:none;
}
.sub-footer li {
display:none;
}
.sub-footer li.first {
display:block;
padding-top:10px;
border-top:1px solid #000;
margin-top:35px;
}
.sub-footer li a {
color:#000;
text-decoration:none;
}
#branding img {
border:0;
}
.skip {
display:none;
}

/* Images */
img.center {
display:block;
padding-bottom:15px;
margin:0 auto;
}
img.right {
float:right;
margin-left:15px;
}
img.book {
float:right;
margin-top:5px;
margin-left:25px;
border:none;
}

/* Typography */
body {
font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
font-weight:normal;
margin-top:20px;
margin-bottom:22px;
padding-bottom:8px;
border-bottom-width:4px;
border-bottom-style:double;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:125%;
margin-bottom:3px;
font-weight:normal;
}
h3 {
font-size:90%;
font-weight:normal;
font-style:italic;
}
#content-main ul, #content-main ol {
padding-left:25px;
margin-bottom:15px;
}
#content-main p, #content-main ul li, #content-main ol li {
font-size:100%;
line-height:1.45em;
}
#content-main p {
margin-bottom:15px;
}
#content-main a {
color:#000;
text-decoration:none;
padding-bottom:1px;
border-bottom:1px dotted #000;
}
