#extras, #navigation, .noprint, #navigation {
    display: none !important;
}

body {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 11pt;
    color: blue;
}

.readmore, .printonly {
	display: block;
}

.content-inner {
	padding-top: 3em;
}

h1 {
    font-size: 16pt;
    color: #993333;
}

h2 {
    font-size: 10pt;
    color: #515151;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

p.quote, blockquote {
    color: #999;
    font-style: italic;
}

p.quote {
    font-size: 14pt;
    margin: 0 2em;
}

.img img {
    display: block;
}

#footer  {
    font-family: Verdana;
    font-size: .7em;
    color: #000;
    background-color: #eee;
    padding: .5em;
    border: 1px solid #999;
    width: 90%;
    margin: 0 auto;
}
#footer p {
    margin: .5em;
    padding: 0;
    text-align: center; 
}

