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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.clr {
    clear: both;
}

.left {
    float: left;
}

/*****************/

body {
    background: white;
    margin: 10px;
}

div#header {
    display: none;
}

div#body h1 {
    font: 28px / 32px normal Times, serif;
}

div#page_header {
    display: none;
}

img#black_white_logo {
    margin-bottom: 20px;
}

div#body h1 {
    font: normal 28px / 32px Times, serif;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.light div#body h1 {
    padding-bottom: 12px;
    color: #333333;
    border-bottom: 1px solid #ccc;
}

body div#body.biography h2 {
    font: normal 20px / 30px Times, serif;
    padding: 0 0 10px 0;
    margin: 0;
    color: #f39531;
}

body div#body.biography p {
    font: 14px / 22px normal Arial, sans-serif;
    color: #000;
}

div#body p {
    font: normal 18px / 24px Times, serif;
    margin: 0 0 16px 0;
    color: #000;
}

div#footer p {
    display: none;
}

div#footer span {
    font-size: 10pt;
    margin-top: 20px;
    color: #CCC;
    display: block;
}

div#footer p a img {
    line-height: 26px;
    vertical-align: middle;
    border: none;
}

div#body p.article_links {
    display: none;
}

div.clr {
    clear: both;
}

div#left {
    width: 100%;
}

div#right {
    display: none;
}

div.pagination.center ul {
    margin-left: 275px;;
    list-style: none;
}

div.pagination ul li {
    float: left;
    line-height: 30px;
    list-style: none;
}

div.pagination ul li.prev a, div.pagination ul li.next a, div.pagination ul li a {
    display: block;
    width: 25px;
    height: 30px; /*    background: url(../images/pagination.gif) no-repeat;*/
    margin: 0;
}

div.pagination ul li.prev a {
    background-position: 0 0;
    border: none;
}

div.pagination ul li.next a {
    background-position: 0 -30px;
    border: none;
}

div.pagination ul li a {
/*    background: url(../images/pagination.gif) 0 -60px;*/
    font: 13px / 30px normal Arial, sans-serif;
    text-align: center;
    color: #000;
    text-decoration: none;
    width: 90px;
}

div.pagination ul li a span {
    color: #999999;
}

div#body div.article_photo {
    float: left;
    margin: 0 10px 10px 0;
}
