@charset "utf-8";
/* CSS Document */

/**
 * page_content.css
 * 
 * these CSS styles are used with the rich text editor
 * they help style the content as the user enters it as a preview to how it might
 * appear on the live site. Since the user can preview the draft, it is not mandatory
 * that these match the LIVE! site exactly.
 */

body, #Content
{
font-size: 10pt;
font-family: Helvetica, Trebuchet, "Trebuchet MS", Verdana, Arial, sans;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align: left;
color: #000000;
margin: 0;
padding: 0;
}

.page-title {
display:block;
padding:0.1em 0 0.5em 0;
text-align:right;
margin: 0px;
	}

.bookpage-title {
display:block;
padding:20px 35px 12px 0;
text-align:right;
margin: 0px;
	}

h1, #Content h1
{
font-size: 16pt;
color:#000000;
margin-top: 16pt;
}

h2, #Content h2
{
color:#7A2532;
margin-top: 12pt;
font-family: Georgia, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.2em;
}

h3, #Content h3
{
font-size: 12pt;
color:#000000;
margin-top: 9pt;
}

p, #Content p
{
font-size: 10pt;
color: #000000;
margin-top: 10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
}

span.em, #Content em
{
font-size: 10pt;
color: #7a2532;
margin-top: 10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
}

blockquote, #Content blockquote
{
margin-right: 2em;
margin-left: 2em;
}


#page-content blockquote a
{
color:#000000;
font-weight:500; 
}

#page-content blockquote a:hover {
	color:#333333;
	font-weight:600; 
}


.relatedLinks a{
color:#333333;
font-size:90%;
font-weight:bold;
}

span.photo_caption_left, span.photo_caption_right, #Content.span.photo_caption_left, #Content.span.photo_caption_right
{
color:#999999;
font-size:80%;
line-height:17px;
min-width:201px;
padding:5px;
width:50%;
}
span.photo_caption_left img, span.photo_caption_right img, #Content.span.photo_caption_left img, #Content.span.photo_caption_right img
{
clear: both;
display: block;
margin: 0px auto;
}
span.photo_caption_left, #Content span.photo_captoin_left
{
float: left;
text-align:left;
}

p.photo_caption_right, #Content p.photo_caption_right
{
color:#999999;
font-size:80%;
line-height:17px;
min-width:201px;
padding-bottom:10px;
width:48%;
clear: left;
display: block;
float: right;
margin:0px;
}

span.bold, #Content span.bold
{
font-weight: bold;
}


span.red, #Content span.red
{
color: #7a2532;
}

span.img #Content span.img{
float:right;
margin-bottom:0;
margin-left:10px;
margin-right:0;
padding:5px;
}

span.large_text, #Content span.large_text
{
font-size: 120%;
}

span.sm_text, #Content span.sm_text
{
font-size: 80%;
}

.byline, #Content .byline
{
font-size: 80%;
color: #999999;
}

.pub_date, #Content .pub_date
{
font-style: italic;
font-size: 80%;
color: #999999;
}
