﻿h1 
{
    font-size: large;
    margin-bottom: .3em;
    color: #000000;
    font-weight: bold;
}

h3
{
    margin: 0;
    padding: 0px;
    font-size: larger;
    font-weight: bold;
    text-transform: uppercase;
    color: #FF9900;
    width: 100%;
}

h3 a { color: #FF9900; }

.container
{
    overflow: hidden;
}

.story_body
{
    font-size: smaller;
    float:left;
    width: 50%;
    padding: .5em .0em .5em 0em;
    margin: 0;
    margin-left: 1em;
    margin-right: 1em;
    line-height: 1.4em;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    overflow: hidden;
}

.storyText { font-size: small; padding: 0; margin: 0; }

.storyText p { margin-top: 15px; margin-bottom: 0px; }
.storyText h6 { margin-top: 20px; font-weight: bold; }

.sidePanel
{
    float:right;
    width:200px;
    font-size: smaller;
    padding: 1em;
    border-left: dotted 1px #999999;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    z-index: 1;
}

.galleryPanel
{
    float:right;
    width:200px;
    font-size: smaller;
    padding: 1em;
    border-left: dotted 1px #999999;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    z-index: 1;
}

.sidePanel ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidePanel ul li
{
    padding-top: 10px;
}

.moreStory { font-size: small; font-weight: bold; } 
.moreStory { text-decoration: none; color: Gray; }
a:link.moreStory { text-decoration: none; color: Gray; }
a:visited.moreStory { text-decoration: none; color: Gray; }
a:hover.moreStory { text-decoration: underline; cursor: hand; }
a:link.locLink { text-decoration: none; color: #FF9900; }
a:visited.locLink { text-decoration: none; color: #FF9900; }
a:hover.locLink { text-decoration: underline; cursor: hand; }
