body
{
 
    font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 12px;
}
table{
	margin:0;
	padding:0;
	border-spacing:0;
}
tr{
	margin:0;
	padding:0;
}
td{
	margin:0;
	padding:0;
}
/* font colors */
.fc_blue_grey
{
	color: #688595;
}

.fcb_blue_grey
{
	color: #688595;
	font-weight: bold;
}

.fc_white
{
	color: white;
}

.fcb_white
{
	color: white;
	font-weight: bold;
}


/* background colors */
.bg_dark_blue
{
	background-color: #505962;
}

.bg_grey
{
	background-color: #a9acb1;
}

/* borders */
.sb_grey
{
	border: 1px solid #818181;
}

.sbb_grey
{
	border-bottom: 1px solid #818181;
}

.srb_grey
{
	border-right: 1px solid #818181;
}

.dbb_grey
{
	border-bottom: 1px dotted #818181;
}

/* styles */


.section_header
{
	width: 700px;
	border-bottom: 1px dotted #999999;
	color: #807b5d;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.section_text
{
	width: 700px;
	padding: 5px;
	color: #525252;
	font-size: 12px;
}

.sub_section_header
{
	width: 700px;
	border-bottom: 1px dotted #999999;
	color: #aca786;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}

.sub_section_text
{
	width: 700px;
	padding: 5px 5px 5px 25px;
	color: #525252;
	font-size: 12px;
}

.divider
{
	width: 100%;
	border-bottom: 1px dotted #999999;
}

.link_table th
{
	width: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #818181;
}

.link_table td
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px dotted #818181;
}

.link_table a
{
	text-decoration: none;
	color: #DD6006;
	font-size: 12px;
	font-weight: bold;
}

.misc_callout
{
	background-color: #dbe0c2;
	color: #525252;
	font-size: 12px;
}

.story_callout
{
	background-color: #b5b8c9;
	color: #525252;
	font-size: 12px;
}

.ponder_callout
{
	background-color: #d3cfaa;
	color: #525252;
	font-size: 12px;
}

.activity_callout
{
	background-color: #cccabe;
	color: #525252;
	font-size: 12px;
}

.comment_box
{
	background-color: white;
	color: #525252;
	font-size: 12px;
}

/* library landing pages */
.landing_title
{
	font-size: 20px;
	font-weight: bold;
	color: #68879c;
	border-bottom: 1px solid #bababa;
	padding-bottom: 5px;
}

.landing_subtitle
{
	font-size: 18px;
	font-weight: bold;
	color: #bcc88a;
	padding-bottom: 10px;
}

.landing_content
{
	font-size: 14px;
	font-weight: bold;
	color: #979797;
}

.landing_quote
{
	font-size: 16px;
	font-weight: bold;
	color: #8f881d;
	padding: 15px 20px 0px 20px;
	text-align:center;
}
div.who{
	margin-left:8px;
	font-size:9px; 
	color:#7777777; 
	padding-bottom:4px;
}
leftImage{
	position:relative;
	float:left;
	margin:20px 20px 20px 0;
}
	