﻿#InteriorHeaderArea
{
	background: url('/images/bkgStoryHeader.png') 0 0 no-repeat;
	height: 40px;
	width: 614px;
	margin-left: auto;
	margin-right: auto;
}
#InteriorHeaderText
{
	color: #FFCC00;
	padding: 8px 20px 10px 20px;
	font-size:19px;
}

#InteriorContentArea
{
	background: url('/images/bkgIntStory.png') 0 0 no-repeat;
	min-height: 408px;
	margin-left: auto;
	margin-right: auto;
	width: 614px;
}

#InteriorContentText
{
	padding: 30px 80px 30px 40px;
}

#InteriorContentText a
{
    color:#CC9900;
}

#InteriorContentText a:hover
{
    text-decoration:none;   
}

#InteriorContentText p
{
    color: #6A6A6A;
	font-size: 12px;
	padding-bottom: 10px;
	line-height:1.5em;
}

#InteriorContentText h1
{
    padding: 0;
    margin:0;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin:0;
    line-height:2em;
}

#InteriorContentText h2, h3, h4, h5, h6
{
    color: #000;
    font-size: 14px;
    font-weight:bold;
    padding: 0;
    margin:0;
    line-height:2em;
}

#InteriorContentText ul, ol
{
    color: #6A6A6A;
	font-size: 11px;
	line-height:1.3em; 
	padding-top:0;
	margin-top:0;
}

#InteriorContentText ul ul, ol ol
{
	list-style:disc;
}

#InteriorContentText li
{
    color:#525252;
    padding-top: 6px;
}